Question

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 ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top