20

What version of Tomcat does JBoss 5.1.0 have embedded?

Thanks

tinny
  • 4,232
  • 7
  • 28
  • 38

1 Answers1

37

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
  • 398,947
  • 96
  • 818
  • 769