SunOne Application Server JMX console

I used to access the JMX console on the JBoss application server to view the sessions/mbeans that were running and to see what they were doing - does the SunOne application server have an equivalent?  If so, how do I access it?  If not, how can I view the sessions that are running within the application server, similiar to JMX?

Solution: SunOne Application Server JMX console

I do not know if Sun One server does provide a JMX console. Buf JDK 5.0 includes the Java Monitoring and Management Console (JConsole) tool that can be used to monitor MBeans in any JVMs running on the local system started with the same user ID as JConsole,

You would find the jconsole exe under the JAVA_HOME/bin directory. Start it on your Sun one server machine after the sun one server has started but under the same user id that started the sun one server.