Previous Topic: Overwrite the Contents of the mod_jk.conf FileNext Topic: Start Apache HTTP Server


Edit the Tomcat server.xml File

To ensure a secure connection, edit the Tomcat server.xml file manually.

To edit the Tomcat server.xml File

  1. Change to the following directory:
    install_dir\apache-tomcat-6.0.35\conf
    
    install_dir

    Specifies the directory where CA Workload Automation DE Web Client is installed.

  2. Open the server.xml file in a text editor.
  3. Locate the following lines:
    <Connector port="80" protocol="HTTP/1.1" 
         connectionTimeout="20000" 
         redirectPort="8443" />
    
  4. Comment out the Connector tag using <!-- -->:
    <!--
    <Connector port="80" protocol="HTTP/1.1" 
         connectionTimeout="20000" 
         redirectPort="8443" />
    -->
    

    HTTP access from Tomcat to CA Workload Automation DE Web Client is disabled.

  5. Save the server.xml file.

    The Tomcat server.xml file is edited.