2010/10/14 Henri Gomez <[email protected]>: > We take a look in sources, > http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java?view=markup > and see access and password are hardcode in source (line 160). >
I see System.getProperty( ) there, so it is not hardcoded. It is just a default value. Also the JavaDoc for the class says * Only the ports are configured via * the listener. The remainder of the configuration is via the standard system * properties for configuring JMX. Moreover the field is a protected one, so a derived class may change it. > Should I open a BZ for this one ? I do not see a problem here, but if you are to propose some patch/enhancement then you are welcome, as always. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
