Java HTTP Proxy
I am working on a project where we'd like to pull content from one of our legacy applications, BUT, we'd like to avoid showing the "waiting for www.somehostname.com/someproduct/..." to the user. We can easily add another domain that points to the same server, but we still have the problem of the someproduct context root in the url. Sim...