java.sql.SQLException: No more data to read from socket

2012-07-18 Thread vijay mathew
My application is using Tomcat 5.5 It works fine all the time however at times when I try to login to the application I get the below exception java.sql.SQLException: No more data to read from socket at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74) at

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
We tried with Firefox, that did not work either. -Original Message- From: Sivasubramaniam, Latha Sent: Wednesday, July 18, 2012 1:55 PM To: 'Tomcat Users List' Cc: Samala, Praveen; Pandurangan Krishnakumar Subject: RE: Certificate chain does not seem to work and no errors in the tomcat l

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
Connector string Thanks, Latha -Original Message- From: Sivasubramaniam, Latha Sent: Wednesday, July 18, 2012 9:26 AM To: Tomcat Users List Cc: Samala, Praveen; Pandurangan Krishnakumar Subject: RE: Certificate chain does not seem to work and no errors in the tomcat logs Thanks for

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
Thanks for your response Christopher. We have requested customer to install firefox. We are using SSL and I will get the connector configuration once I get access to the system. Log level is changed to FINE in the logging.properties but we don't seem to get anything related to the certificat

Re: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Latha, On 7/17/12 8:20 PM, Sivasubramaniam, Latha wrote: > I am having issues with the SSL certificate chain the https > requests from the IE8 browser does not get any response. Following > are the details and any help is appreciated. This is in one

Re: force embedded tomcat 7 to listen on ALL adresses

2012-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 7/18/12 5:33 AM, André Warnier wrote: > I don't find in the on-line documentation a description of how > Tomcat exactly matches HTTP requests to names, but the > general logic in webservers is something like : - consider the > "Host:" heade

Re: force embedded tomcat 7 to listen on ALL adresses

2012-07-18 Thread Alexander Shutyaev
Hi André, Thanks for your suggestion. I've changed (1) to tomcat.getEngine().setDefaultHost(tomcat.getHost().getName()); and removed (2). It also works this way and the code seems more adequate. Thanks again! 2012/7/18 André Warnier > Alexander Shutyaev wrote: > >> Hi Christopher, >> >> I've

Re: force embedded tomcat 7 to listen on ALL adresses

2012-07-18 Thread André Warnier
Alexander Shutyaev wrote: Hi Christopher, I've found a solution to my problem although I believe it's more accurate to say I guessed it :) Maybe you'll be able to explain it to me. Here is the complete code: Tomcat tomcat = new Tomcat(); tomcat.setBaseDir(baseDir); tomcat.getConnector().setPort