Problems with manager app under Tomcat 6.0.29

2011-08-30 Thread Uwe . Hellmann
Hello, I have an odd problem occuring while using 4 tomcat instances on the same server. These Instances all configured to run on different ports and the application seems to run well but the manager application does only run on the instance which is started first. On the other instances I'll

Re: Is empty Content Type of Request allowed in Tomcat?

2011-08-30 Thread Mark Thomas
On 30/08/2011 03:00, Isaac Li wrote: Thank André and Mark for your quick response, detailed answer and references! I'll try to report this issue to Cyberduck. One more question: when I uses current version of Cyberduck to connect Amazon S3, it can accept this kind of invalid request, is

Re: Is empty Content Type of Request allowed in Tomcat?

2011-08-30 Thread Konstantin Kolinko
2011/8/30 Isaac Li tingjun...@gmail.com: On Tue, Aug 30, 2011 at 10:00 AM, Isaac Li tingjun...@gmail.com wrote: Thank André and Mark for your quick response, detailed answer and references! I'll try to report this issue to Cyberduck. One more question: when I uses current version of

Re: Problems with manager app under Tomcat 6.0.29

2011-08-30 Thread Konstantin Kolinko
2011/8/30 uwe.hellm...@t-systems.com: java.lang.IllegalArgumentException: addChild:  Child name 'Manager' is not unique        at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2806) (...) 30.08.2011 09:19:41 org.apache.catalina.startup.ContextConfig

AW: Problems with manager app under Tomcat 6.0.29

2011-08-30 Thread Uwe . Hellmann
Hello Thanks for the info, I checked it. There are many entries for servlet-nameManager/servlet-name in webapps/manager/WEB-INF/web.xml. But I checked in original file from tomcat.apache.org and there it is also more from them. So this could not be the failure hence it runs under one instance

Re: Problems with manager app under Tomcat 6.0.29

2011-08-30 Thread Konstantin Kolinko
2011/8/30 uwe.hellm...@t-systems.com: Thanks for the info, I checked it. There are many entries for servlet-nameManager/servlet-name in webapps/manager/WEB-INF/web.xml. And what about conf/web.xml ? Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Check that you do not have

AW: Problems with manager app under Tomcat 6.0.29

2011-08-30 Thread Uwe . Hellmann
there are no entries for servlet-nameManager/servlet-name currently with the exception of the defined ports in server.xml these tomcats are running with default settings. -Ursprüngliche Nachricht- Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Gesendet: Dienstag, 30. August

AW: Problems with manager app under Tomcat 6.0.29

2011-08-30 Thread Uwe . Hellmann
thank you very much for your help. I have found the problem. it was no real tomcat problem. by accident I had copied the manager web.xml to a wrong destination so tomcat assumed that is has to start another application with it. - Uwe -Ursprüngliche Nachricht- Von: Hellmann, Uwe

SSL configuration / APR / Tomcat 7.0.17

2011-08-30 Thread Andrew Eells
Tomcat 7.0.16 Linux x86_64 GNU/Linux (Amazon AWS 64-bit AMI) APR is definitely correctly installed, without the SSL configuration I receive the following log info: INFO: Loaded APR based Apache Tomcat Native library 1.1.20. 30-Aug-2011 13:22:47 org.apache.catalina.core.AprLifecycleListener init

RE: deny access to directory

2011-08-30 Thread Caldarale, Charles R
From: Robert Jacobson [mailto:robert.c.jacob...@nasa.gov] Subject: deny access to directory I'm trying to deny access to the .svn directories for my Tomcat 6.0.32 installation Doctor, doctor, it hurts when I do this. This begs the question: why do you have .svn directories underneath your

Re: deny access to directory

