Re: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Rainer Jung
On 26.03.2013 18:42, Mark Eggers wrote: 1. Put the right information in your subject 2. Upgrade 3. Don't post attachments - add the information inline 4. No, context loading order is not guaranteed or enforced 5. Check your applications' log files to see what format is used 6. Try using XML

[ANN] Apache Tomcat 7.0.39 released

2013-03-27 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.39. Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This release contains a number of bug fixes and improvements compared to version 7.0.37. The notable

Re: [ANN] Apache Tomcat 7.0.39 released

2013-03-27 Thread Amit A
Did OCSP made it to this list? — Sent from Mailbox for iPhone On Wed, Mar 27, 2013 at 4:31 PM, Mark Thomas ma...@apache.org wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.39. Apache Tomcat is an open source software implementation of the Java Servlet

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:58 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mon, Mar 25, 2013 at 11:54 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries thad.humphr...@gmail.com wrote: On Sun, Mar 24, 2013 at 4:46 PM,

Re: how to monitor the traffic through the connector

2013-03-27 Thread Daniel Mikusa
On Mar 26, 2013, at 6:32 PM, a wrote: Hi, I have defined a connector for port80. For example, Connector port=80 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false acceptCount=100

Tomcat JDBC connection pool + JMX

2013-03-27 Thread Jose María Zaragoza
Hello: I'm using tomcat-jdbc as a connection pool in a standalone application. I would like monitorize this pool by JMX . How I can do that ? What is the name of MBean ? Thanks and regards - To unsubscribe, e-mail:

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Charles Richard
Hi, There might be better ways but I monitor the c3p0 connection pool using jmxterm (my jar jmxterm-1.0-alpha-4-uber.jar). For c3p0, the mbean is com.mchange.Pooled... Hope this helps a little! Cheers, Charles On Wed, Mar 27, 2013 at 9:34 AM, Jose María Zaragoza demablo...@gmail.comwrote:

Re: Tomcat response

2013-03-27 Thread Daniel Mikusa
On Mar 27, 2013, at 1:59 AM, Dhaval Jaiswal wrote: Sometime i am facing an issue with the tomcat response. Can you be more specific about the issue that you are facing? What happens to the response? Do you get any error codes or stack traces? Tomcat not responding to the httpd web

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Jose María Zaragoza
2013/3/27 Charles Richard charle...@thelearningbar.com: Hi, There might be better ways but I monitor the c3p0 connection pool using jmxterm (my jar jmxterm-1.0-alpha-4-uber.jar). For c3p0, the mbean is com.mchange.Pooled... Hope this helps a little! Thanks. I use

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Daniel Mikusa
On Mar 27, 2013, at 8:34 AM, Jose María Zaragoza wrote: Hello: I'm using tomcat-jdbc as a connection pool in a standalone application. I would like monitorize this pool by JMX . How I can do that ? Any number of ways. There are utilities like jmxsh, you could create custom code or

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Jose María Zaragoza
Here's what I see when I look at a Tomcat server with a tomcat-jdbc connection pool defined. tomcat.jdbc:name=jndi-path,type=ConnectionPool,class=org.apache.tomcat.jdbc.pool.DataSource I think this might also work (although it appears read-only).

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
Hi Mark 1. thank you 2. it will take me a bit time to go through what your recommendations 3. your right, I made the test on tomcat 6.0.26 on a PC and 4. our operating environment runs tomcat 5.5.26 on Intel Itanium OpenVMS servers 5. we know that tomcat 5.5.26 on Itanium OpenVMS is old but HP

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Daniel Mikusa
On Mar 27, 2013, at 9:23 AM, Jose María Zaragoza wrote: Here's what I see when I look at a Tomcat server with a tomcat-jdbc connection pool defined. tomcat.jdbc:name=jndi-path,type=ConnectionPool,class=org.apache.tomcat.jdbc.pool.DataSource I think this might also work (although it

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
Hi Christopher my comment +++ -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Dienstag, 26. März 2013 21:19 An: Tomcat Users List Betreff: Re: [tomcat 5.5.26] why are not all log4j.properties files parsed -BEGIN PGP SIGNED

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
Thank you Rainer we already observed different behavior in parsing if we do so. Josef -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:rainer.j...@kippdata.de] Gesendet: Mittwoch, 27. März 2013 10:36 An: users@tomcat.apache.org Betreff: Re: [tomcat 5.5.26] why are not all

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 3/27/13 8:34 AM, Jose María Zaragoza wrote: I'm using tomcat-jdbc as a connection pool in a standalone application. I would like monitorize this pool by JMX . How I can do that ? What is the name of MBean ?

Velocity Logging

2013-03-27 Thread Bruce Pease
I am using Wicket 1.4.22 with Tomcat 7.0.37 and JDK 1.6.0_33. The recent upgrade to Tomcat created an issue where the cannot be undeployed unless the app is shut down due to the Wicket dependency velocity logging in use (1.4). We are running a web application under tomcat using the wicket

Re: Velocity Logging

