How to manage multiple apache tomcat server,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to manage multiple apache tomcat server,
Hello,
Can anyone pleas tell me how to manage multiple apache and tomcat server if windchill application and thingworx is on single server.,
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Install-Upgrade
-
PTC Apps
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I won't go into full detail as I don't know the specifics if you use SSL or not and how many servers are present on the system.
The theory however is this, if you want to run multiple Apache servers on the same machine, you'd have to configure them to a different port in <TomcatInstallDir>/conf/server.xml or during the installation.
Then within Windchill and Thingworx ensure in the configuration that each has his own apache server.
E.g. if you have 2 apache servers, with ports 80 and 4331 you would assign 80 for example to Thingworx in the configuration and 4331 to Windchill.
Please let me know if you have any additional questions.
Regards,
Pascal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I won't go into full detail as I don't know the specifics if you use SSL or not and how many servers are present on the system.
The theory however is this, if you want to run multiple Apache servers on the same machine, you'd have to configure them to a different port in <TomcatInstallDir>/conf/server.xml or during the installation.
Then within Windchill and Thingworx ensure in the configuration that each has his own apache server.
E.g. if you have 2 apache servers, with ports 80 and 4331 you would assign 80 for example to Thingworx in the configuration and 4331 to Windchill.
Please let me know if you have any additional questions.
Regards,
Pascal