I have installed JServ and got the Hello servlet work fine. I added another servlet Foo and invoke the url, I get the following msg in the log file: (ERROR) ajp11: Servlet Error: NoClassDefFoundError: Foo Of course, the class is there (same place as Hello) then why is JServ complaining about class not found. I triple checked there is no typo! If I copy Hello and change it to Hello2 then I can see Hello2 servlet. But the servlet I already have (Foo) is not showing up. I can understand if it complains of some other class which Foo depends on is not there, possibly CLASSPATH is not set. I do not understand why Foo is not visible (class Foo is not in any package, similar to Hello). [ Using JServ 1.0 under Apache 1.3.6 on Linux RedHat 6.0] Please help! -- thyag -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
