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 version.  I guess in the mean time I'll try to find the source
for Tomcat 4.1 but I don't suspect its available any longer.

I'm trying to create a derived realm and I want to re-direct the user to
an error page after he/she has tried to access the site 3 times
unsuccessfully.  To do this I need access to a Response object but I
can't seem to get at this very easily.

I find it odd that in Java the imports in a base class do not carry over
into a derived class...this is not like c++ as I am use to.

-----Original Message-----
From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 29, 2004 3:17 PM
To: Tomcat Users List
Subject: RE: org.apache.catalina.connector.Request


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 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]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to