On Nov 6, 2009, at 12:13 AM, Jery Wang wrote:
Is there an easy way to put roller inside a webapp under a sub
directory (not in its own webapp container)?
Hi Jery,
Roller isn't really designed to be integrated into another web
application.
However, on many some Java app servers you nest web applications. For
example, on my Tomcat-base site I have Roller at the root level / and
JSPWiki at /wiki.
I tried with the manual, even source code, but I still don't know
how to customize the user authentication so that it can use already
existing user table (not rolleruser).
And if I intend to use CMA, is it as easy turning on the container
managed authentication flag in roller-custom.properties?
In Roller 5.0 you will be able to enable standard CMA and plug in you
own user manager, but you have to implement a somewhat complex
UserManager interface yourself (written in Java).
Roller 5.0 is not ready for release yet, but we do now have a beta
build available. Are you interested in testing the Roller 5.0 beta?
- Dave