Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cabro
  • Order by date
  1. cabro

    NoClassDefFoundError: javax/servlet/http/HttpServlet

    I've checked the servlet-api.jar for the class and it's there - everything looks good (I also had someone else more experienced take a look also). My compile of the .class files works fine too so it's finding it then.
  2. cabro

    NoClassDefFoundError: javax/servlet/http/HttpServlet

    The class it says it can't find it the HttpServlet - the servlet-api.jar. I have it in the TOMCAT_HOME/common/lib which is where it came in Tomcat.
  3. cabro

    NoClassDefFoundError: javax/servlet/http/HttpServlet

    Thanks again I have the struts.jar, struts-legacy.jar and 7 other commons-*.jar files in my webapps/wileystruts/WEB-INF/lib. In the TOMCAT_HOME/common/lib folder I have another group of common-*.jar's, several other jsp-*.jar's, jmx-*.jar's, naming-*.jar's and the servlet-api.jar and...
  4. cabro

    NoClassDefFoundError: javax/servlet/http/HttpServlet

    Thanks - I tried the re-order of the web.xml. No luck yet. The servlet-api.jar is in my common/lib folder, the struts-html.tld is in my webapps/wileystruts/WEB-INF folder along with the other .tld's. I have wipped out my entire Tomcat install and started over from scratch several times. I'm...
  5. cabro

    NoClassDefFoundError: javax/servlet/http/HttpServlet

    I'm going through the Wiley/Mastering Jakarta Struts book. On the first Struts appilcation I get the NoClassDefFoundError. I've been banging my head against the wall for about 2 weeks now trying to figure this one out. It's probably something obviously simple but I can't find it. Everything...

Part and Inventory Search

Back
Top