tags:

views:

178

answers:

1

What version of Tomcat does JBoss 5.1.0 have embedded?

Thanks

+3  A: 

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.

skaffman
That's an useful link!
BalusC