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
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
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
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
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
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.
--
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
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
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