You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by skausl <sk...@gmx.de> on 2005/07/19 12:34:58 UTC

mod_jk: JkUnMount didn't work because of jsessionid

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org