Sometimes ClassNotFoundException

2007-04-20 Thread Dirschnabel. Stefan
Hi, I have to integrate a web application in Tomcat. I am not working that long with Tomcat so it could be a very trivial problem... The whole application seems almost to work (you can log in the application etc) but accessing some jsp's I get ClassNotFoundExceptions like the following. It's

AW: Sometimes ClassNotFoundException

2007-04-20 Thread Dirschnabel. Stefan
Dirschnabel -Ursprüngliche Nachricht- Von: David Smith [mailto:[EMAIL PROTECTED] I've seen this before... typically because the jsp (InventoryStatus.jsp in your case) failed to compile. Look further up the logs for the first error message in the request process. --David Dirschnabel

AW: Sometimes ClassNotFoundException

2007-04-20 Thread Dirschnabel. Stefan
(InventoryStatus.jsp in your case) failed to compile. Look further up the logs for the first error message in the request process. --David Dirschnabel. Stefan wrote: Hi, I have to integrate a web application in Tomcat. I am not working that long with Tomcat so it could be a very trivial

Sometimes ClassNotFoundException [SOLVED]

2007-04-20 Thread Dirschnabel. Stefan
that the Inventory_jsp.class is available in the webapp? --David Dirschnabel. Stefan wrote: Hm ... I deleted the logfiles and reproduced the error multiple times, but the exception I showed you is the first I get. Furthermore, if it would be a compile failure the error messages would appear randomly