2 Replies Latest reply on May 18, 2002 8:00 PM by jules

    How I import servlets to JBoss?

    andericbraz

      How I import servlets to JBoss? Jboss is a server of my application ... Please is a very important...

        • 1. Re: How I import servlets to JBoss?
          lsloh

          You need to look at Jetty or Tomcat which are packaged (separately) with Jboss as the servlet container.

          • 2. Re: How I import servlets to JBoss?


            Read a J2EE tutorial on the web - there are many.

            Package you servlet into a .war file (the tutorial shouls explain what this is).

            copy the .war file to the JBoss deploy/ directory. It will be noticed and deployed (whether you use Jetty OR Tomcat).

            Don't worry about webcontainers - just get yourself a .war and copy it into deploy/.


            Jules