0 Replies Latest reply on Sep 10, 2003 11:36 AM by erh

    Virtual Contexts/Paths

    erh

      Hi, I have a coupe of questions.

      1. Is there anyway to have multiple contexts running in the same class loader?
      2. If not, is there anway to map the context foo to bar/foo internally, i.e. without using a redirect.
      3. Is there anyway to setup a context which points to a directory outside the deploy directory?

      Basically, I'm trying to port an app to jboss, and am having a lot of trouble getting virtual paths to work. In JRun, for instance, you can use path mapping so everything simple gets mapped to the correct place and the client never knows how it works internally. Re-Working the application and changing links is not an option for various reasons.
      Thanks