---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Using Jserv 1.1b3 with Apache 1.3.9 and Blackdown JVM 1.2pre on a RedHat 6.0 box, when our servlet auto-reloads due to a class changing, we first get an Apache 'File not found' error. However, if you then hit the browser's 'reload', the servlet reloads fine and the user can continue. So the only effect is an intermediate 'File not found' error, but the rest of the reloading works fine. The servlet is being destroyed properly when auto-reload occurs. The only wierdness I see is in the mod_jserv.log: [22/11/1999 21:46:06:863] (ERROR) ajp12: Servlet Error: NoClassDefFoundError: com.techtrader.presentation.core.PresEngine ...which occurs once at the time of reload. The class is correct (it is out servlet), and JServ seems to have no problem finding/loading it the next time. The auto-reloading of the servlet was seamless for us under Jserv 1.0 (i.e., there was no intermediate 'File not found' error). Has anyone else encountered this issue? We really like to be able to reload the servlet as we go along, and this cramps our style. I couldn't find any information on this particular problem in the cached FAQ-O-Matic. ------------------------------------------------------ Marc Prud'hommeaux | http://www.techtrader.com Software Engineer | [EMAIL PROTECTED] TechTrader, Inc. | phone: 202-872-8550 -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]