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
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>