Re: Keystore password not masked in server.xml file

2012-02-19 Thread Savitha Akella
If you want to encrypt the password, you have to override the DBCP implementation to decrypt the encrypted password so that the real pwd is accessible or available to tomcat. On Tue, Feb 14, 2012 at 7:56 PM, Luca Marchesano luca.marches...@ericsson.com wrote: Hi all, I'm trying to configure a

Securing only a single web application on Tomcat

2011-12-08 Thread Savitha Akella
Hi, I have multiple applications hosted on my tomcat server which includes web services, web applications etc. To secure the web services, we made changes to server.xml -connector element and defined roles in tomcat-users.xml. In the web services, we made changes in the web.xml to add the

Re: Securing only a single web application on Tomcat

2011-12-08 Thread Savitha Akella
...@vmware.com wrote: On Thu, 2011-12-08 at 08:49 -0800, Savitha Akella wrote: Hi, I have multiple applications hosted on my tomcat server which includes web services, web applications etc. To secure the web services, we made changes to server.xml -connector What specifically did

Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
Hi, I need help in configuring the JNDI Realm to connect to LDAP Server and authenticate users. Here are the details: CN=AUTH,OU=XYZ,OU=Application Managed,OU=Groups,DC=rma,DC=corp,DC=ABC,DC=com - *AUTH is the group in which i have to search if the user is a member of or not. All the members in

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
in. connectionPassword is the password for that user/admin. Rudy On Tue, Sep 13, 2011 at 11:20 AM, Savitha Akella savitha.saraswa...@gmail.com wrote: Hi, I need help in configuring the JNDI Realm to connect to LDAP Server and authenticate users. Here are the details: CN=AUTH,OU=XYZ,OU=Application

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
Thanks for the link. On Tue, Sep 13, 2011 at 2:46 PM, Pid p...@pidster.com wrote: On 13/09/2011 19:20, Savitha Akella wrote: Hi, Any help is appreciated. http://catb.org/~esr/faqs/smart-questions.html p

Re: Could not find datasource when starting tomcat

2011-08-29 Thread Savitha Akella
Hi , Usually in the resource tag , we define the name parameter as below: name=jndi/dbName Make this change and hopefully it should work. Thanks On Mon, Aug 29, 2011 at 10:20 AM, Alaeddine HAOUAS a.hao...@nouvellemarque.com wrote: Hi, I try to backup a java 1.5 web application with

SSL issue

2011-08-25 Thread Savitha Akella
Hi, We have enabled SSL for the web services hosted on Tomcat. As part of the configuration changes we have modified the server.xml to make changes to the connector element. We have given the trustStorePass value to point to a keystore which has only the certificate for our web services. Ofcourse

Re: SSL issue

2011-08-25 Thread Savitha Akella
: SHA1 Savitha, On 8/25/2011 12:53 PM, Savitha Akella wrote: We have given the trustStorePass value to point to a keystore which has only the certificate for our web services. Do you mean truststoreFile? Of course the clientAuth parameter is set to true. Good. Can you post your