Skip to main content
12-Amethyst
March 3, 2014
Solved

Windchill 10.2 : HTTP Server doesn't start

  • March 3, 2014
  • 1 reply
  • 1740 views

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.

Best answer by isodius

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.

1 reply

isodius12-AmethystAuthorAnswer
12-Amethyst
March 4, 2014

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.