AW: Tomcat 7.0.2: Cannot stop thread started by web application

2010-12-16 Thread Näcker, Stephan (UIT)
You're right. The threads are being shutdown asynchronously. Thanks, Stephan -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Mittwoch, 15. Dezember 2010 17:16 An: Tomcat Users List Betreff: Re: Tomcat 7.0.2: Cannot stop thread started by web application

Tomcat Bug: JSP not found?

2010-12-16 Thread Jess Holle
Has anyone seen issues with JSPs that are present in an expanded web app directory (i.e. deployed with an XML file pointing to a directory in WAR layout rather than as a WAR) being found by Tomcat for a long time, weeks even, and then suddenly no longer being found thereafter? I've received

Re: can't find jni.h compiling jsvc on Mac Os X

2010-12-16 Thread Mladen Turk
On 12/15/2010 09:47 PM, Edoardo Panfili wrote: I am trying to install tomcat 7.0.5 on Mac os X 10.6.5 There is a binary available at: http://commons.apache.org/daemon/download_daemon.cgi Click on the Browse download area... And navigate to binaries/1.0.4/darwin Regards -- ^TM

Re: Tomcat Bug: JSP not found?

2010-12-16 Thread Konstantin Kolinko
2010/12/16 Jess Holle je...@ptc.com: Has anyone seen issues with JSPs that are present in an expanded web app directory (i.e. deployed with an XML file pointing to a directory in WAR layout rather than as a WAR) being found by Tomcat for a long time, weeks even, and then suddenly no longer

Re: can't find jni.h compiling jsvc on Mac Os X

2010-12-16 Thread Edoardo Panfili
On 16/12/10 13.51, Mladen Turk wrote: On 12/15/2010 09:47 PM, Edoardo Panfili wrote: I am trying to install tomcat 7.0.5 on Mac os X 10.6.5 There is a binary available at: http://commons.apache.org/daemon/download_daemon.cgi Click on the Browse download area... And navigate to

Re: Tomcat Bug: JSP not found?

2010-12-16 Thread Pid
On 16/12/2010 12:08, Jess Holle wrote: Has anyone seen issues with JSPs that are present in an expanded web app directory (i.e. deployed with an XML file pointing to a directory in WAR layout rather than as a WAR) being found by Tomcat for a long time, weeks even, and then suddenly no longer

Re: can't find jni.h compiling jsvc on Mac Os X

2010-12-16 Thread Mladen Turk
On 12/16/2010 02:34 PM, Edoardo Panfili wrote: On 16/12/10 13.51, Mladen Turk wrote: On 12/15/2010 09:47 PM, Edoardo Panfili wrote: I am trying to install tomcat 7.0.5 on Mac os X 10.6.5 There is a binary available at: http://commons.apache.org/daemon/download_daemon.cgi Click on the

Re: can't find jni.h compiling jsvc on Mac Os X

2010-12-16 Thread Mladen Turk
On 12/16/2010 04:20 PM, Mladen Turk wrote: On 12/16/2010 02:34 PM, Edoardo Panfili wrote: On 16/12/10 13.51, Mladen Turk wrote: On 12/15/2010 09:47 PM, Edoardo Panfili wrote: I am trying to install tomcat 7.0.5 on Mac os X 10.6.5 There is a binary available at:

Re: can't find jni.h compiling jsvc on Mac Os X

2010-12-16 Thread Edoardo Panfili
On 16/12/10 16.20, Mladen Turk wrote: On 12/16/2010 02:34 PM, Edoardo Panfili wrote: On 16/12/10 13.51, Mladen Turk wrote: On 12/15/2010 09:47 PM, Edoardo Panfili wrote: I am trying to install tomcat 7.0.5 on Mac os X 10.6.5 There is a binary available at:

Re: can't find jni.h compiling jsvc on Mac Os X

2010-12-16 Thread Mladen Turk
On 12/16/2010 04:48 PM, Edoardo Panfili wrote: On 16/12/10 16.20, Mladen Turk wrote: On 12/16/2010 02:34 PM, Edoardo Panfili wrote: On 16/12/10 13.51, Mladen Turk wrote: On 12/15/2010 09:47 PM, Edoardo Panfili wrote: I am trying to install tomcat 7.0.5 on Mac os X 10.6.5 There is a binary

Re: Tomcat Bug: JSP not found?

2010-12-16 Thread Jess Holle
The JSP has not been deleted and a stack trace is logged like: org.apache.jasper.JasperException: Le fichier /xxx/yyy/zzz.jsp n'a pas été trouvé at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51) at

Re: Tomcat Bug: JSP not found?

