2012/3/22 Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>:
> Hi,
>
> i am using tomcat 7 to run my servlet 2.5 webapps.
> Im Tomcat 6 it was possible to tell the Context via
> "disableURLRewriting" that i want to track session only via Cookie.
> This parameter is removed and doc tells me to use

It was not removed.  It was never present in 7.0.
It is a recent addition that was done to 6.0 only (issue 49811).

>
> <tracking-mode>COOKIE<tracking-mode>
>
> at session-config element in web.xml.
>
> But this is not a valid attribute there in a 2.5 webapp.
>
> I am unable to switch to 3.0 yet. So how to disable URL rewriting in
> tomcat 7 with a 2.5 webapp?
>

You can edit site-wide defaults  (conf/web.xml).

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to