find a servlet URL at runtime
I have a web service in one WAR file #1 and a servlet in WAR file #2. Both WARs are deployed in the same EAR. I want to be able to make a request from the web service implementation to the servlet in WAR #2 but in order to do that I need to be able to find the servlet's URL (at least host/IP and port). Is there a way to do this!?

