0 Replies Latest reply on Jan 27, 2005 2:42 PM by vishwajit_pantvaidya

    App and servlet runs on standalone tomcat but not in jboss t

    vishwajit_pantvaidya

      I have an application and a servlet deployed as 2 separate war files in staldalone tomcat and in tomcat 5.0 within jboss 3.2.5. Both run fine within the standaline tomcat installation, but in jboss tomcat I find that I am not able to launch the application and call the servlet using the context paths that worked in standalone tomcat i.e. http://localhost:8080/KMAT/index.html for appln and and http://localhost:8080/servlet/dispatcher... for the servlet. Is there any additional/different configuration required to be done to be able to run the application and servlet in the same manner when using tomcat within jboss?

      Thanks.