You are on page 1of 2

inspectit:

https://inspectit-
performance.atlassian.net/wiki/spaces/DOC18/pages/93009437/JBoss+6.x
http://obinnakalu.blogspot.com/2014/10/jboss-enterprise-application-platform.html
https://inspectit-
performance.atlassian.net/wiki/spaces/DOC18/pages/93009338/Working+with+navigation+
and+stepping+functionality

how to attch agent to inspectit:


- start CMR
- edit jboss standalone conf file
- execute standalone.sh

-----------------------------------------------------------------------------------
---------

vi standalone.conf

# added in the begining of line


JBOSS_MODULES_SYSTEM_PKGS="org.jboss.logmanager"

# added in the end of line


# inspectit

# Added for logging problem


export JBOSS_HOME="/vm/jboss-eap-6.4"
# JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.jboss.logmanager.LogManager
-Xbootclasspath/p:$JBOSS_HOME/lib/jboss-logmanager.jar -Xbootclasspath/p:
$JBOSS_HOME/common/lib/jboss-logmanager-log4j.jar -Xbootclasspath/p:
$JBOSS_HOME/common/lib/log4j.jar"

# JAVA_OPTS="$JAVA_OPTS -Dmodule.path=$JBOSS_HOME/modules"
# JAVA_OPTS="$JAVA_OPTS -Xbootclasspath/p:$JBOSS_HOME/jboss-modules.jar"

JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
JAVA_OPTS="$JAVA_OPTS -Xbootclasspath/p:
$JBOSS_HOME/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-
1.5.4.Final-redhat-1.jar"

# added for inspectit


export INSPECTIT_AGENT_HOME="/vm/inspectit/agent"
export INSPECTIT_JAVA_OPTS=" -Xbootclasspath/p:${INSPECTIT_AGENT_HOME}/inspectit-
agent.jar -javaagent:${INSPECTIT_AGENT_HOME}/inspectit-agent.jar
-Dinspectit.repository=localhost:9070 -Dinspectit.agent.name=agent1"

# integrate inspectit java options with the java options of JBoss


export JAVA_OPTS="${INSPECTIT_JAVA_OPTS} ${JAVA_OPTS}"

-----------------------------------------------------------------------------------
---------

-- test deploy app


https://dotcms.com/docs/latest/deploy-as-a-war-in-jboss-eap-6-4
https://github.com/dotCMS/appservers-config
https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.2.0.GA/shopping-
cart

http://obinnakalu.blogspot.com/2014/10/jboss-enterprise-application-platform.html
https://inspectit-
performance.atlassian.net/wiki/spaces/DEV/pages/5019198/CMR+Architecture
https://inspectit-
performance.atlassian.net/wiki/spaces/DOC18/pages/93009260/Installation+Guide
https://docs.jboss.org/jbossas/docs/Getting_Started_Guide/beta422/html/About_the_Ex
ample_Applications-Install_Ant.html
https://docs.jboss.org/jbossas/docs/Getting_Started_Guide/beta422/html/Building_The
_Application.html
https://docs.jboss.org/author/display/AS7/Admin+Guide#AdminGuide-
Examplesinthisguide
https://developer.jboss.org/wiki/DataSourceConfigurationInAS7
https://developer.jboss.org/thread/214066
https://github.com/spagop/quickstart/blob/master/management-api-examples/mgmt-
deploy-application/application/jboss-as-helloworld.war
https://github.com/dotCMS/appservers-
config/tree/master/jboss/modules/com/dotcms/postgres/main
http://dotcms.com/docs/latest/Installation
https://developers.redhat.com/quickstarts/eap/helloworld/
https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.2.0.GA/shopping-
cart

https://developer.jboss.org/blogs/amartin-blog/2012/02/08/how-to-set-up-a-
postgresql-jdbc-driver-on-jboss-7
https://libraries.io/github/inspectIT/inspectIT
https://www.novatec-gmbh.de/en/blog/inspectit-1-6-new-features-configuration-
interface/
https://inspectit-
performance.atlassian.net/wiki/spaces/DOC18/pages/93009414/Core+classes+instrumenta
tion
https://inspectit-
performance.atlassian.net/wiki/spaces/DOC18/pages/93009316/Working+with+the+SQL+Bro
wser
http://www.inspectit.rocks/
https://www.novatec-gmbh.de/en/blog/creating-inspectit-sensor-part1-agent/
https://serverfault.com/questions/61383/reloading-postgresql-after-configuration-
changes
https://askubuntu.com/questions/335457/how-to-uninstall-openjdk
https://developers.redhat.com/products/eap/download/?
extIdCarryOver=true&sc_cid=701f2000001Css5AAC
http://jbossas.jboss.org/downloads

You might also like