0 Replies Latest reply on Jun 2, 2003 3:43 PM by clebercmb

    Sevlet Context Question

    clebercmb

      I am trying to deploy two ear files using jboss-3.2.1/tomcat-4.1.24

      Each ear file has a different root context. The problem is that if I
      access web app 2, say at http://www.mydomain.com/context2, it will
      use the servlets from web app 1, say at http://www.mydomain.com/context1.

      Is there an xml configuration option for tomcat at jboss that will differentiate servlets with the same name to different contexts?

      Cleber.