John Smith said:
Thanks what I was trying to do was be able to construct the URL for a call
to the servlet at boot time? I can get the host, the port and path are all
that are stopping me.
Hmm.. calling which servlet from where at boot time of what?
Are you trying to make something happen within some single app as the
application server is started (or more properly, when some webapp is
loaded into the application server)? Check the load-on-startup parameter
in web.xml servlet definition -- so, see the Java Servlet specification.