Johnson Lim wrote:
> 
> Hello all,
> 
> I have try to run the JMX-RI from http://localhost:8082 to stop and start
> embedded tomcat mbean, but it not able to reload it. The error message
> occur:

You are doing things right, but the current implementation of tomcat
does not allow yet stopping it without shutting down the VM (it is a
todo in tomcat code, org.apache.tomcat.startup.EmbededTomcat.stop()). 
So the service is not really stopped, and you can't restart it (bind
error)

Not our fault :)

Sebastien


> 
> [EmbeddedTomcat] ContextManager: Adding context Ctx( /EJB )
> [EmbeddedTomcat] path="/EJB" :jsp: init
> [EmbeddedTomcat] Error starting endpoing java.net.BindException: Address in
> use:
>  JVM_Bind
> [EmbeddedTomcat] Started
> 
> Thanks you in advance.
> 
> Johnson
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to