0 Replies Latest reply on Jan 15, 2004 2:59 PM by aaaabell

    Can't find my Servlet! - calling servlet from jsp

    aaaabell

      I'm using the directory structure and ant file from the template project that came with jboss and jboss3.0.7 - without tomcat. I've written a jsp with a form that sends to a servlet. My question: Where in my web-client.war (deployed webclient) should my servlet go and how should i call it from the jsp?

      Using :
      form method="GET" action="servlet/AddNameServlet"
      generates a 503 http error, anything else generates a 404

      and my web-client.war file looks like this:

      myjsp.jsp
      AddNameServlet.class (this is where the jboss template ant file puts servlet files)
      \META-INF
      \WEB-INF
      ____web.xml
      ____ jboss-web.xml
      ____\Classes
      ______ \test
      ________\interfaces (contains ejb interfaces)
      ________\servlet
      __________ AddNameServlet.class (this is where i put the servlet but still 503)

      Must be a simple answer, i just can't find it.
      Thanks for your help
      Adam