Plugin for JavaMelody to monitor performance in a Liferay server 6.1 or later.
See https://github.com/javamelody/javamelody/wiki
Continuous integration: https://javamelody.ci.cloudbees.com/job/liferay-javamelody/
License ASL, http://www.apache.org/licenses/LICENSE-2.0
Please submit github pull requests and github issues.
- download the latest liferay-javamelody-hook war file from releases
- copy the file into the "deploy" directory of your Liferay server and wait a few seconds
- Liferay automatically deploys the file and removes it from "deploy"
- open http://localhost:8080/monitoring in a browser
- Authentication and portal "Administrator" role are required to access this monitoring page.
- Install maven
- Clone the repository
- Compile and test the code, then generate the war: -> run "mvn clean install" command in your terminal
- copy the war file (from the new generated target folder) into the "deploy" directory of your Liferay server and wait a few seconds
- Liferay automatically deploys the file and removes it from "deploy"
- open http://localhost:8080/monitoring in a browser