On 12/30/05, Troy S <[EMAIL PROTECTED]> wrote: > I am trying to get started with Struts by installing the struts-blank web > application. I get an error saying TagExtraInfo is not found. Please help! > > Win Xp > Struts 1.2.8 > Tomcat 5.5.9 > > Dec 30, 2005 7:29:07 PM org.apache.catalina.core.StandardWrapperValve invoke > SEVERE: Servlet.service() for servlet jsp threw exception > java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagExtraInfo
This looks like Tomcat complaining that it can't find the TagExtraInfo class, which ought to be in $TOMCAT_HOME/common/lib/jsp-api.jar . Do the JSP JSP examples that ship with Tomcat work? (Probably http://localhost:8080/jsp-examples/ unless you've changed the port number.) The struts-blank.war app from 1.2.8 works fine for me in Tomcat 5.5.14. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]