It's not a secret anymore!
The moose likes Tomcat and the fly likes How to get Tomcat Port in servlet's init method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "How to get Tomcat Port in servlet Watch "How to get Tomcat Port in servlet New topic
Author

How to get Tomcat Port in servlet's init method

Deepak KumarMishra
Greenhorn

Joined: Oct 25, 2008
Posts: 1
Hi Friends,
I need to get the tomcat's port number in a servlet's init method.

I understand that I can use HttpeServletRequest.getServerPort() to get the port, but for this, I need to have the request; but I need the Port number in servlet's init method.

Can you please suggest a way to find that out?

Thank you,
Deepak
Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

Hope This Helps
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to get Tomcat Port in servlet's init method
 
Similar Threads
Error not recognize
Struts Design Question?
init of servlets and jsp
interview questions - J2EE
i want to block a user after three successive wrong password entry