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
Launch Windchill Shell as a administrator and execute below commands,
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
- Install:
- ant -f config.xml installService -DserviceName=<Apache>
- Uninstall:
- ant -f config.xml uninstallService -DserviceName=<Apache>
Launch Windchill Shell as a administrator and execute below commands,
- Install:
- ant -buildfile <windchill>\opt\ntservice\WindchillService.xml install -DserviceName=<Windchill>
- Uninstall:
- ant -buildfile <windchill>\opt\ntservice\WindchillService.xml uninstall -DserviceName=<Windchill>
No comments:
Post a Comment