I am using TC4.0.2 standalone.
I tried deploying my war file using two methods
described in tomcat 4.0.2 documenttion but was
unsuccessful both ways:
(a) "drop in the war file in %CATALINA_HOME%\webapps
directory and tomcat will automatically deploy it."
I dropped the war file in the webapps firectory and restarted tomcat. It did not
unpack the war file or deploy it.
(b) "use manager application"
The URL
http://localhost/manager/install?path=/Book&war=jar:file:/tc/webapps/Book.war
(where /tc is my %CATALINA_HOME%) causes an internal error:
java.lang.SecurityException: Servlet of class
org.apache.catalina.servlets.ManagerServlet is privileged and cannot be loaded by this
web application
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:836)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
Please help.
Kobe
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>