1 Reply Latest reply on Apr 11, 2005 4:43 AM by dlmiles

    JBoss AS - Tomcat & httpd versions

    lindens

      Hi,
      I've looked at all the doco and FAQ's on JBoss.com and haven't managed to find so far anything listing JBoss versions with the versions of Tomcat and httpd(Apache?) that they ship with.

      Does anyone know the Tomcat and httpd/Apache versions for JBoss AS versions 3.2.5, 3.2.7, 4.0.0 and 4.0.2?

      I really need to know what versions of software are running under-the-covers so I can help my IT security guys complete their Threat-Risk Assessment of JBoss AS.

      Thanks!

        • 1. Re: JBoss AS - Tomcat & httpd versions
          dlmiles


          for 4.0.2-RC1 from my bootup logs:

          08:58:23,868 INFO [Server] Release ID: JBoss [Zion] 4.0.2RC1 (build: CVSTag=JBoss_4_0_2_RC1 date=200503140913)
          .....
          08:58:41,419 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.8


          Sorry cant help with any other version.

          If my understanding of all this Java stuff is correct, there is no apache shipped, since a component of Tomcat called "Coyote" is the HTTP server, this is a pure Java HTTP server that runs within the JVM that JBoss sets up.