> -----Original Message-----
> From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 20, 2002 7:59 PM
> To: Tomcat Users List
> Subject: Re: newbie Q
> 
> 
> That's the context for the webapp ROOT . If you point your browser to 
> your tomcat server like ,
> http://localhost:8080/ ; That's the page that gets served to you.
> And there should be context for that webapp in server.xml as well.
> ps. There is only one server.xml, and it is located in 
> $CATALINA_HOME/conf/

So presumably one can change the "root" webapp without putting it under a directory 
named $CATALINA_HOME/webapps/ROOT if they are handy with the server.xml file and know 
the correct <Context> node attributes.

[...]

Ah, after checking the "config" docs, it seems that this is done by specifying a 
<Context> node with an empty-string "path" attribute.



Erik

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to