4 Replies Latest reply on Jan 4, 2005 8:05 AM by frito

    JBoss supports Multiple JVM ?

    kumaran5

      Hi All,

      I want to deploy two different services in two different JVM, is it supported by JBoss?. Any one help me.

      Thanks in advance,
      Kumaran

        • 1. 3859561
          kumaran5

          Dear Sir/Madam:

          Our company has the software product based on the .net
          framework with the IIS middle ware. because of the
          requirement of our current market, we need to migrate
          the whole architecture to J2ee based one.

          we plan to start with changing the presentation layer
          IIS to j2ee based one. the following are the list of
          questions we need to figure out urgently. it will be
          very appreciated if you can help on these.

          1. do you think the tomcat web server a good option
          for us or the other ones?

          2. what should be the approach we should apply to
          replace the IIS only at this stage?

          3. how can we replace IIS with tomcat on windows and
          keep all the existing binaries?

          4. if the tomcat is a good option, then after
          installing the tomcat, does the apache need to be
          installed as well? if it is, why?

          5. what is the next step for us to migrate the
          architecture to j2ee based one after replace IIS with
          tomcat?

          6. do you recommend weblogic or websphere for us at
          this stage? why?

          7. we have one staff knows only the .net architecture
          and don't know j2ee one, the other one knows only some
          of the j2ee architecture and don't know .net one. we
          want these two staff to work together to figure out a
          way to migrate from .net to j2ee in a very tight time
          frame. what can you suggest us to achieve this? what
          documentation or books we need to do this without
          recruiting additional resource?

          8. if we change the whole .net to j2ee based, what
          else we need to install, except of the tomcat? for the
          whole migration, how can we map the
          applications/components from .net to j2ee for this
          migration, like, asp.net(.net) to jsp(j2ee), iis(.net)
          to tomcat(j2ee), (sql server(.net) to oracle(j2ee)
          etc..

          it will be very appreciated if you can help on the
          above as soon as you can.

          Thanks and regards!
          David

          • 2. How to configure more than one DataSource in Jboss3.2? Thank
            frito

            I want to configure two DataSource to connect to two different DataBase, how can I do? Thanks.

            • 3. Re: JBoss supports Multiple JVM ?
              frito

              Why different VM? You can scope ClassLoaders and start the two services in one vm.
              Or start two instances of JBoss.

              • 4. Re: JBoss supports Multiple JVM ?
                kumaran5

                Hi Frito,

                Thanks for reply :)

                I want to clone a service running in the JBoss server and deploy that clone in same server in which the original service deployed. I think different vm will make it work . any help welcome.

                Thanks,
                Kumaran