> From: Stephen More [mailto:[EMAIL PROTECTED]
> Subject: Re: access Connector Address from within war file
>
> instance one will be 1.2.3.4:8080
> instance two will be 1.2.3.5:8080
> instance three will be 1.2.3.6:8080
JConsole shows an MBean for each connector as something
Stephen More wrote:
On Wed, Feb 27, 2008 at 12:26 PM, Caldarale, Charles R wrote:
> From within a war file, I need to access the Connector Address.
Why don't you tell us what you're really trying to do, and what Tomcat
level you're trying to do it on.
It's not at all clear what you mean b
On Wed, Feb 27, 2008 at 12:26 PM, Caldarale, Charles R wrote:
> > From within a war file, I need to access the Connector Address.
>
> Why don't you tell us what you're really trying to do, and what Tomcat
> level you're trying to do it on.
>
> It's not at all clear what you mean by "Connector
> From: AH NF [mailto:[EMAIL PROTECTED]
> Subject: Re: access Connector Address from within war file
>
> Cancel my last email regarding ROOT/ROOT my mistake, my WAR had the
> dir ROOT defined in it, hence the root/root path
Glad you found it. I just finished duplicating what
Address from within war file
From within a war file, I need to access the Connector Address.
Why don't you tell us what you're really trying to do, and what Tomcat
level you're trying to do it on.
It's not at all clear what you mean by "Connector Address"; the
> From: Stephen More [mailto:[EMAIL PROTECTED]
> Subject: access Connector Address from within war file
>
> From within a war file, I need to access the Connector Address.
Why don't you tell us what you're really trying to do, and what Tomcat
level you're trying to
>From within a war file, I need to access the Connector Address.
Currently I am doing this by:
javax.management.MBeanServer mBeanServer =
org.apache.commons.modeler.Registry.getRegistry( null, null
).getMBeanServer();
javax.management.ObjectName identifier = new
javax.management.ObjectName( "Cata