Hi, We have Oracle iAS 1.0.1.0.0 (called 9i I believe in latest Oracle parlance) running on NT SP5. We have already used iAS (Apache) to run servlets and have these working in a production environment. Now that we have started to use JSPs the rot has set in! Where a given bean is referenced in a <jsp:useBean> clause the browser issues the following error: Exception: oracle.jsp.parse.JspParseException: Line # 2, Error: Invalid attribute: _loginJSPBean" with the following text appearing in jserv.log [14/02/2001 08:48:25:906 GMT] JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.parse.JspParseException: Line # 2, <jsp:useBean id="_loginJSPBean" class="lgmsb.beans.LoginJSPBean" scope="session"/> Error: Invalid attribute: _loginJSPBean" Now I would normally think that the reason for such an error is that the relevant bean is not in the classpath but I can load that bean in a servlet no problem. Thus I'm thinking that when the JSPs are compiled into servlets they are not able to "find" the jar with the bean in it even though the servlets can since it is referenced through a zone identified in jserv.properties. Does anyone have any experience of using JSPs on iAS. If so your help would be greatly appreciated as I am at this for several days now without much success. Regards, Eoin =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets