Re: MBeans and credentials

2010-10-02 Thread Mark Thomas
On 01/10/2010 19:32, Rainer Jung wrote: > Should we remove the following attributes from the respective mbeans? > > - "shutdown" from "Catalina:type=Server" > - "keyPass" from "Catalina:type=ProtocolHandler,port=8080" > - "password" from "User" > - "connectionPassword" from "JDBCRealm" > - "passwo

Re: MBeans and credentials

2010-10-02 Thread Pid
On 01/10/2010 19:32, Rainer Jung wrote: > Should we remove the following attributes from the respective mbeans? > > - "shutdown" from "Catalina:type=Server" If you've got JMX access, there's various 'stop()' methods to call. Maybe this one doesn't matter so much, as the socket's bound to a local

MBeans and credentials

2010-10-01 Thread Rainer Jung
Should we remove the following attributes from the respective mbeans? - "shutdown" from "Catalina:type=Server" - "keyPass" from "Catalina:type=ProtocolHandler,port=8080" - "password" from "User" - "connectionPassword" from "JDBCRealm" - "password" for a DataSource (?) Or at least allow to drop t