Products | Versions |
---|---|
TIBCO BusinessWorks Workflow | - |
Not Applicable | - |
Resolution:
There are several ways to achieve this:
1. Place the custom jar under bwworkflow/5.1/bui/archive/WEB-INF/lib and recreate the deployment platform.
2. Add the custom jar path to the classpath property in the startup script for the servlet engine. Restart the servlet engine.
3. For bundled tomcat, add the path to the custom jar to the tibco.extended.class.path property in the tra file for the servlet engine instance.
-- If running as a service, uninstall the already existing service for tomcat instance by running the command
<bwworkflow_home>/bin/launchtomcat --propFile <bwworkflow_home>/bin/<tra file for the instance> --uninstall
Reinstall the service by running the command
<bwworkflow_home>/bin/launchtomcat --propFile <bwworkflow_home>/bin/<tra file for the instance> --install
-- If running as a command window (non NT service), just restart the servlet engine.