Wouldnt it be nice a feature like this that one can turn on or off globally in a container like tomcat ? The existing way to granularly do it should remain, but a global way to do it would be nice ..

On Tuesday, November 18, 2003, at 09:13 AM, Christopher Schultz wrote:

Mufaddal,
Are there some configuration settings in Tomcat 4.1.x that can be set in say the server.xml or web.xml that can be used ?

Nope. Tomcat won't look through your responses for things that look like URLs and append all the things you need (like sessison id, etc.).


However, if you are using a framework like Struts, you can use the tag libraries provided to add both the context path as well as any necessary session information to the URLs.

Unfortunarely, that still requires you to go back through all your pages and change all the links :(

-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to