cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Would ..\Windchill_10.2\HTTPServer be considered my Apache directory?

Robert-Altman
7-Bedrock

Would ..\Windchill_10.2\HTTPServer be considered my Apache directory?

 

Setting up Windchill to run as a Windows Service. Is the directory ..\Windchill_10.2\HTTPServer my Apache directory?

To configure Apache as a service (9.1, 10.x)

 

  1. Launch Windchill Shell as administrator (In Windows Server 2008 and later: right-click, "Run as administrator")
  2. Goto <Windchill>\Apache directory
  3. As Administrator, Execute where <ServiceName> is what you want to name service
    1. Install:
      1. ant -f config.xml installService -DserviceName=<ServiceName>

         

1 ACCEPTED SOLUTION

Accepted Solutions

Yes, HTTPServer directory is considered as the Apache directory.

View solution in original post

2 REPLIES 2

Yes, HTTPServer directory is considered as the Apache directory.

Just to add, the Apache directory was named 'Apache' in Windchill 10.1 and earlier. As of 10.2, the name of the apache directory has been changed to 'HTTPServer'.

Top Tags