(9:05:08 AM) sudhir: cswiii: ccrouch: tomcat bug https://bugzilla.redhat.com/show_bug.cgi?id=609466 (9:06:29 AM) cswiii: sudhir: did you have authentication turned off on this tomcat instance? (9:07:54 AM) sudhir: cswiii: i have just left it default... haven't changed anything after install (9:11:53 AM) cswiii: sudhir: there's all sorts of funkiness you need to do with tomcat config in order for it to go green. easiest thing is to assure you have (9:11:56 AM) cswiii: JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.authenticate=false" (9:11:57 AM) cswiii: set (9:13:35 AM) ccrouch: cswiii: do we have this "funkiness" in the docs? (9:13:59 AM) cswiii: ccrouch: well, the packaged EWS references the need to open this stuff (9:16:18 AM) cswiii: # JON/Jopr Management (9:16:18 AM) cswiii: # (9:16:18 AM) cswiii: # To enable EWS for JON/Jopr management it is necessary to enable remote JMX access to the EWS server: (9:16:21 AM) cswiii: # 1) Choose an unused and accessible portNum (9:16:23 AM) cswiii: # 2) Follow the steps for secure access as described here: http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html. (9:16:26 AM) cswiii: # 3) Update and uncomment the following lines: (9:16:28 AM) cswiii: that's what's listed in the startup.sh for EWS (9:19:44 AM) sudhir: cswiii: I have not set JAVA_OPTS, doing that now (9:20:39 AM) cswiii: sudhir: if you want, login to core-01.usersys.redhat.com and view /opt/jboss-ews-1.0/tomcat6/bin/startup.sh for more info. (9:20:55 AM) sudhir: cswiii: sure thx (9:21:15 AM) cswiii: you can probably igonore the passwordfile stuff etc since I have authentication disabled (9:21:44 AM) ccrouch: deon: can you raise a BZ to improve the plugin docs for configuring Tomcat, if we can't make it go green the first time, our customers don't stand a chance (9:21:56 AM) deon: ccrouch, okay <cswiii> ccrouch: the configuration for jon is pretty much analogous to opening up tomcat's JMX. It might suffice to have that as a bulletpoint. "Note: Users must enable remote JMX access for tomcat to go green. Please refer to your vendor's docs" See also bug 582361.
I added a small section to the monitoring chapter of the admin guide here: http://elladeon.fedorapeople.org/jon-drafts/3.0/admin/monitoring-and-events.html#configuring-tomcat-for-discovery
QA verified. Hope this helps people...
Mass-closure of verified bugs against JON.