All, I run NT Workstation, JRun 2.3.3 and NES 3.6. I have a servlet under D:\sas\common called LoginServlet. This servlet starts with package sas.common; I'd like to call this servlet from a JSP page. I have tried: ACTION="/servlet/sas.common.LoginServlet" ACTION="/servlet/sas/common/LoginServlet" and other combinations and still don't get it to work. My jsm.properties includes D:\sas My jrun.properties includes D:\sas\common My rules.properties includes: /servlet/=invoker /servlet/sas/common/=invoker I get: "500 Internal Server Error LoginServlet: java.lang.NoClassDefFoundError: LoginServlet (wrong name: sas/common/LoginServlet)" Can somebody help? Is it a servlet coding problem? a JRun config problem? TIA =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
