| [news.eclipse.technology.equinox] Re: URGENT: configure Jetty to load index.html when http://localhost is given |
Walter,
If you have a decent implementation of WelcomeServlet would you consider sharing it.
It would be good to iterate on a solution here and I'd like to help to get one canonical solution that's bug-free for this problem and then add it back into org.eclipse.equinox.http.helpers.
-Simon
"Walter Prabhakar" <kwchess@xxxxxxxxx> wrote in message news:gkkv33$1vo$1@xxxxxxxxxxxxxxxxxxxxThanks Simon. It works.
"Simon Kaegi" <simon_kaegi@xxxxxxxxxx> wrote in message news:gki9k0$jkk$1@xxxxxxxxxxxxxxxxxxxxThe 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@xxxxxxxxxxxxxxxxxxxxHow to configure jetty to load index.html by default when hitting http://localhost
Thanks - Walter.