Re: mapping a html page request

2004-10-27 Thread Mark Lowe
er or java app server to ensure everything > goes to the filter (i.e. ensure *.html files map to the java filter so they > would be processed). > > Regards, > David > > -Original Message- > From: Lucero, Dennis M [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Octo

RE: mapping a html page request

2004-10-27 Thread Lucero, Dennis M
thanks -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 11:25 AM To: Struts Users Mailing List Subject: RE: mapping a html page request Dennis, Web server like tomcat have rewrite modules (mod_rewrite) where you can sense an

RE: mapping a html page request

2004-10-27 Thread David G. Friedman
ter so they would be processed). Regards, David -Original Message- From: Lucero, Dennis M [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 8:59 PM To: [EMAIL PROTECTED] Subject: mapping a html page request How would I go about mapping a URL of the form somePage.html into an ac

mapping a html page request

2004-10-26 Thread Lucero, Dennis M
How would I go about mapping a URL of the form somePage.html into an action class. (I have no control over the syntax of this URL and can not make it be a someAction.do URL.) any help appreciated. I am he, as you are he, as you are me, and we are all together.