Yes, maybe you haven't configured your broker to use JMX ( http://activemq.apache.org/jmx.html)
Add useJMX=true to your conf -- Dejan Bosanac www.scriptinginjava.net On Mon, Jun 2, 2008 at 1:11 PM, Mario Siegenthaler <[EMAIL PROTECTED]> wrote: > Can you connect to service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi > using jconsole? It looks like the port is not open: > java.net.ConnectException: Connection refused: connect > > Mario > > > On Mon, Jun 2, 2008 at 1:02 PM, Xuyang <[EMAIL PROTECTED]> wrote: > > > > I have modified the catalina.bat,and add the above items: > > set JAVA_OPTS=-Dwebconsole.type=properties > > -Dwebconsole.jms.url=tcp://localhost:61616 > > -Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi > > -Dwebconsole.jmx.role= -Dwebconsole.jmx.password= > > but when I restart the tomcat,it shows that: > > > > [...] > > what does that means?and how do I solve the problem?thanks! > > > > > > > > Dejan Bosanac wrote: > >> > >> Hi, > >> > >> can you please post your configuration and errors you are experiencing? > >> > >> Cheers > >> -- > >> Dejan Bosanac > >> www.scriptinginjava.net > >> > >> On Mon, Jun 2, 2008 at 4:17 AM, Xuyang <[EMAIL PROTECTED]> wrote: > >> > >>> > >>> I want to use web-console in tomcat , when use the version 5.0.0 ,it > >>> works > >>> well .But I think 5.1.0 is better,so I changed,but when I configure the > >>> web-console5.1.0 in the same way,it doesnt work at all > >>> please tell me why and how do I improve! > >>> > >>> -- > >>> View this message in context: > >>> > http://www.nabble.com/Some-problem-with-web-console%21%21-tp17592976s2354p17592976.html > >>> Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >>> > >>> > >> > >> > >> ----- > >> Dejan Bosanac > >> www.scriptinginjava.net > >> > > > > -- > > View this message in context: > http://www.nabble.com/Some-problem-with-web-console%21%21-tp17592976s2354p17598755.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > > > >