Re: Secure Tomcat With SSL

2013-10-30 Thread Ognjen Blagojevic
On 30.10.2013 18:41, Jeffrey Janner wrote: Not sure where to go from here! Can anyone help? I just want to do something basic and that issecure tomcat with a godaddy SSL cert. First, go back and re-read the last wonderful response you received from Ognjen. He is right on the money for how you

Re: Keep Alive Serverconnection

2013-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 10/30/13, 9:29 AM, David kerber wrote: > On 10/30/2013 9:12 AM, Morten Bo Oelbye wrote: >> Where can I find any solution about an persistent Connection. I >> can use the reques.inputstream as long as want. But when I use >> the response as

AUTO: Eric Clifford is out of the office on vacation. (returning 11/04/2013)

2013-10-30 Thread Eric Clifford
I am out of the office until 11/04/2013. please contact Amit or Dave Stanley for any problems. I can be reached for anything urgent at 412-251-2135. Note: This is an automated response to your message "Re: Secure Tomcat With SSL" sent on 10/30/2013 10:42:31. This is the only notification yo

RE: Secure Tomcat With SSL

2013-10-30 Thread Jeffrey Janner
> -Original Message- > From: Chris Arnold [mailto:carn...@electrichendrix.com] > Sent: Wednesday, October 30, 2013 9:43 AM > To: Tomcat Users List > Subject: Re: Secure Tomcat With SSL > > >Chris, > > Thank you for taking the time to help me in securing tomcat. I called > godaddy and they

Re: Secure Tomcat With SSL

2013-10-30 Thread Chris Arnold
>Chris, Thank you for taking the time to help me in securing tomcat. I called godaddy and they instructed me to download the tomcat cert, which i did, and follow their provided instructions: http://support.godaddy.com/help/article/5239/generating-a-csr-and-installing-an-ssl-certificate-in-tomcat

Re: Apache Tomcat invalid Transfer-Encoding header request that prevents buffer recycling

2013-10-30 Thread David N. Smith
> On Oct 30, 2013, at 8:36 AM, "kanishk.se...@accenture.com" > wrote: > > Hi Team, > > As per our security team we need to install the below patches on multiple > servers to remove vulnerabilities. > > Below is the information we have received from our security team, Need your > support to h

Re: Keep Alive Serverconnection

2013-10-30 Thread David kerber
On 10/30/2013 9:12 AM, Morten Bo Oelbye wrote: Where can I find any solution about an persistent Connection. I can use the reques.inputstream as long as want. But when I use the response as an outputstream, the connectien is closed. So, how to write ping, pong, ping, pong, etc without closing? An

Keep Alive Serverconnection

2013-10-30 Thread Morten Bo Oelbye
Where can I find any solution about an persistent Connection. I can use the reques.inputstream as long as want. But when I use the response as an outputstream, the connectien is closed. So, how to write ping, pong, ping, pong, etc without closing? An keep-Alive does not do it. Please help

FW: Apache Tomcat invalid Transfer-Encoding header request that prevents buffer recycling

2013-10-30 Thread kanishk.sethi
Hi Team, As per our security team we need to install the below patches on multiple servers to remove vulnerabilities. Below is the information we have received from our security team, Need your support to have a detailed impact analysis on the compatibility of the below patches. Apache Tomcat

Re: Reg: JNDI lookup

2013-10-30 Thread Daniel Mikusa
On Oct 30, 2013, at 7:36 AM, Anu Prab wrote: > Hi, > > In Tomcat 7.0.42, with Tomcat jdbc pool, I would like to list all the JNDI > resources ( connection pool ) available. Is it possible to do so? If so, > how or which api to use? Try connecting with JMX (i.e. jconsole or jvisualvm). You'll s

Reg: JNDI lookup

2013-10-30 Thread Anu Prab
Hi, In Tomcat 7.0.42, with Tomcat jdbc pool, I would like to list all the JNDI resources ( connection pool ) available. Is it possible to do so? If so, how or which api to use? -Anu