Craig R. McClanahan wrote:

Don't blame Tomcat's JK or JK2 connectors on me! I don't have anything to do with them :-).

I've only ever been interested in the standalone Tomcat code (and, for work, the way that Tomcat gets integrated into Sun's web server and app server products). In all of those cases, session identifiers work just fine. So do servlet mappings and all the other features.

ISTR someone on TOMCAT-USER has posted a mod_rewrite rule that can deal with the jsessionid passthrough.

I have a mod_rewrite rule working now, but my problem is that the rule has to be specified in the VirtualHost definition for a site, and that VirtualHost definition is auto-generated by ApacheConfig on the Tomcat side, and there's no way to tell ApacheConfig to do this right ... so, right now, I have hand-edited the mod_jk.conf file generated by ApacheConfig, but I have to re-edit everytime Tomcat restarts (and rewrites that file).


Not an ideal situation, by any means :(

On a production server, I can see putting the Apache configuration in httpd.conf or some other file, all manually, without using ApacheConfig at all, but for dev and staging, that saves me a ton of time ...

Brice

--
Brice D. Ruth
Sr. IT Analyst
Fiskars Brands, Inc.



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



Reply via email to