Re: Trouble shooting refused connections

2014-03-06 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, On 3/5/14, 1:11 PM, Bruce Weertman wrote: We have a load balancer talking with tomcat’s running on multiple backend tomcat servers. The tomcats are running web service applications. In doing testing, and as

Re: Unable to logon to /manager/html - TOMCAT6

2014-03-06 Thread Konstantin Kolinko
2014-03-06 11:13 GMT+04:00 Mark Eggers its_toas...@yahoo.com: On 3/5/2014 10:08 PM, N, Ravikiran wrote: Hi, From the documentation at http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Supported_Manager_Commands: All commands that the Manager application knows how to process are

setting org.apache.coyote.Response.isCommitted variable

2014-03-06 Thread Prashant Kadam
I am including one jsp in another jsp, there are different behaviors for 2 tomcat versions as below 1. case in 7.0.37 - setCommitted(true) was called and thus in tiles code (pasted below), it includes the jsp and works fine public class TilesRequestProcessor extends RequestProcessor

Passing additional parameters using j_security_check (Form based authentication)

2014-03-06 Thread Neeraj Sinha
I have a jsp application and my tomcat version is 7.0.34. Authentication is done using *Form based authentication.* My requirement is as follows: When user's account gets locked, he has to send a unlock request and he gets a link in his registered email id clicking on which takes him to

Re: Tomcat 7.0.52 NIO + Atmospere 1.0.18 damaged responses

2014-03-06 Thread Jan Dosoudil
Dne 5.3.2014 16:02, Howard W. Smith, Jr. napsal(a): On Wed, Mar 5, 2014 at 8:35 AM, Jan Dosoudil jan.dosou...@aura.cz wrote: Hi, we have application running on Tomcat 7.0.52 with Nio connector (a lot older versions too), it uses MyFaces (2.1.12), RichFaces (4.3.5), Atmosphere framework

Re: setting org.apache.coyote.Response.isCommitted variable

2014-03-06 Thread Konstantin Kolinko
2014-03-06 13:25 GMT+04:00 Prashant Kadam prashantkada...@gmail.com: I am including one jsp in another jsp, there are different behaviors for 2 tomcat versions as below 1. case in 7.0.37 - setCommitted(true) was called and thus in tiles code (pasted below), it includes the jsp and works fine

RE: Stream closed- IOException exception

2014-03-06 Thread Martin Gainty
Date: Thu, 6 Mar 2014 11:13:22 +0530 Subject: Re: Stream closed- IOException exception From: prashantkada...@gmail.com To: users@tomcat.apache.org On Wed, Mar 5, 2014 at 9:34 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

Re: tomcat 6 refuses mod_jk connections after server runs for a couple of days

2014-03-06 Thread Daniel Mikusa
On Mar 5, 2014, at 4:51 PM, Isaac Gonzalez igonza...@autoreturn.com wrote: -Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Tuesday, March 04, 2014 12:42 PM To: Tomcat Users List Subject: Re: tomcat 6 refuses mod_jk connections after server runs for a

RE: understanding jdbc pool

2014-03-06 Thread Martin Gainty
From: neven.cvetko...@gmail.com Date: Wed, 5 Mar 2014 20:25:36 -0500 Subject: Re: understanding jdbc pool To: users@tomcat.apache.org On Wed, Mar 5, 2014 at 3:15 PM, S Ahmed sahmed1...@gmail.com wrote: Hi, With jdbc pool, is each socket connection in the pool handled by a

MBean register error in Tomcat 7

2014-03-06 Thread Michael L Apperson
I am running a Tomcat 7.0.27 web server on Redhat EL 2.6.32 X86-64 Linux OS with Java 1.7.0_45 and seeing a very unusual error in my web app. The web.xml for the web app defines a startup servlet with a property of load on startup and this servlet extends HttpServlet and implements the init()

Re: Problem with mod_proxyajp and Tomcat 7

2014-03-06 Thread Teresa Fasano
Il 05/03/2014 19:49, Christopher Schultz ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theresa, On 3/5/14, 12:05 PM, Teresa Fasano wrote: Il 05/03/2014 17:51, Christopher Schultz ha scritto: This kind of thing works without a problem for me. Can you give us some more

Re: Unable to logon to /manager/html - TOMCAT6

2014-03-06 Thread Mark Eggers
Konstantin, On 3/6/2014 12:56 AM, Konstantin Kolinko wrote: 2014-03-06 11:13 GMT+04:00 Mark Eggers its_toas...@yahoo.com: On 3/5/2014 10:08 PM, N, Ravikiran wrote: Hi, From the documentation at http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Supported_Manager_Commands: All

RE: Tomcat 7.0.52 stops after hours on our Sun Sparc with SunOS 5.10

2014-03-06 Thread Jay
Case update: Started Tomcat using nohup ./startup.sh ### ... Mar 04, 2014 10:23:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler [http-bio-8080] Mar 04, 2014 10:23:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler

Re: Tomcat 7.0.52 stops after hours on our Sun Sparc with SunOS 5.10

2014-03-06 Thread André Warnier
Jay wrote: Case update: Started Tomcat using nohup ./startup.sh ### ... Mar 04, 2014 10:23:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler [http-bio-8080] Mar 04, 2014 10:23:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting

RE: Tomcat 7.0.52 stops after hours on our Sun Sparc with SunOS 5.10

2014-03-06 Thread Jay
Thanks André for your explanations! -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, March 06, 2014 12:34 PM To: Tomcat Users List Subject: Re: Tomcat 7.0.52 stops after hours on our Sun Sparc with SunOS 5.10 Jay wrote: Case update: Started Tomcat

Re: Trouble shooting refused connections

2014-03-06 Thread Bruce Weertman
Thanks for the replies. Here’s some more info. Bruce, On 3/5/14, 1:11 PM, Bruce Weertman wrote: We have a load balancer talking with tomcat’s running on multiple backend tomcat servers. The tomcats are running web service applications. In doing testing, and as reported by customers, we