RE: Class get deleted at run time

2010-11-30 Thread Caldarale, Charles R
> From: Sandip Hirwale [mailto:sandip.hirw...@sukrutsystems.com] > Subject: Re: Class get deleted at run time > i am deploying application on my local machine just by right click on > application and run. That is not "deployment" in any sense of the term. You really, rea

Re: Class get deleted at run time

2010-11-30 Thread Sandip Hirwale
All the Classes are Deleted which are in my application . there is no any subdirectories i am deploying application on my local machine just by right click on application and run. On Wed, Dec 1, 2010 at 2:24 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED

Re: Class get deleted at run time

2010-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sandip, On 11/30/2010 12:50 AM, Sandip Hirwale wrote: > I [experience the] following error at runtime > > java.lang.ClassNotFoundException Which class? What is the rest of the stack trace? > when I Build my application all the > classes are presen

Class get deleted at run time

2010-11-29 Thread Sandip Hirwale
Hello All I am new to tomcat , i got following error at runtime java.lang.ClassNotFoundException when I Build my application all the classes are present in the web/WEB-INF/classes/ directory when I run application all the classes get deleted. why this happening? i Am usnig tomcat 6.0.20,