Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Peter Rossbach
System.out.println("Waiting forever..."); Thread.sleep(Long.MAX_VALUE); } } Thanks Frank. - Original Message From: Peter Rossbach <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 9, 2008 1:20:10 AM Subject: Re: looking for sample MBean code for to

Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The best application server on earth --- Hi Frank, I played with this a long time ago, and I've comp

Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Frank Z
Thread.sleep(Long.MAX_VALUE); } } Thanks Frank. - Original Message From: Peter Rossbach <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, January 9, 2008 1:20:10 AM Subject: Re: looking for sample MBean code for tomcat 6 Please read this: http://java.sun.com/develope

Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Peter Rossbach
Please read this: http://java.sun.com/developer/technicalArticles/J2SE/jmx.html http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutorial/tutorialTOC.html Peter Am 09.01.2008 um 08:03 schrieb Frank Z: hello, I am looking some sample MBean code for TC 6.0.. I was able to model some code after

looking for sample MBean code for tomcat 6

2008-01-08 Thread Frank Z
hello, I am looking some sample MBean code for TC 6.0.. I was able to model some code after the source code (e.g. MemoryUserDatabaseMBean.java in the org.apache.catalina.users. package) . I was also able to create the mbeans-descriptor.xml One question that I have is that even though the cod