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-jboss for that 
matter)
 
Al
 
>Unfortunately I'm running Tomcat. I did come up with a pretty clean solution
>though, what I do is that I link to the CSS /JS/Image files via an absolute
>URL, so instead of "public/css/design.css" I use
>"http://mydomain.com/public/css/design.css"; - good enough for me at the
>moment.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to