Installation Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Appendix C: Creating War Files for Manual Installation

If you are running WebLogic Server 9.2 MP1 and using managed servers, then you must deploy all of the ALSM war files to the managed servers manually. All of the war files should be deployed to the managed server; apcontainer.war must be deployed to the Admin server.

The installer generates the following files in the <ALSM_install>/installer_work/deploy_stage directory:

Optional

 


Deploying the war files

We suggest that you deploy the generated files in the following order:

Basic management components

  1. Sample web services (tutorial.war, tutorialClient.war, tutorialBackup.war, bookmart.war, bookmartClient.war
  2. apcentral.war
  3. apcontainer.war
  4. apasc.war
  5. apmonitor.war

Exception management components

  1. apexmrt.war
  2. notifier.war
  3. apexm.war

Service level management components

  1. aqms.war
  2. notifier.war
  3. Note: If you are installing the service level components in the same container as the exception management components, you do not need to install another copy of this
  4. domain.war
  5. apwebui.war

 


Enabling Observation of Service Dependencies

You can view the dependencies among services in the ALSM Management Console. To enable this functionality, complete the following procedure:

  1. Copy ap-mto-runtime.jar to /WebLogic_home/weblogic81/server/lib. You should add this file to any server that hosts services for which you want to observe dependencies. ALSM does not track dependencies of its system services, so you do not need to place this file in the servers hosting the sphere, or service-level or exception management components unless those servers also host business services.
  2. In that same directory (for each server into which you copied the JAR file), edit commEnv.cmd and add the following line to WEBLOGIC_CLASSPATH:
  3. %WL_HOME%\server\lib\ap-mto-runtime.jar

    Example

    set WEBLOGIC_CLASSPATH=%WL_HOME%\server\lib\ap-mto-runtime.jar;%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar

    Note: If you are running a WebLogic Server managed instance, you can add the JAR to the front of the managed instance's classpath.
  4. Restart WebLogic Server.

  Back to Top       Previous  Next