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 ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|