Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Setting a web app as the "root" project?

Hi,

I've developed a web app, and exported it as "foo.war". If I put it into my jetty /webapps folder and start jetty, it gets served at a url like:

    http://mydomain/foo

How can I serve it as the "root" project, in other words, serve it at:

    http://mydomain

I know it's possible but not seeing a doc on how to do it at the eclipse wiki:

    http://wiki.eclipse.org/Jetty/Howto

Thanks

Back to the top