RE: How to Secure my Passwd Info from server.xml file?

2004-03-28 Thread Cathy Hui
Thanks Doug and Tim for the input. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 11:04 AM To: Tomcat Users List Subject: Re: How to Secure my Passwd Info from server.xml file? Cathy and list, I have been running this one

Re: How to Secure my Passwd Info from server.xml file?

2004-03-27 Thread Tim Funk
is the dblogin passwd, not the user login to tomcat. Is there a way to do that? Thanks for the reply! Cathy -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 10:49 AM To: Tomcat Users List Subject: RE: How to Secure my Passwd Info from server.xml file

Re: Re: How to Secure my Passwd Info from server.xml file?

2004-03-27 Thread tomcatuser
: How to Secure my Passwd Info from server.xml file? Sent: 27 Mar 2004 14:02:48 No there is no way currently. The problem the password needs decoded and no method to do this securely has been proposed. Other vendors might do this but they probably just use a proprietary

Re: How to Secure my Passwd Info from server.xml file?

2004-03-27 Thread Parsons Technical Services
, 2004 5:16 PM Subject: RE: How to Secure my Passwd Info from server.xml file? I probably didn't state my question more clearly. What I actually want to encrypt is the dblogin passwd, not the user login to tomcat. Is there a way to do that? Thanks for the reply! Cathy -Original Message

RE: How to Secure my Passwd Info from server.xml file?

2004-03-26 Thread Cathy Hui
, 2004 10:49 AM To: Tomcat Users List Subject: RE: How to Secure my Passwd Info from server.xml file? Hi, No, you have to write a custom realm for this. A couple of others have asked in the past, so you may wish to search the archives to see if they posted their solutions. If you come up

How to Secure my Passwd Info from server.xml file?

2004-03-25 Thread Cathy Hui
I am trying to solve a security issue with my webapp. We are using tomcat's connection pooling for our webapp. The database username and password be specified in the server.xml file (as shown below). Is there a way to encrypt the password, and tomcat should decrypt the password before

RE: How to Secure my Passwd Info from server.xml file?

2004-03-25 Thread Shapira, Yoav
Informatics -Original Message- From: Cathy Hui [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 1:41 PM To: [EMAIL PROTECTED]; tomcat-user- [EMAIL PROTECTED]; [EMAIL PROTECTED]; tomcat- [EMAIL PROTECTED] Subject: How to Secure my Passwd Info from server.xml file? I am trying to solve