Jean-Louis,

Basically, you specify the port number when you enable JMX access during 
tomcat startup. Google for "tomcat enable jmx".

Here's a good article:
http://www.javaworld.com/javaworld/jw-08-2005/jw-0801-jmx.html

It looks like if you started Tomcat using

   set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.port=8999

then the URL would be

   service:jmx:rmi:///jndi/rmi://localhost:8999/jmxrmi

On Thursday 29 March 2007 09:53, [EMAIL PROTECTED] wrote: 

> My tomcat 5..5.20 is well running and i want to administrate it from an
> MC4J console but I don't know which url I have to invoke it
>
>
> The URL is formed like this:
> service:jmx:rmi://localhost/jndi/rmi://localhost:<port>/<protocole>connec
>tor_<name_of_tomcat_instance>
>
>
> Which <port>, <protocole> and <name_of_tomcat_instance> do I have to
> choose ?

-- 
Nicholas Sushkin, Senior Software Engineer
http://www.openfinance.com http://www.wealthinformationexchange.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to