You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? 1. on a linux machine with tomcat 7, put the probe.war under webapps folder
2. added following users to the tomcat-users.xml file under conf/tomcat-users.xml
1. restart tomcat and noticed that probe.war is inflated with the probe directory and all the other files under it.
2. go to http://server:8080/probe/
3. 404 error was received. What version of Probe are you using? 2.3.3 What environment (browser version, Tomcat version, JVM version, server OS)? chrome and IE8
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode) Please provide any additional information below. (Attach logs or stack traces as files instead of pasting the contents here.) I deployed a sample.war from tomcat site and deployed on the same server and it worked fine.
Your tomcat-users setup for Tomcat 7 was not correct.
You need to use the correct roles for tomcat 7, these would be used when accessing the manager etc.
From [email protected] on June 13, 2014 17:17:08
What steps will reproduce the problem? 1. on a linux machine with tomcat 7, put the probe.war under webapps folder
1. restart tomcat and noticed that probe.war is inflated with the probe directory and all the other files under it. 2. go to http://server:8080/probe/ 3. 404 error was received. What version of Probe are you using? 2.3.3 What environment (browser version, Tomcat version, JVM version, server OS)? chrome and IE82. added following users to the tomcat-users.xml file under conf/tomcat-users.xml
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode) Please provide any additional information below. (Attach logs or stack traces as files instead of pasting the contents here.) I deployed a sample.war from tomcat site and deployed on the same server and it worked fine.
Original issue: http://code.google.com/p/psi-probe/issues/detail?id=412
The text was updated successfully, but these errors were encountered: