-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dave,

Dave Newton wrote:
> --- Vinod Kumar <[EMAIL PROTECTED]> wrote:
>> So I have apache+tomcat integrated. What 
>> confirguration settings, do I need to make this work
>> in this scenario.
> 
> IIRC when we had this problem we used one of the
> rewrite mods to nudge Apache to know that the
> ;jsessionid etc. was special.
> 
> There's probably a better solution these days :)

For me, this strategy is only necessary when I want Apache httpd to
serve static content that has an encoded jsessiond in the URL. Anything
that gets passed-through to the app server (Tomcat in my case) is
handled correctly.

Use of mod_rewrite is only necessary when Apache httpd incorrectly
includes the ";jsessionid" as part of the filename, and therefore fails
to locate "some-static.html;jsessionid=ABCDEF" in the filesystem.
mod_rewrite can be used to remove the jsessionid, allowing Apache httpd
to correctly locate the static resource on the disk.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFyoWQ9CaO5/Lv0PARArqsAKDEW+7/4JQmg1QkbK8XiqL1elywvQCfVxa5
dteBRDBaFEmOqbktSGxrti0=
=vchZ
-----END PGP SIGNATURE-----

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

Reply via email to