How to close DB Connections while shutting down server

2015-02-24 Thread Rajesh Biswas
Dear Experts, I am using container managed datasource to manage the database connections. But while shutting down the server I am getting lot of messages like below: appears to have started a thread named [pool-1-thread-1] but has failed to stop it. This is very likely to create a memory leak W

Re: Intermittent handshake_failure message Tomcat

2015-02-19 Thread Rajesh Biswas
ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rajesh, > > On 2/19/15 1:41 AM, Rajesh Biswas wrote: > > We are facing intermittent ssl handshake failure exception in the > > client code while connecting the server whi

Intermittent handshake_failure message Tomcat

2015-02-18 Thread Rajesh Biswas
Dear Experts, We are facing intermittent ssl handshake failure exception in the client code while connecting the server which runs on Tomcat 7.0.54 version. Below is the ssl configuration in server.xml file OS: Solaris Tomcat Version: apache-tomcat-7.0.54 Would you please suggest if I miss a

500 Error in Tomcat 7.54

2015-02-07 Thread Rajesh Biswas
Hello Experts, I am facing one critical issues with respect to SSL communication between java client and Tomcat Server (version 7.0.54). The problem is happening only the tomcat server installed in IOS Mavarick machine, and the problem is intermittent.(Windows machine the problem is not occuring)

Exception page after installation of Tomcat 7.0.54

2015-01-30 Thread Rajesh Biswas
Dear Experts, I have installed Apache Tomcat 7.0.54, after installation when I open https://host_name:port_number I am getting below exception org.apache.jasper.JasperException: java.lang.IllegalStateException: No Java compiler available org.apache.jasper.servlet.JspServletWrapper.handle

Re: SSL issue in tomcat

2015-01-20 Thread Rajesh Biswas
Hello, Please keep SSLEnabled="true" along with your existing configuration Rajesh On Tue, Jan 20, 2015 at 2:47 PM, Jason Y wrote: > Hi folks, > > Recently my application cannot be accessible in browser with https version. > I think it is due to vulnerability in ssl 3.0 issue. > > I checked

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-20 Thread Rajesh Biswas
: System.setProperty( "https.protocols", "TLSv1" ); Hope it will work for any OS and any JDK greater than 1.5 Regards, Rajesh On Tue, Jan 20, 2015 at 9:17 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Rajesh Biswas [mailto:rajesh...@gmail.com] > >

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
am running on JDK7 I am getting output as TLSv1 Would you please pin point the issue why it is not working in JDK5, where can I set the TLS property. On Tue, Jan 20, 2015 at 7:41 AM, Rajesh Biswas wrote: > Hello Mark, > > Thank you for your reply. > > I have de-select the User

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
015 17:33, Rajesh Biswas wrote: > > I am facing issues running the application in SSL with latest version of > > tomcat 7.57, same is working in 7.40. Below is the configuration in my > > server.xml file > > > > " keystorePass="xxx" clientAuth="fal

Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
I am facing issues running the application in SSL with latest version of tomcat 7.57, same is working in 7.40. Below is the configuration in my server.xml file " keystorePass="xxx" clientAuth="false" sslProtocol="TLS" /> I am getting ssl handshake error while I am trying to access the application