ClassNotFoundException Using shared/classes

2004-01-14 Thread Mike Miller
I just wanted to post this info so that other users don't make the same mistake I made.I was attempting to use the catalina_home/shared/classes for some shared class files and was getting ClassNotFoundException. When I copied those files to the catalina_home/common/classes directory everythin

Options to prevent web app from being available if DB not available?

2005-09-26 Thread Mike Miller
Hi, I am looking for options to prevent my web application from being available if our database is not available. I've used context listeners in the past, but since you can return a bad return code they don't like the cleanest approach. I have tried registering a context listener and then t

RE: Options to prevent web app from being available if DB not available?

2005-09-26 Thread Mike Miller
comes back to life. (or conversely also goes away) -Tim Mike Miller wrote: > Hi, > > I am looking for options to prevent my web application from being > available if our database is not available. I've used context listeners > in the past, but since you can return a bad re