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 configur
MyWebService
/*
webservice
CONFIDENTIAL
CLIENT-CERT
tomcat-users
webservice
In other web applications, I didnt make any changes in the web.xml of those
apps.
Regards,
Savitha
On Thu, Dec 8, 2011 at 9:43 AM, Daniel Mikusa wrote:
> On Thu, 2011-12-08 at 08:49 -0800, Savitha Ake
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
securi
Thanks for the link.
On Tue, Sep 13, 2011 at 2:46 PM, Pid wrote:
> On 13/09/2011 19:20, Savitha Akella wrote:
> > Hi,
>
> > Any help is appreciated.
>
> http://catb.org/~esr/faqs/smart-questions.html
>
>
> p
>
>
nectionPassword is the password for that user/admin.
>
> Rudy
>
>
> On Tue, Sep 13, 2011 at 11:20 AM, Savitha Akella
> wrote:
> > Hi,
> >
> > I need help in configuring the JNDI Realm to connect to LDAP Server and
> > authenticate users. Here are the details
Hi,
I need help in configuring the JNDI Realm to connect to LDAP Server and
authenticate users. Here are the details:
CN=,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 this
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 applicat
here is the connector configuration:
Regards,
Savitha
On Thu, Aug 25, 2011 at 11:46 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Savitha,
>
> On 8/25/2011 12:53 PM, Savitha Akella wrot
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. Ofcou