What do you mean by "do it the other way around" ?

URL Rewriting is in the servlet spec 2.2 and beyond, hence the ability in Java 
to determine if the JSessionId was in a
Cookie, URL, or both, but I don't know if there is a standard web.xml syntax.  
I have read that context.xml files are
common on different java web servers so it might work out of the box, depending 
where (which directory) you put your
context.xml file.

Regards,
David

-----Original Message-----
From: Bernhard Slominski [mailto:[EMAIL PROTECTED]
Sent: Monday, January 23, 2006 11:34 AM
To: 'Struts Users Mailing List'
Subject: AW: Forcing URL Rewriting over Cookies in an existing
application.


Thank you!
But it's not possible to do it the other way round in Tomcat right ?
Also I think this should belong in the web.xml and shouldn't be
container-specific, what do you think?

Bernhard

> -----Ursprüngliche Nachricht-----
> Von: David G. Friedman [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 23. Januar 2006 17:28
> An: Struts Users Mailing List
> Betreff: RE: Forcing URL Rewriting over Cookies in an existing
> application.
>
>
> The same thing (disable cookies but enable url rewriting)
> should work on Tomcat 4.X and 5.X.  See  the "cookies"
> attribute in the below url(s):
>
> http://tomcat.apache.org/tomcat-4.0-doc/config/context.html
> http://tomcat.apache.org/tomcat-5.0-doc/config/context.html
> http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
>
> Regards,
> David
>
> -----Original Message-----
> From: Bernhard Slominski [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 23, 2006 11:20 AM
> To: 'Struts Users Mailing List'
> Subject: AW: Forcing URL Rewriting over Cookies in an existing
> application.
>
>
> OT, but I'm interested, is this available im Tomcat too?
>
> Thanks
>
> Bernhard
>
> > -----Ursprüngliche Nachricht-----
> > Von: David G. Friedman [mailto:[EMAIL PROTECTED]
> > Gesendet: Montag, 23. Januar 2006 17:08
> > An: Struts Users Mailing List
> > Betreff: RE: Forcing URL Rewriting over Cookies in an existing
> > application.
> >
> >
> > http://access1.sun.com/techarticles/sessions.iws.html
> >
> > Regards,
> > David
> >
> > -----Original Message-----
> > From: Jay [mailto:[EMAIL PROTECTED]
> > Sent: Monday, January 23, 2006 10:53 AM
> > To: user@struts.apache.org
> > Subject: Forcing URL Rewriting over Cookies in an existing
> > application.
> >
> >
> > Hi all, I have an application (Sun ONE 6.1 sp2, Struts 1.02
> > (I guess)) that uses Cookies for session handling and has
> > been so for around 3/4 years. I have a requirement where I
> > want to force URL Rewriting even if the browser supports
> > cookies. Please help! Jay
> >
> >
> > Broadband interface (RIA) + mail box saftey =
> > http://Struts_User_List.roomity.com
> > *Your* clubs, no sign up to read, ad supported; try broadband
> > internet.
> >
> >
> >
> ---------------------------------------------------------------------
> > 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]
>
>
> ---------------------------------------------------------------------
> 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]


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

Reply via email to