Re: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-06 Thread Frank Burns
Fully understood -- and very clearly explained. Again, thanks Chuck. Cheers, Frank On Sun, Jun 6, 2010 at 3:25 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Frank Burns [mailto:francisbu...@gmail.com] > > Subject: Re: Web app using JDBCRealm runs on

RE: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-06 Thread Caldarale, Charles R
> From: Frank Burns [mailto:francisbu...@gmail.com] > Subject: Re: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not > run on Tomcat 6.0.26 ... > > didn't realise that specifying the context in the server.xml > was poor practice and that if you did so then

Re: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-05 Thread Frank Burns
HeyChuck, Thanks very much for your excellent reply and advice. Moving the MySQL JDBC driver jar app's WEB-INF/lib directoryto Tomcat's lib directory sorted the problem and it's working now. I am aware of the various ways in which you can deploy a webapp, but didn't realise that specifying the c

RE: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-05 Thread Caldarale, Charles R
> From: Frank Burns [mailto:francisbu...@gmail.com] > Subject: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run > on Tomcat 6.0.26 ... > > the context that I use in the server.xml of each Tomcat Let's get the element straightened out first. You should not be placing elements in