Previous Topic: IBM WebSphere App ServerNext Topic: Jetty


JBoss

This topic applies to JBoss 4.2 and 7.

To configure JBoss to use the DevTest Java Agent, you edit the JBoss startup script.

You can use the agent install assistant to determine the value of the agent parameters string.

Follow these steps:

  1. Open the JBoss run.bat or run.sh file in a text editor.
  2. Define the following property before calling the Java executable:
    set JAVA_OPTS=<agent_parameters_string>
    
  3. Save the file.