I would suggest deploying as two separate WARs and using CAS to allow single-signon for both.
Matt On Thu, Mar 12, 2009 at 6:09 AM, Arun Kumar <[email protected]> wrote: > Hi, > I need to integrate Roller in my existing web-app. My current web-app uses > spring-2 framework and acegi security. > Now, authentication is maintained in the web-app using a cookie that > contains username. If the cookie has a username then Roller must consider > the user authenticated. > Con anyone tell me how this is possible? > > I tried to merge the codes of the web-app and roller into a single war file. > but this is not working. > > Any idea friends! > > Regards, > Arun >
