Tim,
I agree with you 100% about the "cookiePath" being a useless parameter.
The issue I have is that, the existing web application is running in Weblogic and uses specific implementation like "cookiePath" and more. Now given that the application is using "cookiePath" as a "session parameter" what can I do in Tomcat so that the web application can still use the cookiePath without modifying the web application code.
Is it possible to set a variable named "cookiePath" in server.xml and where? To mimic weblogic's implementation.
Any thoughts Tomcat warriors (me included)?
Tim Funk <funkman@(protected):
If you are maintaining state via sessions, the session cookie is NOT
configureable in tomcat. (Nor does it need to be)
If you need SingleSignOn - look at the SingleSignOnValve
cookiePath --> A useless parameter (imo)
-Tim
Loyd Bacani wrote:
> I am in the process of migrating all Servlets/JSP from Weblogic 6.1 to Tomcat 4.1.24.
>
> How or where can I configure the "cookiePath" in Tomcat 4.1.24? So that the web application can use this parameter.
>
> In Weblogic, the "cookiePath" is found in "weblogic.xml". It is part of the session parameters element.
>
> Thx.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)
---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).