3 Replies Latest reply on Oct 18, 2004 9:32 AM by snasto

    Context Root problem

    chotya

      I have a web app deployed under the context root "/" and its working fine.
      Now i want to deploy another admin web app under the context root "/admin". However if i do that and type myhost/admin/, then both the web-apps are getting invoked.

      What am i doing wrong here ? I am using Jboss 4.0.0.

      If this kind of configuration is not allowed, what is the best way to seperate a admin application from the main application.

      Thanks for any inputs