RE: access Connector Address from within war file

2008-02-27 Thread Caldarale, Charles R
> 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

Re: access Connector Address from within war file

2008-02-27 Thread Mark Thomas
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

Re: access Connector Address from within war file

2008-02-27 Thread Stephen More
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

RE: access Connector Address from within war file

2008-02-27 Thread Caldarale, Charles R
> 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

Re: access Connector Address from within war file

2008-02-27 Thread AH NF
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

RE: access Connector Address from within war file

2008-02-27 Thread Caldarale, Charles R
> 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

access Connector Address from within war file

2008-02-27 Thread Stephen More
>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