Hi,
I am in urgent need to solve a problem.
When attempting to connect from a Java GUI application
to a servlet using the following URL:
http://localhost:8443/examples/servlet/MyUploadServlet?
I obtain a SSL handshake error.
This is the required section from server.xml file:
Connector
className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="http" secure="true"
useURIValidationHack="false">
<Factory
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
clientAuth="false" protocol="TLS" />
</Connector>
Can someone please help me.
Thanking you for your great anticipated support and
cooperation.
Anish
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]