RE: JDBCRealm configuration and JBDC Driver classpath

2003-11-19 Thread Andrew Murphy
Jon, thank you. I will certainly implement this option if my plea to my ISP falls on deaf ears. Andrew -Original Message- From: Jon Anderson [mailto:[EMAIL PROTECTED] Sent: 19 November 2003 17:16 To: Tomcat Users List Subject: Re: JDBCRealm configuration and JBDC Driver classpath

RE: JDBCRealm configuration and JBDC Driver classpath

2003-11-19 Thread Andreas Mohrig
] Sent: Wednesday, November 19, 2003 6:31 PM To: Tomcat Users List Subject: RE: JDBCRealm configuration and JBDC Driver classpath Thanks for your comments. I am beginning to suspect that my options are limited and may have to resort to application managed security which I have tried to avoid up to

RE: JDBCRealm configuration and JBDC Driver classpath

2003-11-19 Thread Andrew Murphy
:52 To: 'Tomcat Users List' Subject: RE: JDBCRealm configuration and JBDC Driver classpath Andrew, anyone please correct me if I'm wrong, but I'm afraid you've got at least two problems here: 1. As far as I know it is not possible to define a Realm outside of server.xml.

Re: JDBCRealm configuration and JBDC Driver classpath

2003-11-19 Thread Jon Anderson
> Can anyone advise of a work-around, or let me know if I have overlooked You might want to look at http://www.securityfilter.org/ It mimics CMS, but it can be rolled up inside your application. Jon - To unsubscribe, e-mail: [E

Re: JDBCRealm configuration and JBDC Driver classpath

2003-11-19 Thread Jon Anderson
On Wednesday 19 November 2003 10:52 am, Andreas Mohrig wrote: > 1. As far as I know it is not possible to define a Realm outside of > server.xml. If you do not have access to that file, I see no way you can > use container managed security, which is a prerequisite for form based > authentication (

RE: JDBCRealm configuration and JBDC Driver classpath

2003-11-19 Thread Andreas Mohrig
urphy [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 4:58 PM To: [EMAIL PROTECTED] Subject: JDBCRealm configuration and JBDC Driver classpath I am trying to configure form based authentication using a JDBCRealm. I do not have access to the $CATALINA_HOME/common/endorsed folder or s

JDBCRealm configuration and JBDC Driver classpath

2003-11-19 Thread Andrew Murphy
I am trying to configure form based authentication using a JDBCRealm. I do not have access to the $CATALINA_HOME/common/endorsed folder or server.xml file as my webapp is hosted in a shared environment by an ISP. Therefore I have created a Context configuration xml file fragment to provide the re