I'm using a very old version of JBoss (4.2.3) and now I'm looking to upgrade (6.0). I'm using almost the full javaee stack, plus a million other things, but almost all of my jars are included in the war file itself.
Since I'm doing that do I really need JBoss? I tried plugging my existing war into the new JBoss and saw errors, but I was able to plug it into Tomcat 7 without any hassle at all. Personally Tomcat seems much simpler, more lightweight, and probably more stable so why should I not just stick with that?
If I've already fetched all the jars I need (including a few jboss jars actually) do I really need a full JBoss server? Am I making some huge mistake trying to avoid the bloat and going with just tomcat?