Hello everybody I’m trying to make my own web site with framework JBoss Netty, server starts OK. But how I can load my website to server?
For example i all ready have index.html, what I must do to see this page on server ?
Hello everybody I’m trying to make my own web site with framework JBoss Netty,
Share
You should head over to the examples page and look at both the HTTP (Snoop) and the HTTP (File Server) samples.
The second one will actually server static pages, which is what you’re after if I understand your question correctly.