Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat version within JBoss?

Tags:

tomcat

jboss

What version of Tomcat does JBoss 5.1.0 have embedded?

Thanks

like image 869
tinny Avatar asked Jun 08 '10 21:06

tinny


People also ask

Does JBoss contain Tomcat?

JBoss Application Server comes with Tomcat as the default web container. The embedded Tomcat service is the expanded deploy/jboss-web.

Is JBoss and Tomcat same?

JBoss not only provides support for the Servlet and Java Server Page (JSP) specification, but also support for JAX-RS web services, Contexts and Dependency Injection (CDI), Java Message Service, JavaMail and Java Naming and Directory Interface. In contrast, Tomcat is simply a Servlet engine.

How do I check my JBoss server version?

When the JBoss Enterprise Application Platform server is running you can retrieve its version information from the first page of the Web Console. This is located at http://localhost:8080/web-console/.

What web server does JBoss use?

Red Hat® JBoss® Web Server combines the world's most deployed web server (Apache) with the top servlet engine (Tomcat) and the best support in middleware (ours). Red Hat JBoss Web Server is part of the Red Hat Runtimes group of products.


1 Answers

Strictly speaking, from JBoss 4.2 and upwards, it doesn't come bundled with Tomcat, but a forked version of it, called JBossWeb. It's separately maintained, independent of the Tomcat code base.

When the fork occured, though, it was at Tomcat 6.0.x.

See version matrix.

like image 86
skaffman Avatar answered Sep 23 '22 18:09

skaffman