3 Replies Latest reply on Nov 30, 2009 12:18 AM by rbrtfreund

    What is the Difference between Jboss Web and Jboss AS ?

      Hi All,

      I recently got to know about JBoss Web,a web server built on Tomcat, http://www.jboss.org/jbossweb/
      which means, JBoss Web will execute dynamic content as well.

      what is the difference between this new JBoss Web and existing JBoss AS
      http://www.jboss.org/jbossas/

      Is it possible to use both JBoss Web and JBoss AS together ?

      Thanks in advance.

      vishal

        • 1. Re: What is the Difference between Jboss Web and Jboss AS ?
          peterj

          Basically, JBoss Web is a servlet container, whereas JBoss AS is an application server. JBoss AS uses an embedded version of JBoss Web to provide servlet support - thus Jboss AS contains JBoss Web.

          What do you mean by "use both ... together"?

          • 2. Re: What is the Difference between Jboss Web and Jboss AS ?

            Hi Peter,

            Thanks for the update.
            Got some clarifications regarding JBoss Web.

            So, what is the difference between a web server and an Application server ?

            Thanks,
            vishal

            • 3. Re: What is the Difference between Jboss Web and Jboss AS ?
              rbrtfreund

              Web servers serve web pages Application Servers provide applications and support for those applications. In jboss it provides transaction / services/ ejb etc... If you need a servlet container and not the features that jboss provides go with Tomcat until you do need JBoss AS or have Jboss provided feature set requirements. For web server look at Apache httpd. Application servers are powerful enterprise ready solution stacks to things you need if you need them (when you need them) . If you just need to serve servlets Tomcat is a great container!