You could try the following: 1. Keep Tomcat users and Jetspeed users with the same credentials in the DB. 2. Modify the login-action, that it takes the Container-user-credentials and logs in the Jetspeed user with these. 3. Create a link (e.g. in top_default.jsp) that calls your action).
So you get the anonymous user-screen, and have to click login, that is close to what you want to have. Hope this helps. Danny > -----Ursprungliche Nachricht----- > Von: Paul O'Keeffe [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 26. Februar 2003 16:40 > An: [EMAIL PROTECTED] > Betreff: Integrating with tomcat login > > > Hi, > > I've configured Tomcat so that any access to my portal > requires the user > to be logged in (to Tomcat). If not logged in, the user is challenged > using the web container's own facilities. > > Once the user is logged in, I want Jetspeed to recognise that user and > to immediately present their view of the portal, rather than > displaying > the view for the anonymous user. Note that an account for the user is > set up in both Tomcat and Jetspeed. > > I would expect there to be a simple way to do this, but I haven't had > any luck in discovering how. I've tried a few modifications to the > SessionValidator without much success so far. Related parts of the > Turbine code make me believe it can automatically pick up the user for > current HttpSession. > > Can anyone describe how to achieve this? > > Thanks, Paul. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
