Centralized user management system

2003-10-27 Thread Gang Wu
Hello everyone, I have several applications running on Tomcat server. When developing the applications, each development team invented their own user management system(basically a set of database tables and web interface). Now we got into this kind of awkward situation: User has to remember

RE: Centralized user management system

2003-10-27 Thread Gang Wu
preferred by most developers. Or is there a better Tomcat solution I did not know? Thanks Gang Wu -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 11:16 AM To: Tomcat Users List Subject: RE: Centralized user management system Howdy, Tomcat

RE: Centralized user management system

2003-10-27 Thread Gang Wu
-Original Message- From: Gang Wu [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 1:46 PM To: Tomcat Users List Subject: RE: Centralized user management system Hi Yoav, Thanks for the message. The JDBC Realm provides a way to connect to an external user management system, so

Seraph--a web application security framework

2003-10-27 Thread Gang Wu
All, Is there anyone running Seraph with their applications? How was it? http://opensource.atlassian.com/seraph/introduction.html Gang Wu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Apache + Tomcat

2002-02-06 Thread Gang Wu
Hi, I wonder where i can find doc for installing Apache as web sever and plug in Tomcat as servlet container only. Or Can anyone please give me a short headline about this issue. regards Gang -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

apache or tomcat

2002-02-05 Thread Gang Wu
Hi, I'm choosing between 2 solutions. 1. Apache as web server with SSL config, tomcat as servlet container 2. Tomcat as both web server and servlet container with SSL config. I do need some help to distiguish those 2 solutions. does tomcat as web = server have any obvious disadvantages?