Summary
This PhenixID Solution Document (PSD) is written for Identity Manager(IM)/Password Self Service(PSS) 4.8.0 and later.
The reader of this PSD should have some basic knowledge about PhenixID Identity Manager/Password Self Service.
System Requirements
- PhenixID IM or/and PSS installed.
Overview
This document will explain how to change ports for Tomcat so e.g. IM and PSS can work in the same machine with different services.
Instruction
Change to ports for Tomcat is done in server.xml. (drive:\…\PhenixID\IM/PPSS\tomcat8-im/ppss\conf)
- Open Server.xml (for the example below the following 8090 was chosen as HTTP port during install, other ports are default when installing PhenxiID IM/PSS.
- Stop Tomcat service before continue.
- Find the sections where 8005, 8090, 8443 and 8009 are presented and change them to available ports on your server.
<Server port="8005" shutdown="SHUTDOWN">
<Connector port="8090" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
Save server.xml and start Tomcat service after configuration is done!
DISCLAIMER
Information provided in this document is for your information only. PhenixID makes no explicit or implied claims to the validity of this information. Any trademarks referenced in this document are the property of their respective owners.The origin of this information may be internal or external to PhenixID. PhenixID makes all reasonable efforts to verify this information.
PhenixID - support.phenixid.se