You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2009/04/02 00:11:36 UTC

RE: Illegal access: this web application instance has beenstoppedalready

> From: Paulchwd [mailto:paulchwd@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Illegal access: this web application instance has beenstoppedalready

Posted by Paulchwd <pa...@sympatico.ca>.
Thnx for the help it is now working. The cause was either fixed by correcting
improper JSF syntax or rebooting. Cheers


Caldarale, Charles R wrote:
> 
>> From: Paulchwd [mailto:paulchwd@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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Illegal-access%3A-this-web-application-instance-has-been-stopped-already-tp22817324p22846544.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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