Installation Jetty
If you are using Jetty web server you can easily attach the inspectIT agent by changing the jetty.sh file located in the [JETTY_HOME]/bin folder. Add the following line:
################################################## # inspectIT setup ################################################## JAVA_OPTIONS=(${JAVA_OPTIONS[*]} "-javaagent:[AGENT_HOME]/inspectit-agent.jar" "-Dinspectit.repository=[REPOSIOTRY_IP]:[REPOSITORY_PORT]" "-Dinspectit.agent.name=[AGENT_DISPLAY_NAME]")