On Wed, Feb 27, 2008 at 12:26 PM, Caldarale, Charles R <Chuc.......m> 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 Address"; the local IP > address on which the connector is listening? It's usually 0.0.0.0, so > that doesn't make much sense.
OK, I am currently running multiple tomcats on 1 server so they are not bound to 0.0.0.0. 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 All instances will join 1 JGroup. I can send messages to this group and each one responds back with a message. The thing is, I need to tell the messages apart...which message came from 1.2.3.4 vs 1.2.3.6 I decided to use the local ip address that tomcat is bound to. Using the method in my previous email I have found this will only work when re-deploying a war and not on server startup, apparently the thread pool is not available during the war init phase. -Steve More --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]