Hi Geert, Thanks, but this only solves part of my problem, it does replace the WEBAPP:ROOTURL with the value from PROXY_ROOTURL, but the form's action url still contains the context root from the servlet container, so the servlet container recieves a request to /myapp/myapp/... instead of just: /myapp/....
Regards, Edwin 2007/1/3, Geert Bevin <[EMAIL PROTECTED]>:
Hi Edwin, I think you can set the PROXY_ROOTURL configuration parameter for that. Hope this helps. Geert On 03 Jan 2007, at 11:03, Edwin Mol wrote: > Hi All, > > I have a rife application running in a tomcat container behind an > apache web server. > The applications runs in a specific context for example "/myapp" > The public url has no context root, so I have to replace all > FORM:SUBMISSION:name values > with the correct values otherwise they point to the wrong location, > is there a way to do this in a generic way? > I've looked at the Template.getFilteredValues(String filter) > method, but I don't succeed in extracting the FORM:SUBMISSION:name > values. > > Any help will be much appreciated. > > Regards, > > Edwin > _______________________________________________ > Rife-users mailing list > [email protected] > http://lists.uwyn.com/mailman/listinfo/rife-users -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
_______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
