RE: apache proxy/form action rewrite issue

2003-06-23 Thread Dirck Hecking
: Chris Reeves [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:55 PM To: Struts Users Mailing List Subject: RE: apache proxy/form action rewrite issue Are you referring to the action forward? I can put a redirect=true there, but it has no effect on rendering the form action. Or am I

RE: apache proxy/form action rewrite issue

2003-06-23 Thread Chris Reeves
Struts Users Mailing List > Subject: RE: apache proxy/form action rewrite issue > > > The magic ingredient here is to set redirect="true" in the > struts-config.xml for the individual form mappings. -Dirck > > -Original Message- > From: Chris Reeves [mailto:[EM

RE: apache proxy/form action rewrite issue

2003-06-23 Thread Dirck Hecking
The magic ingredient here is to set redirect="true" in the struts-config.xml for the individual form mappings. -Dirck -Original Message- From: Chris Reeves [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:36 PM To: Struts User Mailing List Subject: apache proxy/form acti

apache proxy/form action rewrite issue

2003-06-23 Thread Chris Reeves
I have a web app using struts that runs under tomcat, behind an apache server using mod proxy. My web app works exactly as expected when run directly against tomcat, but fails when I attempt to use actions behind apache. For instance, my app (let's call it "thing1") has a form at /contact/index.j