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 -->
</Context>

But seems it does not work.
Any suggestion would be appreciated.

Thanks.

Reply via email to