Hi, I want Tomcat to handle dynamic content like JSPs and Apache to deliver static content like gif files. Therefore my config files for mod_jk include:
JkMount /test/* worker JkUnMount /test/*.gif worker But if users disable cookies <img src="<c:url value="/test.gif"/>"> generates URLs like /test/test.gif;jsessionid=B66548C5DDF61C8EBBAB9CA86C887A54.worker and Apache can't find the file because of jsessionid. How does it work? Regards, Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
