Role Information in DataBase

2002-03-08 Thread Christian, Joanne
     Hi All,   The DBA on my project is complaining about storing the role information in web.xml and application.xml files.  (sigh)     Is there a way to make Orion lookup the role information from the database?     Thanks,   Joanne 

Caching Group Information

2002-03-06 Thread Christian, Joanne
Hi All, I am using a custom user manager that gets group and user information from the database. I would like to cache the database information when the user manager is initialized; and access the cache to get the user information. Can anyone suggest the best method for doing this? I am thinki

j_security_check

2002-02-25 Thread Christian, Joanne
Hi Everyone, This is another "newbie" question. Can I extend "j_security_check"? I need to perform some additional setup upon user login. If not, is there a way to call a servlet instead of a jsp as the "welcome-file"? Thanks in advance for your help, Joanne

RE: Orion+Linux under heavy load

2002-02-08 Thread Christian, Joanne
Hi All, I have lot of work to do, so of course I had to procrastinate and translate this! If it's wrong, then "jota" can blame himself for posting in a foreign language. Maybe it will help someone. Joanne Translation - I had this problem, too. Note that the comparison

RE: Username and Password

2002-02-07 Thread Christian, Joanne
Hi All, Thanks for your responses. They were very helpful. Joanne

Username and Password

2002-02-06 Thread Christian, Joanne
HI All, I'm new to J2EE and Orion. I have set up form-based authorization using DataSourceUserManager. Super! >From my initial jsp and/or servlet (not the login page), I would like to access the username of the person who just logged in. How can I do this? I have tried to get attributes from t