Sunday 14 February 2016

Configure Plumbr (Java Performance Monitoring) in Tomcat and Weblogic


 Tomcat

  
  Set JAVA_OPTS=%JAVA_OPTS% -javaagent:D:\plumbr\plumbr.jar
  
  Should not be like below (Make sure double quotes should not be there)
  
  Set JAVA_OPTS=%JAVA_OPTS% -javaagent:”D:\plumbr\plumbr.jar”           
  
  
  
  or
  
  
  
  Login into https://portal.plumbr.eu and check the JVM status.
  
  

  
    
  If we want GC pauses to come into active state and to resolve Memory Leak issue while 
  running the tomcat add the below highlighted statements to .bat file.
   
 
  
 

 

 Weblogic


  Set JAVA_OPTIONS=%JAVA_OPTIONS% -  javaagent:C:\Users\10419\Desktop
   \JerseyJARS\JavaMonitoringSolution\plumbr-hosted\agent\plumbr\plumbr.jar
    
   Should not be like below (Make sure double quotes should not be there)
   
  Set JAVA_OPTIONS=%JAVA_OPTIONS% -  javaagent:"C:\Users\10419\Desktop
   \JerseyJARS\JavaMonitoringSolution\plumbr-hosted\agent\plumbr\plumbr.jar"
  
   
   
  
  Login into https://portal.plumbr.eu and check the JVM status.

  

  

No comments:

Post a Comment