> From: anis jaballah [mailto:[EMAIL PROTECTED] > Subject: RE : RE: deployement of application uising trinidad > > java.lang.NoSuchMethodError: > javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/s > ervlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext;
That method is part of the JSP 2.1 package, which is supported by Tomcat 6. Verify that you are running that version and that you don't have an old copy of jsp-api.jar somewhere within your webapp. There should only be one copy of jsp-api.jar, in Tomcat's lib directory. If you've somehow managed to replace Tomcat's implementation of JspFactory with your own, that may also result in this error. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]