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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]