How do we install BWWF/BWC tomcat as NT services after the Tomcat has been registered using Domain Utility?
book
Article ID: KB0090168
calendar_today
Updated On:
TIBCO BusinessWorks Workflow
|
-
|
Not Applicable
|
-
|
Description
Resolution:
Here is the correct way to install a tomcat servlet engine as an NT service:
1. In DOS command prompt -
cd <bwwf home>/5.1/bin
2. Run -
tomcatservice.bat <your service name> <bwwf home>/5.1/tomcat/conf/server_<server name>-<port>.xml <tibco home>/tra/5.5 <tibco home>/tpcl/5.5
3. To uninstall the service run -
<bwwf home>/5.1/tomcat/bin/tomcat -uninstall <service name>
If the bwwf has been upgraded to the other higher version of bwc, we can just change the above value of
<bwwf home>/5.1
to
<bwc home>/<version>.
Issue/Introduction
How do we install BWWF/BWC tomcat as NT services after the Tomcat has been registered using Domain Utility?
Feedback
thumb_up
Yes
thumb_down
No