0 Replies Latest reply on Sep 21, 2004 7:50 AM by lboregard

    JBoss 4.0.RC1 + Eclipse 3.0.1 + Struts 1.1

    lboregard

      Hello,

      I'm trying to run the struts-blank.war to get a feel of how struts work.

      + created a java project
      + imported struts-blank.war
      + set java build path (WEB-INF/src/java)
      + added libraries (all the struts jars in WEB-INF/lib)
      + added javax.servlet.jsp.jar and jboss-j2ee.jar from jboss server/default/lib

      then back to properties packing configuration.
      + if i choose standard.war, won't build (looks like i have a different dir structure)
      + i build an archive manually, selecting
      web.xml
      WEB-INF/classes
      pages
      index.jsp

      Upon deployment, it says it can't find the struts ActionServlet.

      Can anyone help please ?

      Let me know if more information is needed.

      TIA