Re: Tomcat 6 And SSL Configuration

2009-11-02 Thread Peter Crowther
2009/11/2 Nilesh Patil nileshpatil2...@gmail.com The apache tomcat service on local computer started and then stopped . Some services stopped automaticaly if they are not in use by other services or programs There should be more details of what went wrong in one of Tomcat's log files (it

Re: Tomcat 6 And SSL Configuration

2009-11-02 Thread Nilesh Patil
Hi Peter First of All Thnaks for replay. Now the Tomcat service is started but I am not able to access the Urk through HTTPs.. The log file contains are given below Nov 2, 2009 2:21:38 PM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http- Nov 2,

Re: Tomcat 6 And SSL Configuration

2009-11-02 Thread Nilesh Patil
I got the solutions ... the path of keystore file was wrong.. and I done changes in Connector. On Mon, Nov 2, 2009 at 2:26 PM, Nilesh Patil nileshpatil2...@gmail.comwrote: Hi Peter First of All Thnaks for replay. Now the Tomcat service is started but I am not able to access the Urk

Tomcat 6 And SSL Configuration

2009-11-01 Thread Nilesh Patil
I am trying to Configure SSL with tomcat 6. But I did following setting in tomcat's conf/ server.xml Connector protocol=org.apache.coyote.http11.Http11Protocol port=85 minSpareThreads=5 maxSpareThreads=75 enableLookups=true disableUploadTimeout=true