Possible issue with Tomcat 7.0.27 SSL keystore configuration

2012-07-06 Thread Arun John (arujohn)
Hi Team, I am currently facing an issue with SSL configuration in Tomcat 7.0.27. I have one keystore with three private keys to be used by different components . The password I am using for the keystore file is changed. The requirement is such that I should be using three different password

RE: Possible issue with Tomcat 7.0.27 SSL keystore configuration

2012-07-06 Thread Arun John (arujohn)
Found some issue in attaching a log file. So copying the stack trace I am getting SEVERE: Failed to initialize end point associated with ProtocolHandler [http-bio-7443] java.io.IOException: Cannot recover key at

Re: Possible issue with Tomcat 7.0.27 SSL keystore configuration

2012-07-06 Thread Mark Thomas
On 06/07/2012 10:04, Arun John (arujohn) wrote: Hi Team, I am currently facing an issue with SSL configuration in Tomcat 7.0.27. I have one keystore with three private keys to be used by different components . The password I am using for the keystore file is changed. The requirement is such

RE: Possible issue with Tomcat 7.0.27 SSL keystore configuration

2012-07-06 Thread Arun John (arujohn)
Hi Mark, Thanks for your quick response. I should have been a little more clear. That snip was copied when I had only one key entry in my keystore and both the passwords were the same. Now coming to the actual issue. As long as there is only one key in the keystore, it works perfectly fine

Re: [EXTERNAL] Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonard, On 7/5/12 1:05 PM, Simon, Leonard wrote: I don't envision us using that but thanks anyway. We are looking more at a vendor supported solution because of the many things the system administration group supports and do not have the

Re: Any way to deal with too many request per second?

2012-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Burghard, On 7/5/12 3:19 AM, burghard.britzke wrote: a Filter may help. But the clients must handle the situations if they are rejected because of the load. Of course they have to handle that: it's what the 503 response code was created for. It

Re: Any way to deal with too many request per second?

2012-07-06 Thread Jose María Zaragoza
2012/7/6 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It is unreasonable to queue requests as a mitigation for high load: you will only make things worse for your clients. If I create a valve which delays requests by source IP address ,

How to support IPv6 on Apache Tomcat Version 7.0.22

2012-07-06 Thread Aditi Sinha
Hi, We have a web server hosted on Apache Tomcat Version 7.0.22. We are trying to get the web server support IPv6. Machine details: Windows 2008 server machine, 32-bit OS Java version: jdk1.6.0_25 The web server is not accessible using the IPv6 address. The connectivity to windows server

Re: How to support IPv6 on Apache Tomcat Version 7.0.22

2012-07-06 Thread Konstantin Kolinko
2012/7/6 Aditi Sinha adisinha0...@gmail.com: Hi, We have a web server hosted on Apache Tomcat Version 7.0.22. We are trying to get the web server support IPv6. Machine details: Windows 2008 server machine, 32-bit OS Java version: jdk1.6.0_25 The web server is not accessible using the

Tomcat building problems: Apache Tomcat 5.5 Servelet/JSP container

2012-07-06 Thread Wei, Mingzhen
I was trying to build Apache Tomcat 5.5 Servelet for another application. I followed the steps from the link: http://tomcat.apache.org/tomcat-5.5-doc/building.html. I have done the following: 1. Installed JDK1.6 2. Download and installed Apache Ant 1.8.4 3. Download Tomcat

High load from tomcat, no users, no errors

2012-07-06 Thread francis picabia
Hello, I have two servers with Debian 6 and an older tomcat 5.0.30 Starting only recently, each has taken a sudden leap in load. There is no traffic hitting it, as I can confirm using lsof. One server had a load of nearly 0 and at midnight jumped to 10 and stayed that way until the next day.

Re: Tomcat building problems: Apache Tomcat 5.5 Servelet/JSP container

2012-07-06 Thread Konstantin Kolinko
2012/7/6 Wei, Mingzhen w...@mst.edu: I was trying to build Apache Tomcat 5.5 Servelet for another application. I followed the steps from the link: http://tomcat.apache.org/tomcat-5.5-doc/building.html. I have done the following: 1. Installed JDK1.6 2. Download and installed

Re: High load from tomcat, no users, no errors

2012-07-06 Thread francis picabia
Here is another thing which is odd... I stop tomcat 5.0. I install the tomcat6 from Debian and allow it to start with the default It works page. The tomcat load is still unusual: top - 14:07:12 up 52 days, 6:36, 2 users, load average: 0.00, 0.00, 0.00 Tasks: 154 total, 3 running, 151

RE: High load from tomcat, no users, no errors

2012-07-06 Thread Caldarale, Charles R
From: francis picabia [mailto:fpica...@gmail.com] Subject: Re: High load from tomcat, no users, no errors I stop tomcat 5.0. Good, since it hasn't been supported in quite some time. I install the tomcat6 from Debian What happens if you install a real Tomcat from tomcat.apache.org? The

