| 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
|
 |
 |
|
|
subject: How to get Tomcat Port in servlet's init method
|
|
|