Installing Additional Instance on the Same Machine - dogtagpki/pki GitHub Wiki

By default PKI subsystems will be installed in pki-tomcat instance using the following ports:

  • HTTP port: 8080
  • HTTPS port: 8443
  • AJP port: 8009
  • Tomcat management port: 8005
To install an additional instance on the same machine, those parameters need to be changed to avoid conflicts.

For example, specify the following parameters in addition to the normal installation configuration:

 [Tomcat]
 pki_ajp_port=<font color="red">18009</font>
 pki_tomcat_server_port=<font color="red">18005</font>

See Also

⚠️ **GitHub.com Fallback** ⚠️