Re: Any way to deal with too many request per second?

2012-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jose, On 7/6/12 9:09 AM, Jose María Zaragoza wrote: 2012/7/6 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It is unreasonable to queue requests as a mitigation for high load: you will only

Re: Possible issue with Tomcat 7.0.27 SSL keystore configuration

2012-07-06 Thread Konstantin Kolinko
2012/7/6 Arun John (arujohn) aruj...@cisco.com: Hi Mark, Thanks for your quick response. I should have been a little more clear. That snip was copied when I had only one key entry in my keystore and both the passwords were the same. Now coming to the actual issue. As long as there is only

Re: Tomcat building problems: Apache Tomcat 5.5 Servelet/JSP container

2012-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/6/12 12:54 PM, Konstantin Kolinko wrote: 2012/7/6 Wei, Mingzhen w...@mst.edu: I was trying to build Apache Tomcat 5.5 Servelet for another application. I followed the steps from the link:

Re: High load from tomcat, no users, no errors

2012-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Francis, On 7/6/12 12:52 PM, francis picabia wrote: I have two servers with Debian 6 and an older tomcat 5.0.30 Echoing Chuck's comments: upgrade. You are almost 4 major releases behind. top - 13:41:38 up 30 days, 6:21, 2 users, load average:

RE: Possible issue with Tomcat 7.0.27 SSL keystore configuration

2012-07-06 Thread Arun John (arujohn)
Thanks Kolinko!! Does anyone knows of such a smarter keystore implementation or a better way to accomplish this. It would be of great help if someone could help me here Regards, Arun -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, July 06,

Re: High load from tomcat, no users, no errors

2012-07-06 Thread francis picabia
Here is a new scenario: firewall is blocking 8080 and apache is off. tomcat 7.0.28 from tarball install is running as user tomcat. Load is about 6. It never comes down after some 5 minutes or so. Again, this is simply the tarball install, with no configuration. Here is the top of top: top -

RE: High load from tomcat, no users, no errors

2012-07-06 Thread Caldarale, Charles R
From: francis picabia [mailto:fpica...@gmail.com] Subject: Re: High load from tomcat, no users, no errors firewall is blocking 8080 and apache is off. By apache do you mean httpd? Tomcat is also an Apache product. tomcat 7.0.28 from tarball install is running as user tomcat. The tarball

Re: High load from tomcat, no users, no errors

2012-07-06 Thread Peter Balogh
Hi, Is that a debian based system? Isn't it a leap second related issue? Do you have ntp installed? Did you restart the machine since saturday? Just my ideas Best regards, Peter Balogh On 2012.07.06. 20:35, Caldarale, Charles R wrote: Hi, Is that a debian based system? Isn't it a leap

soap location address

2012-07-06 Thread Toman, Chuck [Stock]
How do you dynamically change soap location for WSDL files?

Re: High load from tomcat, no users, no errors

2012-07-06 Thread francis picabia
On Fri, Jul 6, 2012 at 3:43 PM, Peter Balogh peter.bal...@nemesys.hu wrote: Hi, Is that a debian based system? Isn't it a leap second related issue? Do you have ntp installed? Did you restart the machine since saturday? Just my ideas I think you have the solution there. I knew about the

Re: Tomcat building problems: Apache Tomcat 5.5 Servelet/JSP container

2012-07-06 Thread Konstantin Kolinko
2012/7/6 Christopher Schultz ch...@christopherschultz.net: On 7/6/12 12:54 PM, Konstantin Kolinko wrote: 2012/7/6 Wei, Mingzhen w...@mst.edu: I was trying to build Apache Tomcat 5.5 Servelet for another application. I followed the steps from the link:

Re: soap location address

2012-07-06 Thread Pid
On 06/07/2012 20:00, Toman, Chuck [Stock] wrote: How do you dynamically change soap location for WSDL files? Are you asking this question on the right mailing list? This list is for questions about Apache Tomcat. p -- [key:62590808] signature.asc Description: OpenPGP digital signature

log4j to write Tomcat logs to Windows Event Log

2012-07-06 Thread Dunbar, Kevin D CIV SPAWARSYSCEN-PACIFIC, 56250
Hi, I am trying to use log4j.jar to do the logging in Tomcat 7.0.27 (on Windows XP) instead of java.util.logging so that I can append the logs to be output to the Windows Event Log. I followed the instructions to configure Tomcat to use log4j rather than java.util.logging for all Tomcat's

Re: High load from tomcat, no users, no errors

2012-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 7/6/12 2:43 PM, Peter Balogh wrote: Is that a debian based system? Isn't it a leap second related issue? Do you have ntp installed? Did you restart the machine since saturday? That's just insane, I thought. Until I checked-out my