You can modify the default values the P6 EPPM configuration wizard uses when configuring your WebLogic Server.
To customize the value of your P6 EPPM WebLogic domain properties:
- Navigate to the folder in which P6 EPPM is installed, then navigate to the \scripts folder.
- Open domain.properties in a text editor of your choice.
- Modify the values of the properties specified in the domain properties table below to modify the default domain properties used when configuring the WebLogic server.
Property | Description | Default Value | Example Value |
---|---|---|---|
p6_server | The name of the managed server on which the P6 application is deployed. | P6 | p6WebServer |
p6server_port | The port on which the P6 application server is hosted. | 8203 | 4000 |
p6server_minmax | The minimum and maximum amounts of memory the P6 server can utilize. The Xms value specifies the server's initial JVM heap size and the Xmx value specifies the server's maximum JVM heap size. | Xms512m Xmx1024m | Xms256m Xmx512m |
tm_server | The name of the managed server on which the P6 Team Member Web application is deployed. | TeamMember | tmServer |
tmserver_port | The port on which the P6 Team Member Web application server is hosted. | 8207 | 4002 |
tmserver_minmax | The minimum and maximum amounts of memory the P6 Team Member Web server can utilize. The Xms value specifies the server's initial JVM heap size and the Xmx value specifies the server's maximum JVM heap size. | Xms256m Xmx512m | Xms512m Xmx1024m |
api_server | The name of the managed server on which the P6 Integration API is deployed. | P6IntegrationAPI | apiServer |
apiserver_port | The port on which the P6 Integration API is hosted. | 8205 | 4004 |
apiserver_minmax | The minimum and maximum amounts of memory the P6 Integration API server can utilize. The Xms value specifies the server's initial JVM heap size and the Xmx value specifies the server's maximum JVM heap size. | Xms256m Xmx512m | Xms512m Xmx1024m |
ws_server | The name of the managed server on which the P6 EPPM Web Services is deployed. | P6WebServices | wsServer |
wssever_port | The port on which the P6 EPPM Web Services is hosted. | 8206 | 4006 |
wsserver_minmax | The minimum and maximum amounts of memory the P6 EPPM Web Services server can utilize. The Xms value specifies the server's initial JVM heap size and the Xmx value specifies the server's maximum JVM heap size. | Xms256m Xmx512m | Xms512m Xmx1024m |
p6pro_server | The name of the managed server on which the P6 Professional application is deployed. | p6procloudconnect | proServer |
p6pro_port | The port on which the P6 Professional server is hosted. | 8208 | 4008 |
p6pro_minmax | The minimum and maximum amounts of memory the P6 Professional server can utilize. The Xms value specifies the server's initial JVM heap size and the Xmx value specifies the server's maximum JVM heap size. | Xms1024m Xmd1024m | Xms526m Xmd1024m |
nodeManagerPort | The port on which the WebLogic domain nodeManager is hosted. | 5556 | 8000 |