Step Seven: Edit the Tomcat Configuration File


On NetWare

This step is not necessary on NetWare.


On Windows and UNIX

To configure a secure (SSL) HTTP connector for Tomcat, verify that it is activated in the $TOMCAT_HOME/conf/server.xml file (the standard version of this file, as shipped with Tomcat, contains a simple example which is commended-out by default).

Syntax for Tomcat 3.3:

<Http10Connector
  port="8443"
  secure="true"
  keystore="/usr/java/jre/lib/security/cacerts"
clientAuth="false" />