Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I've installed Windchill 10.2 on a Windows Server 2012 + SQL Server 2008 server. Everything run fine. And just after the installation, Windchill started. Then, I rebooter the server, my goal is to make Windchill automatically started.
I've created the Windchill DS service. But the problem is when I run "windchill start", everything seems to run fine, except there is no httpd process on the computer, so no web server.
I've found nothing in the logs and no script to run it. Thanks for the help.
Solved! Go to Solution.
I finally managed to run it. Windchill Solution Installer didn't create the Apache2 Windows service. I successfully create it by running the following command:
"ant -f config.xml installService" from the <Windchill root folder>\HTTPServer.
I finally managed to run it. Windchill Solution Installer didn't create the Apache2 Windows service. I successfully create it by running the following command:
"ant -f config.xml installService" from the <Windchill root folder>\HTTPServer.