2011-08-30 Thread Konstantin Kolinko
2011/8/30 Robert Jacobson robert.c.jacob...@nasa.gov: I'm trying to deny access to the .svn directories for my Tomcat 6.0.32 installation (on Windows Server 2003, if that matters), but what I'm doing isn't working and I need help, please.  I'm using the built-in web server (i.e. I have not

Default App when virtual host under Tomcat 7.0.20

2011-08-30 Thread Rain Man
I'm trying to have virtual hosts in Tomcat 7.0.20 with a default app WITHOUT renaming everything ROOT AND WITHOUT using Apache http server in front Steps done so far put fake domain in windows host file 127.0.0.1 fakedomain.com Started Tomcat and logged into Host Manager. Add virtual host.

RE: Ajp13Processor threads are not getting closed.

2011-08-30 Thread Jagadish Raj R
Thanks. I made connection Pool parameters as per documentation. What I am looking for is that whether there is any chance we can close the Ajp13Processor threads in Tomcat Server if they are no longer needed, or after a particular time. Whenever I hit the URL on the browser a new thread is

Re: deny access to directory

2011-08-30 Thread Robert Jacobson
On 8/30/2011 10:01 AM, Konstantin Kolinko wrote: That is because any subdirectory inside webapps is a web application per se, and .svn is no exception (and thus you should be editing .svn/WEB-INF/web.xml). The following solutions are available: 1. Upgrade to svn 1.7 so that it does not have

RE: Default App when virtual host under Tomcat 7.0.20

2011-08-30 Thread Caldarale, Charles R
From: Rain Man [mailto:cmssea...@hotmail.com] Subject: Default App when virtual host under Tomcat 7.0.20 I'm trying to have virtual hosts in Tomcat 7.0.20 with a default app WITHOUT renaming everything ROOT Not sure why you want to do things the hard way, but so be it. You need to place

TC 4.1

2011-08-30 Thread Tony Anecito
Does TC 4.1 have a logging parimeter for response time? Thanks, -Tony - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Prevent Deployment

2011-08-30 Thread Jesse Farinacci
Greetings, I'm using Tomcat 7.0.20 on IBM JDK 1.6.x. For historical reasons, I have some folders which are inside webapps. I can not remove them for historical reasons. I also have Tomcat auto-deploy web applications, it would be very nice if I could prevent Tomcat from deploying a particular

RE: Prevent Deployment

2011-08-30 Thread Caldarale, Charles R
From: Jesse Farinacci [mailto:jie...@gmail.com] Subject: Prevent Deployment I'm using Tomcat 7.0.20 on IBM JDK 1.6.x. Thanks for telling us; many don't bother. For historical reasons, I have some folders which are inside webapps. Do you mean they are under the Host appBase directory, or

Re: Prevent Deployment

2011-08-30 Thread Mark Thomas
On 30/08/2011 16:22, Jesse Farinacci wrote: Greetings, I'm using Tomcat 7.0.20 on IBM JDK 1.6.x. For historical reasons, I have some folders which are inside webapps. I can not remove them for historical reasons. I also have Tomcat auto-deploy web applications, it would be very nice if I

Re: Prevent Deployment

2011-08-30 Thread Jesse Farinacci
Greetings, On Tue, Aug 30, 2011 at 11:33 AM, Mark Thomas ma...@apache.org wrote: Take a look at deployIgnore for the Host. Solved. Thanks! -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not.

RE: Prevent Deployment

2011-08-30 Thread Caldarale, Charles R
From: Mark Thomas subject: RE: Prevent Deployment I don't believe there's a way to do this directly Take a look at deployIgnore for the Host. Looks like I need to brush up on current capabilities... Thanks for the correct answer, which is obviously way better than my suggestion. - Chuck

Re: Ajp13Processor threads are not getting closed.

2011-08-30 Thread André Warnier
Jagadish Raj R wrote: Thanks. I made connection Pool parameters as per documentation. What the documentation says, basically, is that in the case of an Apache httpd prefork front-end, you should not use these parameters at all, and leave mod_jk to set them at their default value. What I

Having difficulty suppressing the org.apache.tomcat.util.digester.Digester logger

2011-08-30 Thread Glen Mazza
Hi, I'm using Tomcat 7.0.14 on Ubuntu Linux and wanted to make the logging in the logs/catalina.out file more detailed than INFO. So I adjusted the $CATALINA_HOME/conf/logging.properties file[1], adding this entry near the top: .level = FINE and, sure enough, when I restarted Tomcat got all