> I am trying to write code that gets the host and port of the running > tomcat server. Anyone know how to do this?
In any good servlet book you will find information about: javax.servlet.http.HttpServletRequest.getServerName javax.servlet.http.HttpServletRequest.getServerPort -- Regards Bernhard Wraase -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
