Linux installation using jprofiler8 (tomcat)

  
        

Introduction

JProfiler is a full-featured Java profiler designed to analyze J2SE and J2EE applications.

java environment variable configuration

vim /etc/profile

JAVA_HOME=/usr/local/jenkins/jdk1.6.0_37

PATH=$JAVA_HOME /bin:$PATH

M2_HOME=/usr/local/java_cloud_platform/apache-maven-3.0.4

PATH=$PATH:$M2_HOME/bin

export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL JAVA_HOME M2_HOME

Restart the server (shutdown -r now)

Install the download address

http://www.ej-technologies.com/download /jprofiler/files

Install jprofile under window<<>


linux installation (centos) jprofile 8

a>> wget installation (yum install wget)

b>> wget http://download-aws. Ej-technologies.com/jprofiler/jprofiler_linux_8_0_4.tar.gz (Download jprofile installation file)

c>> chmod a+x jprofiler_linux_8_0_4.tar.gz (give read and write permissions)

d>> tar -xzvf jprofiler_linux_8_0_4.tar.gz

Configuring the build script

Generate the startup_jprofiler.sh script locally, generated as follows:
Upload script
Generate The startup_jprofiler.sh (in the selected startup.sh directory) file is uploaded to the remote tomcat bin directory.
chmod a+x startup_jprofiler.sh (script assignment read and write permissions)
Startup script
. /startup_jprofiler.sh, then you can remotely access it locally

Copyright © Windows knowledge All Rights Reserved