On 16.05.2010 22:15, Markus Mehrwald wrote:
Am 2010-05-16 21:11, schrieb André Warnier:
Markus Mehrwald wrote:
I did not find the actual problem but I can live with this script not
delivered by apache. Maybe this is because the js is inside a jar file?
I have to admit that in my previous analysis, this is a case which I did
not envision. One learns every day.
What makes you think that Apache httpd is smart enough to know that the
js file is hidden inside of a jar file, and unpack it to get the file ?
(Thank you for reminding me of some good pages of Evil Geniuses).
That is the point. It is clear for me that the file could not be found
because it is in the jar but why do I get it in a different VirtualHost?
Apache does not know how to serve a file from inside a JAR. So if you
get it in another VHost, then your JKUnMount is actually not working for
that VHost, thus the request is forwarded to and served by Tomcat.
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org