Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • WebSphere Version 8.5.5.7
  • Start the WebSphere server using the Windows/Linux start menu or using the command line: For example
    Windows: c:\WebSphere61\AppServer\bin\startserver server1
    Linux:<WebSphere-Home>/AppServer/bin/startServer.sh server1
  • Open the Administrative Console through the graphical user interface or use the URL http://localhost:9045/ibm/console (when accessing the server remotely, specify the machine´s hostname rather than of localhost; the given port is the default for the first profile, at installation it is specified by WC_adminhost_secure).
  • Enter your user ID and Password
  • Navigate to: Servers -> Server Types -> WebSphere application servers -> server1 -> Java and Process Management -> Process definition -> Java Virtual Machine
  • In the text field Generic JVM arguments add: 
    Windows: -Dinspectit.config=C:\inspectit\agent\config  -Xbootclasspath/p:C:\inspectit\agent\inspectit-agent.jar -javaagent:C:\inspectit\agent\inspectit-agent.jar.jar -Dinspectit.repository=[REPOSIOTRY_IP]:[REPOSITORY_PORT] -Dinspectit.agent.name=[AGENT_DISPLAY_NAME]
    Linux:-Xbootclasspath/p:<PATH_TO_INSPECTIT>/inspectit-agent.jar -javaagent:<PATH_TO_INSPECTIT>/inspectit-agent.jar jar -Dinspectit.configrepository=<PATH_TO_INSPECTIT>/agent/config[REPOSIOTRY_IP]:[REPOSITORY_PORT] -Dinspectit.agent.name=[AGENT_DISPLAY_NAME]
  • Apply the changes, save the configuration, and restart the server

...