Re: DataSourceRealm documentation

2008-07-22 Thread Pid
Carol Cheung wrote: Hi, I'm reading about DataSourceRealm at http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html and step 2 under "Quick Start" is confusing. It says "Configure a database username and password for use by Tomcat ..." What does this mean? What should the username and passw

Re: DataSourceRealm documentation

2008-07-21 Thread Sameer Acharya
It means that on whichever database you are using to store your authentication information you need to create a user id and password for Tomcat to connect to it and then read the information. Your database doc. will give instructions on creating user/pass on it. For eg. you can create user/pas

Re: DataSourceRealm documentation

2008-07-21 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: DataSourceRealm documentation The OP is not asking about the userid and password clients use to access an app but rather the userid and password Tomcat uses to access the database containing client

RE: DataSourceRealm documentation

2008-07-21 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: DataSourceRealm documentation > > Of course you can pick any name and password value you choose, as long > as that user is given the appropriate role for your application (e.g. > "manager" for the Manager

Re: DataSourceRealm documentation

2008-07-21 Thread André Warnier
Carol Cheung wrote: Hi, I'm reading about DataSourceRealm at http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html and step 2 under "Quick Start" is confusing. It says "Configure a database username and password for use by Tomcat ..." What does this mean? What should the username and passw

Re: DataSourceRealm documentation

2008-07-21 Thread Steve Ochani
On 21 Jul 2008 at 17:37, Carol Cheung wrote: Date sent: Mon, 21 Jul 2008 17:37:29 -0400 From: Carol Cheung <[EMAIL PROTECTED]> Subject:DataSourceRealm documentation To: Tomcat Users List Send reply to: Tomcat Users List

RE: DataSourceRealm documentation

2008-07-21 Thread Caldarale, Charles R
> From: Carol Cheung [mailto:[EMAIL PROTECTED] > Subject: DataSourceRealm documentation > > It says "Configure a database username and password for use > by Tomcat ..." > What does this mean? What should the username and password be > and where > should they be located so that they are configured f