RE: struts.action.extension question

2007-04-11 Thread Fogleson, Allen
Hmm Yes... What is the problem then? I don't think I understand it now either. Al >I believe I didn't follow the original issue, then. > >I thought that struts2 was swallowing the requests for the css files because >they fit the pattern specified by the filter. >I can't see how making them abso

RE: struts.action.extension question

2007-04-11 Thread Fogleson, Allen
Are you fronting with Apache? What we normally do if we are fronting with apache is serve all the static content from there (of course) so it never gets to the app server to cause this kind of confusion there. A simple JkUnmount /movie/*.css workerName will do it for Apache-Tomcat (or Apache-jbo

Re: struts.action.extension question

2007-04-11 Thread cilquirm
ing pattern which looks like this >>>>> > >>>>> > >>>> class="com.bubbleclip.web.struts.action.PlayMovie >>>>> "> >>>>> > {1} >>>>> > /movie.jsp >>>>> >

Re: struts.action.extension question

2007-04-11 Thread meeboo
gt;>> > The wildcard is for backwards compability since our original >>>> JSP/Servlet >>>> > web-layer mapped movie titles like >>>> > http:localhost:8080/movie/movieTitle >>>> > >>>> > This works fine if I set struts.

Re: struts.action.extension question

2007-04-11 Thread cilquirm
t;>> > >>> > >>> > The wildcard is for backwards compability since our original >>> JSP/Servlet >>> > web-layer mapped movie titles like >>> > http:localhost:8080/movie/movieTitle >>> > >>> > This works fin

Re: struts.action.extension question

2007-04-11 Thread meeboo
ie title is the actual action name. >> > The problem is that S2 will also interpret everything else as being >> > actions - even CSS names making the pages not render correctly. Is >> there >> a >> > way around this? >> > >> >> -- >> V

Re: struts.action.extension question

2007-04-11 Thread joey
lso interpret everything else as being > actions - even CSS names making the pages not render correctly. Is there a > way around this? > -- View this message in context: http://www.nabble.com/struts.action.extension-question-tf354

Re: struts.action.extension question

2007-04-11 Thread meeboo
- even CSS names making the pages not render correctly. Is there a > way around this? > -- View this message in context: http://www.nabble.com/struts.action.extension-question-tf3548145.html#a9934814 Sent from the Struts - User mailing list archive at Nabble.com. --

struts.action.extension question

2007-04-09 Thread meeboo
-- View this message in context: http://www.nabble.com/struts.action.extension-question-tf3548145.html#a9905001 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For