Re: Web site URL disappearing when using mod_proxy

2004-03-14 Thread Ian Wright
Hi, Thanks, Srikanth. I removed the tag from Welcome.jsp and that did the trick. Ian. On 14 Mar 2004, at 5:02 pm, Srikanth Shenoy wrote: Ian, The Struts tags might be assuming the base href = http://localhost:8081. This is very much a possibility if you are using tag as the servlet contai

Re: Web site URL disappearing when using mod_proxy

2004-03-14 Thread Srikanth Shenoy
Ian, The Struts tags might be assuming the base href = http://localhost:8081. This is very much a possibility if you are using tag as the servlet container interprets urls with respect to its base rather than your web server doc root. Consider using your own tag that generates http://www.mydomain

Web site URL disappearing when using mod_proxy

2004-03-14 Thread Ian Wright
Hello, I am using Apache as a front end proxy server with Tomcat 5.0.14 as my servlet container. The Struts application is an enquiry form accessed via a button on a page served by Apache. When a user clicks on the enquiry button, the Struts welcome page appears, minus the "Powered by Struts"