I am having a problem getting SSL to work on my tomcat 5 sever so I
would like to know what each segment of the class name means from the
server.xml file (className="org.apache.coyote.tomcat5.CoyoteConnector)
and how it affect the SSL on my server. When I looked at my server.xml
file the classname was not there I have removed the rem statements but
SSL does not work I think I have it wrong. Do I even need to add the
classname can I run without it Just use the port 8443? Do I need to
change the org.apache.coyote.tomcat5.CoyoteConnector and change it to my
domain name/server name ?
Any help would be great
Thanks again
<-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<!--
<Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true";
clientAuth="false" sslProtocol="TLS"/>
Christopher W. Hosler
Network Administrator
Ingham County MIS Department
Email [EMAIL PROTECTED]
As water reflects the face
So a mans heart reflects the man
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]