> 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? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org