To enable URL rewriting in WebLogic Server 6.0

I deployed a WAP enabled application in Weblogic Server 6.0 in whch i used encodeURL method of the HTTPResponse servlet class which encodes the session ID into the hyper-links on the Web pages that your servlet sends back to the browser.For this we need to set weblogic.httpd.session.URLRewriting.enable to "true" in the weblogic properties.In weblogic 5.0 we set this in the weblogic.properties file.Can any one help how to do this in weblogic 6.0?.

[464 byte] By [javavisu] at [2007-9-26 16:51:25]
# 1
See this link - http://e-docs.bea.com/wls/docs60//adminguide/config_web_app.html#100770You need to set the URLRewritingEnabled to true in the weblogic.xml deployment descriptor now.
swatdba at 2007-7-2 20:50:19 > top of Java-index,Other Topics,Patterns & OO Design...