Tomcat 6.0 Release Notes not found on server?

2007-04-02 Thread wolverine my
Hi! I got the following error when clicked on the Release Notes from the Tomcat 6.0 documentation page: 404 Not Found The requested URL /tomcat-6.0-doc/RELEASE-NOTES.txt was not found on this server. - To start a new topic, e-m

Re: UndeployTask did not delete webapps directory

2006-08-19 Thread wolverine my
lem with freeing resoures unter Windows. Add antiResourceLocking="true" to your global Context.xml like: That worked for me. regards Veit wolverine my schrieb: > Hi! > > What could be the reason the org.apache.catalina.ant.UndeployTask did > not delete my application c

UndeployTask did not delete webapps directory

2006-08-18 Thread wolverine my
Hi! What could be the reason the org.apache.catalina.ant.UndeployTask did not delete my application context directory from webapps? It deleted all the files except the webapps/dummyapp/WEB-INF/lib some of the JARs are deleted but some are not... I tried to stop (org.apache.catalina.ant.StopTask

DeployTask and InstallTask?

2006-07-31 Thread wolverine my
Hi! May I know what is the difference between org.apache.catalina.ant.DeployTask and org.apache.catalina.ant.InstallTask? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Specification of web.xml

2006-07-05 Thread wolverine my
Hi! May I know which specification that describe the web.xml contents? And where can we download it? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Un-install Apache Tomcat

2006-06-30 Thread wolverine my
Hi! It seem like the Tomcat 5.5 documentation only describe how to install Apache Tomcat on a variety of platforms (http://tomcat.apache.org/tomcat-5.5-doc/setup.html) I would like to suggest a similar chapter which explain how we can un-install Apache Tomcat from a variety of platforms. --

JDBC jar in WEB-INF/lib?

2006-06-26 Thread wolverine my
Hi! The Tomcat's MySQL DBCP example mentioned that we have to copy the JDBC Driver's jar $CATALINA_HOME/common/lib. Do we allowed to copy the jar to WEB-INF/lib? And how can we do that? - To start a new topic, e-mail: users@tomc

Applet configuration in catalina.policy

2006-06-10 Thread wolverine my
Hi! I'm trying to deploy a web application which also contain an applet. Here are the files, webapp/dummyapp/index.html webapp/dummyapp/WEB-INF/classes/DummyApplet.class webapp/dummyapp/WEB-INF/lib/commons-collections.jar assuming that index.html will load the Java applet DummyApplet and t

How to start Tomcat with SecurityManager (Window service)

2006-06-10 Thread wolverine my
Hi! http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html described how to start Tomcat with a SecurityManager, e.g. %CATALINA_HOME%\bin\catalina start -security (Windows) But how should we specify the -security when the Tomcat is started in Window service? I don't find any option