> 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:>
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/*
>
>
>
>
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
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
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]
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
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:
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
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.