Hello everybody,
I've got some trouble while deploying a webapplication into a running Tomcat4 environment.
The application folder itself exists on file system containing everything that is needed. I removed the old version of the application within the Tomcat manager.
Afterwards I deployed the application using the following syntax:
path>&war=file:///<context directory location>
The above described works fine on my lokal tomcat installation (same version) but does not work on another server. I'getting the following message:
NamingContextListener[/Standalone/localhost/<context path>]: Creation of the naming context failed: javax.naming.NamingException: Context is read only
I've checked every directory in question none of them is read only!
Does anybody know whats wrong here?
Many thanks in advance
Best regards
I've got some trouble while deploying a webapplication into a running Tomcat4 environment.
The application folder itself exists on file system containing everything that is needed. I removed the old version of the application within the Tomcat manager.
Afterwards I deployed the application using the following syntax:
path>&war=file:///<context directory location>
The above described works fine on my lokal tomcat installation (same version) but does not work on another server. I'getting the following message:
NamingContextListener[/Standalone/localhost/<context path>]: Creation of the naming context failed: javax.naming.NamingException: Context is read only
I've checked every directory in question none of them is read only!
Does anybody know whats wrong here?
Many thanks in advance
Best regards