[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: URGENT: configure Jetty to load index.html when http://localhost is given

Thanks Simon.  It works.

"Simon Kaegi" <simon_kaegi@xxxxxxxxxx> wrote in message news:gki9k0$jkk$1@xxxxxxxxxxxxxxxxxxxx
The OSGI Http Service does not directly support "welcome files". If you want to support this you can do this yourself by taking and customizing the ResourceServlet. See org.eclipse.equinox.http.helpers in the Equinox Incubator (Currently in /cvsroot/eclipse/equinox-incubator but will eventually be moving to the RT incubator).

-Simon

"Walter Prabhakar" <kwchess@xxxxxxxxx> wrote in message news:gkact4$l5l$1@xxxxxxxxxxxxxxxxxxxx
How to configure jetty to load index.html by default when hitting http://localhost

Thanks
- Walter.