Re: disable jmx option in tc5

2003-04-02 Thread Costin Manolache
Amy Roh wrote: Just out of curiosity, is there a simple way to disable jmx in tc5 other than changing tomcat code to avoid registration/unregistration manually which won't be trivial. Just out of curiosity, why would you want to do this ? The whole point of using ( and requiring ) JMX is to

Re: disable jmx option in tc5

2003-04-02 Thread Amy Roh
Costin Manolache wrote: Amy Roh wrote: Just out of curiosity, is there a simple way to disable jmx in tc5 other than changing tomcat code to avoid registration/unregistration manually which won't be trivial. Just out of curiosity, why would you want to do this ? I don't. I was just thinking

Re: disable jmx option in tc5

2003-04-02 Thread Costin Manolache
Amy Roh wrote: Just out of curiosity, is there a simple way to disable jmx in tc5 other than changing tomcat code to avoid registration/unregistration manually which won't be trivial. Just out of curiosity, why would you want to do this ? I don't. I was just thinking of different options

Re: disable jmx option in tc5

2003-04-02 Thread Amy Roh
Costin Manolache wrote: Amy Roh wrote: Just out of curiosity, is there a simple way to disable jmx in tc5 other than changing tomcat code to avoid registration/unregistration manually which won't be trivial. Just out of curiosity, why would you want to do this ? I don't. I was just thinking

Re: disable jmx option in tc5

2003-04-02 Thread Remy Maucherat
Costin Manolache wrote: Hmmm. We could use the jsr77 option ( that is now in 4.1.x ) and generate JSR77 names only if it is on. Or we could just use the other kind of names allways - and have a separate module that re-register the objects with JSR77 names ( if needed ). But the real issue is

Re: disable jmx option in tc5

2003-04-02 Thread Costin Manolache
Remy Maucherat wrote: Costin Manolache wrote: Hmmm. We could use the jsr77 option ( that is now in 4.1.x ) and generate JSR77 names only if it is on. Or we could just use the other kind of names allways - and have a separate module that re-register the objects with JSR77 names ( if needed

disable jmx option in tc5

2003-04-01 Thread Amy Roh
Just out of curiosity, is there a simple way to disable jmx in tc5 other than changing tomcat code to avoid registration/unregistration manually which won't be trivial. Thanks, Amy - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: disable jmx option in tc5

2003-04-01 Thread Remy Maucherat
Amy Roh wrote: Just out of curiosity, is there a simple way to disable jmx in tc5 other than changing tomcat code to avoid registration/unregistration manually which won't be trivial. It had been decided that Tomcat 5 would require JMX, so it is not possible to disable it. Remy