Drinkwater, GJ (Glen) wrote:
> Hi
>
>
> I wish to remove ROOT as the default path to Tomcat 5, I have
> added <Context path="/" to the server.xml file but the
> default $CATALINA_HOME/webapps/ROOT/index.jsp page still
> appears with http://localhost:8080. This is how I did it
> with tomcat 4, has anything changed??
This worked for me, at the bottom of server.xml:
<!-- Tomcat Root Context -->
<Context path="" docBase="C:/masergy-cvs/it/portal/pub"
debug="0">
</Context>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]