configuring realm in web.xml

2004-04-05 Thread Simone - Dev
Hello All, I'm developing a webapplication that needs to authorize and authenticate users looking inside a database. Generally I'll be doing it adding a JDBCRealm inside the server.xml (or in the contex xml file) But I don't have access to these files. I'd like to know if it is possibile to define

Re: configuring realm in web.xml

2004-04-05 Thread Adam Hardy
On 04/05/2004 02:02 PM Simone - Dev wrote: Hello All, I'm developing a webapplication that needs to authorize and authenticate users looking inside a database. Generally I'll be doing it adding a JDBCRealm inside the server.xml (or in the contex xml file) But I don't have access to these files.

RE: configuring realm in web.xml

2004-04-05 Thread Shapira, Yoav
, April 05, 2004 8:54 AM To: Tomcat Users List Subject: Re: configuring realm in web.xml On 04/05/2004 02:02 PM Simone - Dev wrote: Hello All, I'm developing a webapplication that needs to authorize and authenticate users looking inside a database. Generally I'll be doing it adding a JDBCRealm

R: configuring realm in web.xml

2004-04-05 Thread Simone - Dev
is indistinguishable from magic Life is short, play hard -Messaggio originale- Da: Shapira, Yoav [mailto:[EMAIL PROTECTED] Inviato: lunedì 5 aprile 2004 16.48 A: Tomcat Users List Oggetto: RE: configuring realm in web.xml Hi, You can setup a DBCP connection pool wherever you want