IBM Websphere Stub Installation


Prerequisites

This installation requires IBM Websphere Application Server 5.1 or higher.

Installation Instructions

1. The jar file mm_stub.jar is the Managed Methods jar file that needs to be installed as a Handler for the Web service to be managed.

2. Place the jar files from this zip package into the application class path. This could be done by installing the jar files in the <application.war>\web-inf\lib directory.

3. Locate the webservices.xml using the Websphere web services editor in the Websphere application server installation.

4. Select the handler tab add the com.hubble.clientservice.MessageHandlerJaxRpc to the service endpoint. Select MessageHandlerJaxRpc and add the following initial parameters

hubbleURL    http://<managementServer>:9090

Note: <managementServer> with the ip address of the machien that you installed JaxView managment on.

If there is a proxy add:

ProxyUsername   <proxy user name>
ProxyPassword   <proxy password>

5. Save the pages and redeploy if needed.