WebSphere Application Server - Express, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Running your new monitoring applications

Why and when to perform this task

Follow these steps to run your monitoring applications.

Steps for this task

  1. You need a WebSphere Application Server installation or WebSphere Application Server J2EE client package to run a PMI application.
  2. Use a PMI client API to write your own application.
  3. Compile the newly-written PMI application and place it on the classpath. (The jar files under %WAS_HOME%\lib and %WAS_HOME%\classes folder will be placed in the classpath by the following script.)
  4. To run a PMI application you need a WebSphere Application Server runtime environment (the application server installation or a J2EE client package). Using the following script to run the application:
    @echo off
    @setlocal
    
    call "%~dp0setupCmdLine.bat"
    
    "%JAVA_HOME%\bin\java" "%CLIENTSAS%" "%CLIENTSOAP%" -DwebsphereV5Statistics=false 
    -Dwas.install.root="%WAS_HOME%" -Dws.ext.dirs="%WAS_EXT_DIRS%" -classpath "%WAS_CLASSPATH%" 
    com.ibm.ws.bootstrap.WSLauncher com.ibm.websphere.pmi.PmiJmxTest %*
    
    



Sub-topics
Performance Monitoring Infrastructure client package
Running your monitoring applications with security enabled

Related concepts
Thin application clients

Task topic    

Terms of Use | Feedback

Last updated: Jun 8, 2005 12:45:23 PM EDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/tprf_devprf.html

© Copyright IBM Corporation 2002, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)