Post Installation Tasks (Jetty)
This section describes the Jetty-related tasks you must perform once you have installed the TIBCO iProcess® Web Services Server Plug-in. (Required in all cases)
Starting Jetty
Before using the TIBCO iProcess® Web Services Server Plug-in, you must start up Jetty. TIBCO have provided some scripts that you can invoke to start Jetty. There are many parameters that can be passed to Java to alter the runtime behavior. TIBCO have modified Heap sizes to improve performance.
• | If you are using UNIX, you need to run the Webservices_server_location/jetty-9.4.35/jetty.sh . |
• | If you are using Windows, you need to run the Webservices_server_location\jetty-9.4.35\jetty.cmd . |
Webservices_server_location refers to the path that you specified during installation to install Web Services Server files.
Testing the Axis configuration
You can confirm that Axis2 and related components have been installed correctly by accessing the Axis2 page below. Enter the following URL in a web browser:
http://machinename:portnumber/axis2/services/listServices
where machinename is the name of the computer where you installed Jetty and portnumber is the port number used to access the machine where you installed Jetty. If you are using SSL, specify https
instead of http
in the URL.