You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paolo Barolat-Romana <pm...@drexel.edu> on 2001/02/08 20:12:37 UTC

No root directory

When I hit a servlet in my webapp, I get the following message from tomcat:

No root directory specified in XML file, using "xxxx".

The directory specified by xxxx is incorrect.  In server.xml, I have the
following:

<Context path="/MyApp" docBase="webapps/MyApp" debug="9" reloadable="true"
/>

Shouldn't this declaration take care of the root directory?

Thanks,

Paolo