Does Struts require initialization by the web app developer ? If so, perhaps you need to somehow ensure that such initialization takes place before you load your servlets ?
The first tim I load the web app (i.e. on Tomcat startup) everything works fine. It's only after a webapp re-load that things fall apart.
Separately, what exactly do you mean by "reloads cause the errors" ? Does everything work fine when Tomcat is started ? If this is the case, then perhaps you need to try maintaining webapp specific copies of files that you're using from common/lib - stuff like struts, for e.g. Perhaps this is a problem with Classloader hierarchies.
I have just about everything in my webapp's lib directory. The only things that are shared are commons-dbcp and commons-pool, which are required for my DataSourceRealm configured in server.xml.
I have used this Realm in the past any of these issues.
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
