문제

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 ?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top