Patrick Lee wrote:
> Further, I am unable to set a default context effectively. Eg.
> 
> <Context path="" docBase="/default" debug="0" privileged="true"/>

The path attribute only works in server.xml. It is ignored in all
other cases. Also, it is not recommended to define contexts in
server.xml since you have to restart Tomcat to pick up any changes.

Outside of server.xml you have to:
- name your war ROOT.war
- deploy an exploded war in a directory call ROOT in your appBase
- place your WAR/exploded directory outside of your appBase and use a
context file named ROOT.xml

HTH,

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to