Posted By:
ajay_luthria
Posted On:
Wednesday, November 5, 2003 09:08 AM
Hi I have just downloaded and installed Tomcat 4.1.27 and am configuring this for SSL. I have created the server certificate and have modified the server.xml. Tomcat refuses to start after i have changed the it for SSL Support But if I comment the SSL out,it begins to work. Any idea what cud be causing this Attached is the server.xml file contents that i am modifying: port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="100" debug="0" scheme="https" secure
More>>
Hi
I have just downloaded and installed Tomcat 4.1.27
and am configuring this for SSL.
I have created the server certificate and have modified
the server.xml.
Tomcat refuses to start after i have changed the it for SSL Support
But if I comment the SSL out,it begins to work.
Any idea what cud be causing this
Attached is the server.xml file contents that i am modifying:
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="100" debug="0" scheme="https" secure="true"
useURIValidationHack="false" disableUploadTimeout="true">
keystoreFile="C:/.keystore4.1.27"
keystorePass="changeit"
clientAuth="false" protocol="TLS" />
<<Less