Skip to main content
1-Visitor
September 5, 2018
Solved

How to manage multiple apache tomcat server,

  • September 5, 2018
  • 1 reply
  • 2268 views

Hello,

Can anyone pleas tell me how to manage multiple apache and tomcat server if windchill application and thingworx is on single server.,

 

This topic has been closed for replies.
Best answer by pgrodowski

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

 

 

 

1 reply

5-Regular Member
September 5, 2018

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