How do you catch these exceptions

2014-10-31 Thread Campbell, Lance
Tomcat 7.0.56 Java 7.0_72 I received the below Tomcat error messages in a web application. Is there a way for me to catch these exceptions so that I can then either execute Java code or trigger a Linux shell script? Oct 31, 2014 7:38:25 PM org.apache.tomcat.util.net.NioEndpoint$SocketProcessor

Re: Authentication Memcached + Tomcat

2014-10-31 Thread Daniel Mikusa
On Fri, Oct 31, 2014 at 3:51 PM, Nilson Uehara wrote: > I'm testing Memcached to implement failover on my Tomcat servers. > > Is there any way of implementing security by user / password? > Can you clarify this request? Are these two separate thoughts, or is memcached somehow related to the sec

Re: Authentication Memcached + Tomcat

2014-10-31 Thread André Warnier
Nilson Uehara wrote: I'm testing Memcached to implement failover on my Tomcat servers. Is there any way of implementing security by user / password? Probably. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Authentication Memcached + Tomcat

2014-10-31 Thread Nilson Uehara
I'm testing Memcached to implement failover on my Tomcat servers. Is there any way of implementing security by user / password?

Re: From HTTP to HTTPS request.getHeader("referer")

2014-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 10/31/14 8:06 AM, Léa Massiot wrote: > Hello and thank you for reading my post. > > I'm trying to make a webapp work with HTTPS. It was working > properly with HTTP. Below is the problem I have. > > Inside a servlet, in its "doPost()" meth

Re: Unable to disable SSL in Tomcat 6 !

2014-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Utkarsh, On 10/31/14 11:52 AM, Utkarsh Dave wrote: > Nothing helped much. Please let me know how can i disable SSL in > Tomcat 6.0.37. > > I tried below configuration in server.xml on Tomcat 6.0.37 > > protocol="org.apache.coyote.http11.Http11Pro

Re: require infomation on tomcat 6.0 EOL and support

2014-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vinay, On 10/30/14 11:50 PM, Hareshbhai Desai,Vinaykumar (Vinaykumar) wrote: > As per my understanding tomcat 6.0 is EOL but it's not yet > announced. This is not yet true. There is likely to be a release of Tomcat 6.0 somewhat soon, as there were

Re: From HTTP to HTTPS request.getHeader("referer")

2014-10-31 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2014 5:06 AM, Léa Massiot wrote: > Hello and thank you for reading my post. > > I'm trying to make a webapp work with HTTPS. It was working > properly with HTTP. Below is the problem I have. > > Inside a servlet, in its "doPost()" method, to

Re: Unable to disable SSL in Tomcat 6 !

2014-10-31 Thread Utkarsh Dave
Nothing helped much. Please let me know how can i disable SSL in Tomcat 6.0.37. I tried below configuration in server.xml on Tomcat 6.0.37 https://access.redhat.com/solutions/1232233 -Regards Utkarsh On Thu, Oct 30, 2014 at 10:30 PM, Mark Thomas wrote: > On 30/10/2014 16:38, Utkarsh Dave w

From HTTP to HTTPS request.getHeader("referer")

2014-10-31 Thread Léa Massiot
Hello and thank you for reading my post. I'm trying to make a webapp work with HTTPS. It was working properly with HTTP. Below is the problem I have. Inside a servlet, in its "doPost()" method, to check whether the "incoming JSP" is "example1.jsp" or "example2.jsp", I am using the following piec