1 Reply Latest reply on Dec 14, 2005 9:07 PM by artd

    Differences between JBOss and TomCat

    anupama_vjai


      We have a Java/JSP application deployed on Tomcat and we need to migrate the same to JBOSS. What are the possible differences we could encounter and any known issues/constraints or bugs?

      Any pointers will be useful

        • 1. Re: Differences between JBOss and TomCat

          JBOSS uses tomcat as it's JSP/Servlet container. You may run into jndi naming changes from using jboss to present your data sources. We migrated with little trouble, bu it all depends on how complicated your tomcat web apps may be. Good luck