How to disable tomcat url rewriting

2008-12-09 Thread 田标
Hi all, I'm now using tomcat6.0 as my app server. Then how can I disable tomcat's url rewriting forcely? I've tried several ways, eg. put a context.xml in folder META-INF with the following content: ?xml version='1.0' encoding='UTF-8'? Context path='/app' cookies='true' !-- other settings --

RE: How to disable tomcat url rewriting

2008-12-09 Thread Caldarale, Charles R
From: 田标 [mailto:[EMAIL PROTECTED] Subject: How to disable tomcat url rewriting Then how can I disable tomcat's url rewriting forcely? What do you mean by tomcat's url rewriting? Are you referring to appending JSESSIONID to any URLs returned? This thread discusses some alternatives: http