Web Server for Hawk WebConsole
By default, TIBCO Hawk installer bundles Apache Tomcat 7.0 web server and deploys TIBCO Hawk WebConsole web-application in it.
If you want to use a different standalone Tomcat server to deploy TIBCO Hawk WebConsole, you need to follow these manual steps:
1. | Copy HAWK_HOME/webconsole/hawkwebconsole.war to <CATALINA_HOME >/webapps /. |
2. | If H2 database is used, copy H2 driver jar (h2*.jar ) to the lib folder of Tomcat (<CATALINA_HOME >/lib ). |
3. | If TIBCO Rendezvous is used as the transport, copy the following JAR to the lib folder of Tomcat (<CATALINA_HOME >/lib ): |
— | RV_HOME/lib/tibrvj.jar |
4. | If TIBCO Enterprise Message Service is used as the transport, copy the following JARs to lib folder of Tomcat (<CATALINA_HOME >/lib ): |
— | EMS_HOME/lib/tibrvjms.jar
|
— | EMS_HOME/lib/tibjms.jar |
— | EMS_HOME/lib/tibcrypt.jar
|
— | EMS_HOME /lib/jms.jar (in case of EMS 6.3) or EMS_HOME /lib/jms-2.0.jar (in case of EMS 8.0) |
5. | Make sure that TIBCO EMS (when required) and TIBCO Rendezvous shared libraries are in |
— | PATH (Windows) |
— | LD_LIBRARY_PATH (Linux, Solaris) |
— | SHLIB_PATH (HP-UX) |
— | LIBPATH (AIX) |
— | DYLD_LIBRARY_PATH (MacOS) |
Note |
If you want to use any web server other than Tomcat, then you need to copy the above mentioned libraries (JAR/WAR) into appropriate locations specific to the web server. |