How to get URL of a wep application ?
843841Mar 11 2004 — edited Mar 15 2004Hello,
I've a servlet called at http://host:port/context/servlet/com...
I want to get the "http://host:port/context" part of URL in init() method. How can I do ?
thanks in advance...