2013-03-27 Thread Martin Grigorov
On Wed, Mar 27, 2013 at 4:16 PM, Bruce Pease bpe...@wth.com wrote: I am using Wicket 1.4.22 with Tomcat 7.0.37 and JDK 1.6.0_33. The recent upgrade to Tomcat created an issue where the cannot be undeployed unless the app is shut down due to the Wicket dependency velocity logging in use

SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
I'm working on a project where I need to test C++ code against an HTTPS web server. So I am trying to get Tomcat to work using HTTPS on localhost. Security does not matter right now, I just need to get an HTTPS server online so I can debug the C++. So I went to

RE: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Harris, Jeffrey E.
-Original Message- From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] Sent: Wednesday, March 27, 2013 11:46 AM To: users@tomcat.apache.org Subject: SSLCertificateKeyFile cannot find file that exists I'm working on a project where I need to test C++ code against an HTTPS web

Tomcat support for JNDIRealm LDAPS connections

2013-03-27 Thread Wilmoth, Jon
After searching through the Tomcat user forums and bug list it appears there are only two options to enable ldaps connections, without modification to the Tomcat JNDI Realm itself: 1) Start Tomcat using system properties that specify the default trust keystore password (e.g.

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
Thanks for the answer Jeffery. Regarding the APR connector, I'm guessing since you said that Tomcat doesn't come with it built-in already? Under installation / windows I downloaded this: http://tomcat.apache.org/tomcat-7.0-doc/apr.html I'm looking here

RE: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Harris, Jeffrey E.
-Original Message- From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] Sent: Wednesday, March 27, 2013 12:13 PM To: Tomcat Users List Subject: Re: SSLCertificateKeyFile cannot find file that exists Thanks for the answer Jeffery. Regarding the APR connector, I'm guessing

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
I finally got it working. For anyone else that has the same problem, the solution is very simple and I don't know why there are huge walls of text rather than just saying this To enable APR: 1. Download tomcat-native-1.1.27-win32-bin from

RE: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Harris, Jeffrey E.
-Original Message- From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] Sent: Wednesday, March 27, 2013 1:23 PM To: Tomcat Users List Subject: Re: SSLCertificateKeyFile cannot find file that exists I finally got it working. For anyone else that has the same problem, the

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
Thanks, Skype was using that port. On Wed, Mar 27, 2013 at 10:25 AM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: -Original Message- From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] Sent: Wednesday, March 27, 2013 1:23 PM To: Tomcat Users List Subject: Re:

Re: AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Josef, On 3/27/13 9:51 AM, Stadelmann Josef wrote: -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] I highly suspect that you have log4j.jar in either common/lib or shared/lib. In that case,

Re: Velocity Logging

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, On 3/27/13 10:16 AM, Bruce Pease wrote: I am using Wicket 1.4.22 with Tomcat 7.0.37 and JDK 1.6.0_33. The recent upgrade to Tomcat created an issue where the cannot be undeployed unless the app is shut down due to the Wicket

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Thad Humphries
On Tue, Mar 26, 2013 at 3:56 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thad, Coming a little late to the party... On 3/24/13 4:30 PM, Thad Humphries wrote: I have a web-app that uses a servlet for downloading files from

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thad, On 3/27/13 5:20 PM, Thad Humphries wrote: On Tue, Mar 26, 2013 at 3:56 PM, Christopher Schultz ch...@christopherschultz.net wrote: Thad, Coming a little late to the party... On 3/24/13 4:30 PM, Thad Humphries wrote: I have a

HttpServletResponse return plain text

2013-03-27 Thread Kevin Jenkins
I know this isn't the right mailing list but there's a lot of knowledgeable people here so I'd give it a shot. When I was hosting on Google App Engine the java servlet HttpServletResponse.sendError would return the 2nd parameter text in plain text. Now that I'm hosting on Tomcat it's putting the

Apache Tomcat 7.0.035 and IPv6 environment

2013-03-27 Thread Geett Chanddra Singha
Hi All, I have a web application hosted on Apache Tomcat Version 7.0.035. We are trying to make the web application run IPv6 environment. Environment Details Windows 2008 server machine, 64-bit OS Java version: JRE 1.7.x The home page of web application is not accessible using the IPv6 address.

Re: Apache Tomcat 7.0.035 and IPv6 environment

2013-03-27 Thread Konstantin Kolinko
2013/3/28 Geett Chanddra Singha gee...@gmail.com: Hi All, I have a web application hosted on Apache Tomcat Version 7.0.035. We are trying to make the web application run IPv6 environment. Environment Details Windows 2008 server machine, 64-bit OS Java version: JRE 1.7.x The home page of

Re: Apache Tomcat 7.0.035 and IPv6 environment

2013-03-27 Thread Geett Chanddra Singha
Thanks Konstantin Kolinko! It will be great help for me if you could provide steps to configure the same or documents, where in I could get configuration steps. On Thu, Mar 28, 2013 at 10:56 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/3/28 Geett Chanddra Singha gee...@gmail.com:

Re: HttpServletResponse return plain text

2013-03-27 Thread Konstantin Kolinko
2013/3/28 Kevin Jenkins rak...@jenkinssoftware.com: I know this isn't the right mailing list but there's a lot of knowledgeable people here so I'd give it a shot. When I was hosting on Google App Engine the java servlet HttpServletResponse.sendError would return the 2nd parameter text in