WebLogic App Server Stub Installation


Prerequisites

For this installation you must be using BEA WebLogic 7.0 Application Server or higher.

Installation Instructions

The following is an overview of the steps you use to enable the jaxView agent stub for WebLogic Application servers.

  1. Locate the file mm_stub.jar in the JaxView install directory. This is the Managed Methods jar file that needs to be installed as a Handler on the WebLogic server for the Web services to be managed.
  2. Place the mm_stub.jar file into the WebLogic application server class path. This could be done by installing the jar file in the <application.war>\web-inf\lib directory.
  3. Open the web-services.xml file and add the JaxView agent class as a handler chain to the operation tags as follows:

    <operation name="sayHello"
    method="sayHello(int,java.lang.String)" 
    component="jcComp0"
    handler-chain="com.hubble.clientservice.MessageHandlerJaxRpc">
    

    For more information on installation of the handler see Creating Handlers in Weblogic