Anu josh wrote:I have a war file and I am getting an error while server is starting, if I deploy that war in Tomact 5.5. But if I deploy same war file in Jboss web server, my server is getting started without any error.
You are making an incorrect assumption here. Just because there is no error message when JBoss AS deploys the WAR does not mean that JBoss AS is suppressing the error message. Instead, it means that
Tomcat doesn't like something about the WAR (perhaps a misconfiguration?), while JBoss AS is fine with it. I can think of a hundred different reasons why this might happen, but without knowing the error that Tomcat gives all I would be doing is guessing.