1 Reply Latest reply on Jan 25, 2002 6:06 AM by adrian.brock

    Multiple embeded catalina instances

    mhellkamp

      Is it possible to have multiple embedded Catalina instances running? I can start multiple copies of it by creating multiple mbean entries in the configuration, but since they have to be named differently, I can only get the J2EE deployer to see one of them.

      Does anyone know of a way to do this short of changing the j2EE deployer?

      Mark

        • 1. Re: Multiple embeded catalina instances

          You should be able to do this, but it requires a bit of work.

          1) Create a second AutoDeployer monitoring a different
          deployment directory. e.g. ../deploy2
          2) Create a second J2eeDeployer with the different
          version of Catalina for war deployment.
          3) Link the two together.

          This way you have different directories for the
          different web-servers.

          WARNING: I've not tried this myself.

          Regards,
          Adrian