Re: org.apache.catalina.connector.Request

2004-11-30 Thread Tim Funk
. As for the java imports, importing a class and importing a source file are 2 totally different actions. -Tim Anderson, M. Paul wrote: Sorry for another question...I am using Tomcat 4.1 ... Is there a way to know which version of the org.apache.catalina.connector.Request class is used

RE: org.apache.catalina.connector.Request

2004-11-30 Thread Anderson, M. Paul
To: Tomcat Users List Subject: Re: org.apache.catalina.connector.Request In the cvs browser, you can view by a specific tag. From there you can easily determine which revision is associated with which version. Next - it will probably be much easier to not use container based authentication based

RE: org.apache.catalina.connector.Request

2004-11-30 Thread Shapira, Yoav
://www.yoavshapira.com -Original Message- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 10:17 AM To: Tomcat Users List Subject: RE: org.apache.catalina.connector.Request I am creating a custom realm because I want to take advantage of Tomcat's implementation

RE: org.apache.catalina.connector.Request

2004-11-30 Thread Anderson, M. Paul
to implement a Tomcat 5 version at a later date. Thanks for the info. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 10:29 AM To: Tomcat Users List Subject: RE: org.apache.catalina.connector.Request Hi, Much of the Tomcat 4.x code

org.apache.catalina.connector.Request

2004-11-29 Thread Anderson, M. Paul
Can anyone tell me which jar file the org.apache.catalina.connector.Request class is in? I can't find it to add it to my project to allow me to compile my custom realm. Thanks a lot!! - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: org.apache.catalina.connector.Request

2004-11-29 Thread Anderson, M. Paul
Never mind...I realize now it's in Tomcat 5 and I'm still using Tomcat 4. -Original Message- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 3:12 PM To: Tomcat Users List Subject: org.apache.catalina.connector.Request Can anyone tell me which jar

Re: org.apache.catalina.connector.Request

2004-11-29 Thread Ben Souther
servlet-api.jar On Mon, 2004-11-29 at 15:11, Anderson, M. Paul wrote: Can anyone tell me which jar file the org.apache.catalina.connector.Request class is in? I can't find it to add it to my project to allow me to compile my custom realm. Thanks a lot

RE: org.apache.catalina.connector.Request

2004-11-29 Thread Shapira, Yoav
of related classes, all in catalina.jar. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 3:12 PM To: Tomcat Users List Subject: org.apache.catalina.connector.Request Can anyone tell me which

Re: org.apache.catalina.connector.Request

2004-11-29 Thread Ben Souther
Disregard that (bad information). Sorry. On Mon, 2004-11-29 at 15:17, Ben Souther wrote: servlet-api.jar On Mon, 2004-11-29 at 15:11, Anderson, M. Paul wrote: Can anyone tell me which jar file the org.apache.catalina.connector.Request class is in? I can't find it to add it to my

RE: org.apache.catalina.connector.Request

2004-11-29 Thread Anderson, M. Paul
Sorry for another question...I am using Tomcat 4.1 ... Is there a way to know which version of the org.apache.catalina.connector.Request class is used with this version? I have gone to the Apache CVS Repository but I can't figure out which version revision of JDBCRealm.java goes with this Tomcat