Community Tip - You can change your system assigned username to something more personal in your community settings. X
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.
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
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