I'am using Tomcat 5.0 + Axis 1.1
How can I configure my Tomcat 5.0 to request client authentification.
My server.xml is:
<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"
keystoreFile="e:\java\pruebas\WSOverSSL\server.keystore"
keystorePass="changeit"
clientAuth="true" sslProtocol="TLS"/>
But I don't know if is it correct and which are the next steps.
Thank you,
Dani
---
mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]