Hi there

Does there exist a way to figure out the fully qualified endpoint address for 
an http based endpoint at startup time independent of the underlying container 
(servlet, osgi, jetty)?

The following way works for an incoming request but I'm looking for a way 
during startup:

HttpServletRequest req = (HttpServletRequest)msg.get("HTTP.REQUEST")
if (req != null) {
... = req.getRequestUrl();
}


Thanks
Oli

Reply via email to