I would like to be able to get the URL on my web application from the ApplicationContext before any http requests have been made. I am able to get the URL from the HTTPRequest object, but will need the URL before any requests have come in.
Is this possible?


Reply With Quote