0 Replies Latest reply on Sep 17, 2002 8:23 PM by pkasson

    WAR Contexts

    pkasson

      Greetings,

      I am creating a dynamic menuing system which would be WAR #1. From this WAR, I would be creating links to other applications (WAR #2, #3 ...).

      When I try to launch to these other apps, I notice that the URL (context ?) is such like this:

      WAR #1: /localhost/menu
      WAR #2: /localhost/menu/app1 (s.b. /localhost/app1)

      Why is this nesting process occurring? Does it have to do with Cross Context ?

      Thanks !

      Peter