How can I host a single "index.html" through Jetty?

My idea is to put a webpage that calls an application with JNLP

I really don't know how to serve the page at the first place! (or if it is possible through Jetty)

thanks!

link|improve this question
Have you read wiki.eclipse.org/Jetty/Howto/Develop ? – Emre Jul 27 '11 at 16:49
feedback

1 Answer

Just look at your Jetty home directory structure. Something like '[YourJettyHome/]webapps/root/index.html', which is the index.html file provided by your Jetty distribution.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.