0 Replies Latest reply on Jul 20, 2004 12:41 PM by thebee

    Forcing webcontext for deployed webapplications

    thebee

      Hi everybody,

      I have JBoss running in a multiuser-environment. I created a directory for ever user in the deploy-dir of JBoss. In the $HOME of every user there is a link to his deploy-directory.
      Now I'm looking for a way to prepend a webcontext to every context defined in a webapp.
      So if user 'thebee' deploys a webapp with context '/myapp' it should be available under the context '/thebee/java/myapp'.
      Is there some way I can achieve this, since I can't trust the users to choose unique contexts for there webapps?
      Thanks for your help.

      Bernd