[GeoNetwork-users] Can I run GeoNetwork at the document root?

I am currently running the
http://sourceforge.net/projects/geonetwork/files/GeoNetwork_opensource/v2.6.3/geonetwork-install-2.6.3-0.jar/download
geonetwork-install-2.6.3-0.jar (Current release) version of GeoNetwork. I
changed the connector in jetty.xml so the default port is 80, so when I go
to http://geoserver.myexampleserver.com/geonetwork it works.
I however would like to be able to go to
http://geoserver.myexampleserver.com without adding the /geonetwork and have
geonetwork work?

Is there any way to do this natively, or will I have to install apache and
set up rewrite rules?

Alternatively, is there a way to redirect the default root page:
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are: ...
to automaticly redirect to /geonetwork ?

Thanks.

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Can-I-run-GeoNetwork-at-the-document-root-tp6177064p6177064.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

One trick that some times works with servlet servers is to rename the
geonetwork folder to ROOT. This works in Tomcat not sure on Jetty and not
sure it's a best practice either.

cd

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Can-I-run-GeoNetwork-at-the-document-root-tp6177064p6211618.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.