2 Replies Latest reply on Apr 11, 2008 1:17 AM by praveenas

    Unable to run the war file deployed in "All" mode of server

    praveenas

      Hi., As I am running the portal war file and it require the clustering support, I want to run the jboss in "all" mode in jboss-4.2.2.GA version. But I was unable to do that, when, I ve run the same war file my making necessary changes related to path, in the configuration files, I could run that when deployed in "default" mode.

      I ve run with the command, ./run.sh -b 10.20.220.15


      Please let me know where I might have gone wrong with.

        • 1. Re: Unable to run the war file deployed in
          peterj

          When you say

          I want to run the jboss in "all" mode in jboss-4.2.2.GA
          . do you meant that you ran as follows:

          ./run.sh -c all -b 10.20.220.15

          (I ask because the run command you posted runs the 'default' configuration, not the 'all configuration.)

          If your post is incorrect, and you really did run with the "-c all" option, what error were you seeing? Without the errors, it is impossible to say what is wrong.

          Also, you mention a "portal war file." Is this JBoss Portal?

          • 2. Re: Unable to run the war file deployed in
            praveenas

            Hi,

            Yes, Now I could run with this command. Thank you. And I am not running by jboss portal server. Our company product is very much like a portal. Its about to be improved like a platform. We are concentrating on clustering currently.