0 Replies Latest reply on Jun 9, 2005 5:29 PM by mtigua

    JBOSS Context problem !

    mtigua

      Hi everyone !
      I have this problem whith JBOSS 4:

      I have two context:

      deploy/
      /context1.war
      index.jsp
      META-INF
      WEB-INF
      - classes/com/cees/edu/Class1.class

      /context2.war
      index.jsp
      META-INF
      WEB-INF
      - classes/com/cees/edu/Class1.class

      where index.jsp is same for two contexts, but Class1 is different.
      index.jsp creates a new object Class1.

      When browser loads /context1/index.jsp all is OK. But when it loads /context2/index.jsp , this page calls /context1/classes/com/cees/edu/Class1.class. It must call /context2 ...Class1.class.

      Is there some problem of configuration?

      Thanks ,
      Mario Tigua - Ecuador.