RE: JDBC realm authentication

2001-01-21 Thread Ignacio J. Ortega
( and Tomcat 4.0 too ). Saludos , Ignacio J. Ortega -Mensaje original- De: Dario Novakovic [mailto:[EMAIL PROTECTED]] Enviado el: lunes 22 de enero de 2001 0:41 Para: tomcat-user Asunto: JDBC realm authentication i want to use database for (form based) user authentication but problem

[Fwd: about JDBC Realm with mysql DB]

2001-01-17 Thread marcos Martinez
It would be very nice if someone can post the basically needed entries in the web.xml file for a JDBCRealm. I want to make it using a mysql DB. I want to make avaliable the access to the protected areas to the entry which are in the DB and not to the ones that are in the web.xml:

RE: [Fwd: about JDBC Realm with mysql DB]

2001-01-17 Thread Ignacio J. Ortega
Para: [EMAIL PROTECTED] Asunto: [Fwd: about JDBC Realm with mysql DB] It would be very nice if someone can post the basically needed entries in the web.xml file for a JDBCRealm. I want to make it using a mysql DB. I want to make avaliable the access to the protected areas to the entry

jdbc realm

2001-01-16 Thread karanmalhi
what is a jdbc realm? - Original Message - From: "Marc Saegesser" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 2:35 AM Subject: RE: precompile JSP with jspc picking up changes in JSP source They are mutually exclusive. -Origin

FORM based Authentication and JDBC Realm

2001-01-05 Thread Vincent Harcq
Hi! Tomcat 3.2.1 Interbase 6 Database. I have setup JDBCRealm and I am trying to use the /examples/jsp/security/protected/index.jsp that is provided with Tomcat to validate it. So I only change server.xml, I use the original web.xml from the example application. When I go to the I

RE: FORM based Authentication and JDBC Realm

2001-01-05 Thread Nacho
please sendthe excerpt of your server.xml file with the requestinterceptor Thanks Saludos , Ignacio J. Ortega -Mensaje original- De: Vincent Harcq [mailto:[EMAIL PROTECTED]] Enviado el: viernes 5 de enero de 2001 17:45 Para: [EMAIL PROTECTED] Asunto: FORM based Authentication and JDBC

Re: AW: JDBC Realm documentation

2000-12-19 Thread Craig R. McClanahan
"Kurt, Oliver" wrote: Okay, I just figured out, how to use the "FORM" auth-method mechanism (I realized that the webapps/examples directory supplies good examples and furthermore Servlet-Specification chapter 11 describes that stuff) Does tomcat 3.2 support digest and client-cert

AW: JDBC Realm documentation

2000-12-18 Thread Kurt, Oliver
Okay then let me explain what I did and what didn't work 1.) I followed the instructions in the jdbc-realm howto (what means, that i created the tables in the database and commented the line "org.apache.tomcat.request.SimpleRealm" and inserted the following: RequestI

RE: JDBC Realm documentation

2000-12-18 Thread Nacho
url-pattern*.jsp/url-pattern I dont have the spec in the wall... but i want to remember that spec does not have defined this kind of wildcard matching (with the wildchar as prefix ) it only deals with wildchars as suffix.., so your need to rewrite your url-pattern .. Saludos , Ignacio

AW: JDBC Realm documentation

2000-12-18 Thread Kurt, Oliver
gracias Ignacio Oliver Kurt ps. The url-mapping *.jsp is valid. -Ursprüngliche Nachricht- Von: Nacho [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. Dezember 2000 16:15 An: '[EMAIL PROTECTED]' Betreff: RE: JDBC Realm documentation url-pattern*.jsp/url-pattern I dont have the spec

RE: JDBC Realm documentation

2000-12-18 Thread Nacho
I found, what I did wrong !!! Great to hear that However, muchas gracias Ignacio de Nada. ps. The url-mapping *.jsp is valid. Yes i did read the spec ( section 10.2 ), it seems that the type of url-pattern that are not defined is with a url-pattern of this class "*/pepe.jsp" not with

JDBC Realm documentation

2000-12-18 Thread Kurt, Oliver
So lets move on Finally I got the auth-methodBASIC/auth-method working. Now I want to evaluate other aut-methods. I red in the web.dtd that BASIC, FORM, DIGEST and CLIENT-CERT are legal values for the auth-method. QUESTION 1.) Where can I read something about that stuff, for example which

RE: JDBC Realm documentation

2000-12-15 Thread Nacho
There arent any more docs, than howto, ask here ... i your better bet.. Saludos , Ignacio J. Ortega -Mensaje original- De: Kurt, Oliver [mailto:[EMAIL PROTECTED]] Enviado el: viernes 15 de diciembre de 2000 15:07 Para: '[EMAIL PROTECTED]' Asunto: JDBC Realm documentation Hi

<    1   2   3   4