> From: Lahiru Gunathilake [mailto:glah...@gmail.com] 
> Subject: How to get Tomcat HTTP port during startup of the server

> I have a requirement of getting the Tomcat HTTP port during 
> startup of my application.

The obvious first question is: why?  Also, you must know that Tomcat may be 
listening on multiple ports, not just one.

> before getting any HttpRequest I need to talk tomcat 
> HTTP port.

What do you think you are going to say when you talk to one of the Tomcat ports?

> Can someone please tell me how to access the http port

You can use JMX to query nearly all of the Tomcat configuration settings.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to