Re: [jetty-users] Invalid docs on sessionids

2011-10-20 Thread Jason Dillon
Thanks Jan :-) --jason On Oct 20, 2011, at 8:34 PM, Jan Bartel wrote: > Hi Jason, > > Thanks for pointing this out. The page is mostly updated, just fixing the > link to the clustering remains to be sorted out. > > cheers > Jan > > On 21 October 2011 09:48, Jason Dillon wrote: > I was tryi

Re: [jetty-users] Invalid docs on sessionids

2011-10-20 Thread Jan Bartel
Hi Jason, Thanks for pointing this out. The page is mostly updated, just fixing the link to the clustering remains to be sorted out. cheers Jan On 21 October 2011 09:48, Jason Dillon wrote: > I was trying to configure the sessionid via jetty.xml (second example) and > its clearly not meant to

Re: [jetty-users] Maven jetty plugin classpath error with 7.5.3.v20111011

2011-10-20 Thread Jan Bartel
At this stage, unless a lot of people come up with a really good reason why upgrading the version of maven is impossible, I'd advise using maven 3 from 7.5.3 onwards. I'll put a note to that effect on the wiki. Jan On 20 October 2011 22:04, Mike Pilone wrote: > Thanks for the information.

[jetty-users] Invalid docs on sessionids

2011-10-20 Thread Jason Dillon
I was trying to configure the sessionid via jetty.xml (second example) and its clearly not meant to be used like this in jetty 7. http://wiki.eclipse.org/Jetty/Howto/SessionIds Appears this example needs to be updated. WebAppContext has not setInitParams method and mixed use of org.mortbay.jet

Re: [jetty-users] Maven jetty plugin classpath error with 7.5.3.v20111011

2011-10-20 Thread Mike Pilone
Thanks for the information. So does this mean that from 7.5.3 onward the plugin will require Maven 3 and support for Maven 2 is officially dropped or are you going to look at reworking those changes to continue to support Maven 2? -mike [cid:image001.jpg@01CC8EF6.7FE4C5A0] | Mike Pilone | Soft

[jetty-users] How Jetty 7 handles SSO ?

2011-10-20 Thread gopinath nallamolu
Hi Geeks, I am working on porting my application from jetty 6 to 7. When I went through the docs of Jetty 7 I understood that the login and authentication mechanism has completely changed in Jetty 7 i.e UserRealm changed to loginservice and SSORealm has been completely removed. Like we have subst