e8kor
e8kor

Reputation: 85

JBoss Netty framework HTTP website

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 ?

Upvotes: 0

Views: 2609

Answers (1)

Mat
Mat

Reputation: 206659

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.

Upvotes: 5

Related Questions