Re: method to retrieve the port number specified in conf/server.xml

2003-07-17 Thread Friso Geerlings
Hi, You can get the port number by using the request-method getServerPort(). --Friso Geerlings, ISAAC Software Solutions www.isaac.nl - Original Message - Could anybody please tell me if there's an easy way to retrieve the port number (i mean in the program) being specified in

RE: method to retrieve the port number specified in conf/server.xml

2003-07-17 Thread sankara
You can use the ServletRequest's getServerPort(). -A.Sankar. -Original Message- From: Alan Tang [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:43 PM To: Tomcat Users List Subject: method to retrieve the port number specified in conf/server.xml Hi, Could anybody please tell