1 Reply Latest reply on Nov 24, 2004 2:37 AM by norman.richards

    Deploy a servlet - guide me plz

    prasoona

      Hi

      Am a novice to both the forum as well as servlets. am trying to deploy HelloWorld servlet in JBoss 3.2.6 server. Could anyone guide me with appropriate steps as to how to go abt this. I've noted that tehre are many step-by-step tutorials for EJB deployment. But thats still way off for me.

      Help Help Help.

      Thanks
      Prasoona.

        • 1. Re: Deploy a servlet - guide me plz

          Servlets are really so standard that there's nothing much JBoss specific you need to do. The dukesbank application has a servlet that you could look at. (com.sun.ebank.web.Dispatcher) The web.xml file shows how it is deployed and the build file builds the WAR up. There's really nothing more to it than that. It's standard J2EE.