Re: Getting Cocoon Session from outside

2006-09-21 Thread Oleg Konovalov
 > Thank you,> Oleg.> > > - Original Message > From: Jason Johnston <[EMAIL PROTECTED]>> To: users@cocoon.apache.org> Sent: Wednesday, September 20, 2006 6:27:12 PM> Subject: Re: Getting Cocoon Session from outside> > Oleg Konovalov wrote:>

Re: Getting Cocoon Session from outside

2006-09-21 Thread Jason Johnston
ay, September 20, 2006 6:27:12 PM Subject: Re: Getting Cocoon Session from outside Oleg Konovalov wrote: > Jason, > > Is that two or one Web Project(s) ? > > Looking at the servlet-mapping's url-pattern: > > >SpringMVC >/spring/* > > > >

Re: Getting Cocoon Session from outside

2006-09-21 Thread Oleg Konovalov
Jason,>It's all one "project", with a single web.xml file for the two servlets.So you are saying they have to be merged into one web application.Is there a way to keep them in 2 separate directories on the same level (e.g. /deploy/app1  &  /deploy/app2)so I can build them separately with ant, keep

Re: Getting Cocoon Session from outside

2006-09-20 Thread Jason Johnston
Oleg Konovalov wrote: Jason, Is that two or one Web Project(s) ? Looking at the servlet-mapping's url-pattern: SpringMVC /spring/* Cocoon /* Looks like you put the SpringMVC project inside the Coocoon web project [/spring]. Or can they still be 2 separate web projects (with

Re: Getting Cocoon Session from outside

2006-09-20 Thread Oleg Konovalov
umentation for other configuration)...   SpringMVC   /spring/*   Cocoon   /*So that's pretty much it.  Both servlets are now configured in the same servlet container and share a HTTPSession.Hope that helps.> > - Original Message > From: Jason Johnston <[EMAIL PROTECTED]

Re: Getting Cocoon Session from outside

2006-09-18 Thread Jason Johnston
t: Monday, September 18, 2006 9:19:17 AM Subject: Re: Getting Cocoon Session from outside Oleg Konovalov wrote: > Hi, > > I am trying to integrate Cocoon 2.04 application with the Java > [SpringMVC] app. > Is there a way to obtain Cocoon Session [or ObjectModel] from outsid

Re: Getting Cocoon Session from outside

2006-09-18 Thread Oleg Konovalov
Jason,So you are saying that Java/SpringMVC app should become a part of Cocoon app, right ?Otherwise how can they share web.xml...Please explain in more details.Any code sample ?(I am a novice in both SpringMVC and Cocoon)Any help is very appreciated. Thank you,Oleg.- Original Message From:

Re: Getting Cocoon Session from outside

2006-09-18 Thread Jason Johnston
Oleg Konovalov wrote: Hi, I am trying to integrate Cocoon 2.04 application with the Java [SpringMVC] app. Is there a way to obtain Cocoon Session [or ObjectModel] from outside of Cocoon application ? I need session to get a UserProfile. If you configure the Spring MVC servlet within the sam

Getting Cocoon Session from outside

2006-09-17 Thread Oleg Konovalov
Hi,I am trying to integrate Cocoon 2.04 application with the Java [SpringMVC] app.Is there a way to obtain Cocoon Session [or ObjectModel] from outside of Cocoon application ?I need session to get a UserProfile.Please advise. Thank you in advance,Oleg.