> From: Paulchwd [mailto:paulc...@sympatico.ca] > Subject: RE: Illegal access: this web application instance has > beenstoppedalready > > Any additional information / ideas / shots in the dark are > greatly appreciated
There's these interesting little comments in the doc concerning auto-deployment: " When using automatic deployment, the docBase defined by an XML Context file should be outside of the appBase directory. If this is not the case difficulties may be experienced deploying the web application or the application may be deployed twice. "Finally, note that if you are defining contexts explicitly, you should probably turn off automatic application deployment. Otherwise, your context will be deployed twice each, and that may cause problems for your app." http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Automatic%20Application%20Deployment You could experiment with turning off the autoDeploy attribute in your <Host> element (assuming you can find it in NetBeans). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org