1 Reply Latest reply on Feb 6, 2003 2:17 PM by dingding

    Jboss 3.0.4+Jetty - template project - adding a servlet

    propylonsean

      I have Jboss 3.0.4 + Jetty up and running and I can build and deploy the template project covered in the Quick Start Guide. (The tutorial at
      http://sammaher.com/jboss/lesson1/lesson1.htm was very useful!)

      I want to add a HelloWorld servlet to this sample project. I'm note sure
      (a) where I should put the .java for the servlet.
      (b) what to put in the web.xml
      (c) whether or not the xdoclet stuff in the sample build.xml is set up to generate web container deployment descriptors (I don't see a webdoclet anywhere).

      Any help appreciated!