2010-12-16 Thread Jess Holle
On 12/16/2010 7:49 AM, Pid wrote: On 16/12/2010 12:08, Jess Holle wrote: Has anyone seen issues with JSPs that are present in an expanded web app directory (i.e. deployed with an XML file pointing to a directory in WAR layout rather than as a WAR) being found by Tomcat for a long time, weeks

RE: Tomcat 6 not shutting down

2010-12-16 Thread April Easton
Chuck, Thank you greatly for the help. I searched our code and found the timer in question. I added a call to cancel this timer when the other thread dies and Tomcat now shuts down properly. Thank you, April -Original Message- From: April Easton Sent: Wednesday, December 15,

Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shantanu, On 12/15/2010 5:45 PM, Shantanu Pavgi wrote: There was a firewall between two systems (distinct from CentOS iptables), which dropped (idle) connections after some time. Not sure about exact firewall config here. The Apache web server

Re: [OT] JVM http.proxyHost param is not activated

2010-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noriyo, On 12/15/2010 2:38 PM, Noriyo Koyama wrote: Can you confirm that the JVM is reading them properly and using the values you expect? System.getProperty(http.proxyHost); could return the expected value. So I think the JVM has its value set.

Re: Where does my stderr go?

2010-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 12/16/2010 2:52 AM, Thomas Kloeber wrote: thanx for your helpful answer. Believe me, before I post on a mailing list or forum I spent a long time trying to fix my problems. In this case I ran out of ideas, so I was hoping I would find

Re: Tomcat Bug: JSP not found?

2010-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 12/16/2010 11:56 AM, Jess Holle wrote: The JSP has not been deleted and a stack trace is logged like: org.apache.jasper.JasperException: Le fichier /xxx/yyy/zzz.jsp n'a pas été trouvé at

how/where to put the application patch on tomcat ?

2010-12-16 Thread Fang Zhu
Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ? according to the document, we can specify the -Xbootclasspath/p appPatch.jar, but I have no idea how to make it work. Any

Re: how/where to put the application patch on tomcat ?

2010-12-16 Thread André Warnier
Fang Zhu wrote: Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ? according to the document, we can specify the -Xbootclasspath/p appPatch.jar, but I have no idea how to make

Re: how/where to put the application patch on tomcat ?

2010-12-16 Thread Saurabh Makol
Put it in the lib folder of tomcat directory. On Thu, Dec 16, 2010 at 2:11 PM, Fang Zhu zhufan...@hotmail.com wrote: Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ?

Re: [OT] JVM http.proxyHost param is not activated

2010-12-16 Thread Noriyo Koyama
Thanks Chris, Yes , I also googled and see some post like that describes to use the proxy with programmatic code. And with the test code such as below could work in my environment without problem. But question is why it used to work without programmatic code but with JVM param. This probably more

Re: how/where to put the application patch on tomcat ?

2010-12-16 Thread Mark Thomas
On 16/12/2010 22:47, Saurabh Makol wrote: Put it in the lib folder of tomcat directory. Nope. Wrong. Mark On Thu, Dec 16, 2010 at 2:11 PM, Fang Zhu zhufan...@hotmail.com wrote: Does anyone has a idea -- how/where to put appPatch.jar to the tomcat, so tomcat can load this

RE: how/where to put the application patch on tomcat ?

2010-12-16 Thread Caldarale, Charles R
From: Fang Zhu [mailto:zhufan...@hotmail.com] Subject: how/where to put the application patch on tomcat ? how/where to put appPatch.jar to the tomcat, so tomcat can load this appPatch.jar first, before those jars under /WEB-INF/lib/*.jar ? If this is a patch to the application classes,

Authentication and roles (RFE)

2010-12-16 Thread Steve Mitchell
I would like my Tomcat instance to authenticate different roles differently. E.g., admins must use SSL client auth, while regular users use HTTP basic authentication over SSL. This seems like a routine requirement, but it's unsupported in Tomcat 6 (or 7). I have a workaround -- use an Apache

Re: Authentication and roles (RFE)

2010-12-16 Thread Pid *
On 17 Dec 2010, at 00:37, Steve Mitchell mitch...@intertrust.com wrote: I would like my Tomcat instance to authenticate different roles differently. E.g., admins must use SSL client auth, while regular users use HTTP basic authentication over SSL. This seems like a routine requirement, but

Re: Where does my stderr go?

2010-12-16 Thread Thomas Kloeber
hmmm, I'm not sure if the attachment of my last post got through. How can I post files on the list? I just got the following message: nad...@zycus.com wrote on 17.12.2010 08:36: . The scanned document was QUARANTINED. Violation Information: The filename extension of attachment logs.zip