littlecowk35 / eic-quan-ly-cong-van

Automatically exported from code.google.com/p/eic-quan-ly-cong-van
0 stars 0 forks source link

Install Probe for tomcat #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to install Psi Probe in Liferay Tomcat.

1      Stop LR Tomcat
2      Download the Psi Probe from Here and  copy that WAR to 
${LR_tomcat}/webapps/
3      Copy below mentioned text to ${LR_Tomcat}/conf/tomcat_user.xml
<role rolename="probeuser" />
  <role rolename="poweruser" />
  <role rolename="poweruserplus" />
  <role rolename="manager" />
  <user username="admin" password="admin" roles="manager-gui"/>
4      Create a file in ${LR_Tomcat}\conf\Catalina\localhost\probe.xml
5      Copy below mentioned text to probe.xml
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/probe" privileged="true" />
6      Start Tomcat

Original issue reported on code.google.com by ntanh...@gmail.com on 9 Feb 2015 at 3:04