You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sebastian Hauer <ha...@e-spider.de> on 2001/04/06 13:11:15 UTC

tomcat + apache URL rewriting

Hi tomcat users,

I want to use url rewriting for my session management.
It works nicely with cookies enabled using tomcat standalone on port
8080 and in combination with apache. I encode all used url's in my
servlets though and using tomcat standalone even the url rewriting works
nicely but it does not if I try to connect over apache. So I think it
has to do something with my apache setup. 
I have mod_rewrite loaded.
Does anyone know what I'm doing wrong?

Here is my setup:
SuSE Linux 7.1 with a 2.4.2 kernel
apache 1.3.14
tomcat 3.1 with mod_jserv
sun's java 1.2.2

Thanks,
	Sebastian