Monday, December 11, 2017

How to run Apache, Tomcat and Windchill as Windows service

To Run Windchill as a Windows Service, please follow below article,
Windchill mainly has below components,

1. Apache as a web server.
2. Tomcat as a Servlet engine.
3. Windchill Server.
4. Windchill DS.


1. Configure Apache as a Windows Service:
     Launch Windchill Shell as administrator and go to the Apache or HTTPServer directory and execute below command.

   As Administrator, Execute where <ServiceName> is what you want to name service
  1. Install:
    1. ant -f config.xml installService -DserviceName=<Apache>
  2. Uninstall:
    1. ant -f config.xml uninstallService -DserviceName=<Apache>
 2. To configure Windchill as a service
       Launch Windchill Shell as a administrator and execute below commands,

  1. Install:
    1. ant -buildfile <windchill>\opt\ntservice\WindchillService.xml install -DserviceName=<Windchill>
  2. Uninstall:
    1. ant -buildfile <windchill>\opt\ntservice\WindchillService.xml uninstall -DserviceName=<Windchill>

No comments:

Post a Comment

Windchill with HTTPS

Using below steps, we can configure Windchill to listen HTTPS connection. 1. Reconfigure Apache to use HTTPS (SSL). 2. Reconfigure Windch...