If you're running Tomcat standalone, try changing the port value to 443
rather than 8443 (and make sure any firewalls are configured to allow this
protocol) (or of course append :8443 to your https request).

Kevin

On Tue, 3 Apr 2001, Alex Colic wrote:

> I have been trying to set up tomcat to run ssl direct.
> 
> I have done the following:
> 
> 1: I added the following to server.xml
>   <Connector className="org.apache.tomcat.service.PoolTcpConnector">
>     <Parameter name="handler"
>        value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
>     <Parameter name="port" value="8443"/>
>     <Parameter name="socketFactory"
> value="org.apache.tomcat.net.SSLSocketFactory" />
>     <Parameter name="clientAuth" value="true"/>
>   </Connector>
> 
> 2: edited the java.security file
> 3: added jcer.jar, jnet.jar and jss3.jar to jre/lib/ext and tomcat/lib
> 4: created a key via keytool

Reply via email to