5 Replies Latest reply on Sep 30, 2010 12:50 PM by peterj

    Configuracion entorno JBOSS

    fedex

      Buenas tardes, les hago una consulta, necesito hace deploy de otras carpetas mas alla de "default", es decir mi jboss deberia ser capaz de hacer deploy de:

       

      ../default

      ../MiCarpeta_1

      ../MiCarpeta_2

       

      y las otras

       

      Ya no se por donde buscar alguna idea?

       

      Muchas gracias,

      Saludos!

        • 1. Re: Configuracion entorno JBOSS
          jaikiran

          Fede Martin wrote:

           

          Buenas tardes, les hago una consulta, necesito hace deploy de otras carpetas mas alla de "default", es decir mi jboss deberia ser capaz de hacer deploy de:

           

          ../default

          ../MiCarpeta_1

          ../MiCarpeta_2

           

          y las otras

           

          Ya no se por donde buscar alguna idea?

           

          Muchas gracias,

          Saludos!

           

          Fede, welcome to the forums

           

          Not many (including me) in the forums understand Spanish, so please post in English.

          • 2. Re: Configuracion entorno JBOSS
            jaikiran

            For the benefit of others, the translated version of your question is:

             

            Good afternoon, I  make a query, I need to deploy it in other folders beyond the  "default", ie my jboss should be able to deploy to:

             

            .. / Default

             

            ../MiCarpeta_1

             

            ../MiCarpeta_2

             

             

            and other

             

            It is no longer  any idea where to look?

             

             

            Thank you very  much,

             

            Greetings!

            Which version of JBoss AS are you using? And which configuration files did you change? Also, not that instead of relative paths, it's better to use absolute paths.

            • 3. Re: Configuracion entorno JBOSS
              fedex

              It's ok!

               

              The next time I'll post in english... but it's very very bad!

               

              Thanks!

              • 4. Re: Configuracion entorno JBOSS
                fedex

                jaikiran pai,

                All confuguration it's ok.

                But I didn't know how start the service with two instance.

                 

                The solution was:

                 

                [root@myhost ~]# ./run.sh -b <ip-server> -c My_Instance_1

                 

                and then:

                 

                [root@myhost ~]# ./run.sh -b <ip-server> -c My_Instance_2

                 

                Well, but now I´ve other problem... the ports!

                 

                 

                One solution it's use a proxy server and another is change de ports.

                 

                I just choose the second option because I need the service online rigth now.

                 

                Thanks again!

                • 5. Re: Configuracion entorno JBOSS
                  peterj

                  You could also bind to two different IP addresses. See this concurrent discussion:

                  http://community.jboss.org/thread/62832

                   

                  (Wow, convincing the forum to provide a link to the top of a topic appears to be next to impossible...)