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-05 Thread Frank Burns
that specifying the context in the server.xml was poor practice and that if you did so then you had to be careful. Can you tell me why that is? Thanks again. Frank On Sun, Jun 6, 2010 at 12:11 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Frank Burn

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
I have a web app that successfully runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26. Can someone please help me work out why it won't run? It's on a Windows XP, SP2 machine. The web app uses JDBCRealm to access a mysql database. The apps in each Tomcat version are identical (i.e., copied

Re: Problems with JDBCRealm and mysql ...

2007-05-14 Thread Frank Burns
Hi Chris. In the in the server.xml JDBCRealm specification, I changed "localhost" to " 127.0.0.1" and it works. Thanks for your help. Frank. On 5/14/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, Frank Burn

Problems with JDBCRealm and mysql ...

2007-05-14 Thread Frank Burns
, as shown below. So why can't Tomcat? Here is an excerpt from the server.xml on the remote linux machine. /> Thanks, Frank Burns.