Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread David Wall
On reading more in the release notes (http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt), I figured I'd give the shared/lib idea a try. I found that just by moving the BouncyCastle JCE jar into shared/lib and out of the WEB-INF/lib of the various webapps, all seems to work okay. On a

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread David Wall
Martin, Thanks for your suggestion, but it's unlikely that web.xml was misconfigured just because of this TC upgrade (it wouldn't have needed to change). Also, when I restart tomcat (rather than just reload via the manager), the webapp comes up just fine. It's only on a reload that things f

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread Martin Gainty
If you check the logs ..more than likely you may be trying to pull a class that is not on classpath or maybe an aberrant configuration abeerant config is servlet-mapping may be munged in web.xml HTH, Martin -- * This email messag