1 Reply Latest reply on Aug 23, 2007 3:46 PM by peterj

    Do I need JBoss Web Server?

      I have JBoss AS 4.2.1.GA installed. If I want to use JSP, do I need to download and install the JBoss Web Server as well? Is it possible to use an existing Tomcat installation?

      Thanks.

        • 1. Re: Do I need JBoss Web Server?
          peterj

          JBoss AS 4.2.1 already contains JBoss Web (well, except for the platform-specific Apache Portal Runtime files, which you can install using JBoss Native) at server/default/deploy/jboss-web.deployer. So you do not need anything else to use JSPs/servlets.

          Earlier versions of JBoss AS included embedded Tomcat (4.0.x and earlier) or Jetty (3.2.x and earlier).