Pieter Temmerman wrote:
If you want to keep the directory name for your webapp as ParticleBoard, then 
do not put it under Tomcat's webapps directory, but do remove the existing ROOT 
directory there.  Put your webapp somewhere outside of Tomcat's directory 
structure, and create the file conf/Catalina/localhost/ROOT.xml containing the 
following:

<Context docBase="[/absolute/path/to/ParticleBoard]" reloadable="true"/>

Maybe stupid question, but why do you need to put the webapp out of the Tomcat 
folder, in order to make it the root app?

Proably because if you leave it as .../webapps/ParticleBoard/.. , then it will be /both/ the "ParticleBoard" /and/ the ROOT application (with the context file above), which may create some confusion.
Is this the right explanation, experts ?




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to