RE: Webapp initialization cannot find classes that are on the classpath

2007-07-18 Thread Ivo
Caldarale, Charles R wrote: > > Any chance you're running out of heap space or some other resource > (e.g., file handles)? > Memory usage is normal as far as I can see and increasing the memory available to the JVM from -Xmx512M to -Xmx1024M doesn't help. No files are created/written and the n

RE: Webapp initialization cannot find classes that are on the classpath

2007-07-18 Thread Caldarale, Charles R
> From: Ivo [mailto:[EMAIL PROTECTED] > Subject: Webapp initialization cannot find classes that are > on the classpath > > Even stranger is the fact that repeatedly repacking and > deploying the webapp sometimes results in a succesfull > deployment. Does anyone have an idea about what may be >