0 Replies Latest reply on Jun 25, 2008 2:46 PM by tom_goring

    multiple instances and context roots

    tom_goring

      Hi,

      I have several jboss installs running behind apache using mod_jk (dev, test, production, etc)

      I can't use virtual hosts as all my instances require SSL and this is only set up for 1 domain. Each instance runs on it's own ports.

      I want a simple way to tell jboss/tomcat to use a reliative context.

      E.g.

      https://www.myserver.com/dev/MYAPP/hello.jsp
      https://www.myserver.com/test/MYAPP/hello.jsp

      I.e. I want to know where I can set dev/test, etc.

      I don't really want to change the application.xml for each EAR file when installed (as that would require rebuilding the EAR dependent on the instance).

      Ideas ?

      Thanks in advance.

      Tom