5 Replies Latest reply on May 2, 2006 8:51 PM by asack

    Anyway to do an unattended install?

    asack

      Check Google, used the Search button, can't find anything...the only clue is that the Wiki mentions a "-c " to the installer but not sure if that has been deprecated.

      Can you install JBoss without the installer mumbo-jumbo?

      Thanks!

        • 1. Re: Anyway to do an unattended install?
          dimitris

          If you use the .zip distribution, just unzip it and you are set (but not ejb3 preview then).

          • 2. Re: Anyway to do an unattended install?
            asack

             

            "dimitris@jboss.org" wrote:
            If you use the .zip distribution, just unzip it and you are set (but not ejb3 preview then).


            Dimitris, my exact problem! :-)!

            • 3. Re: Anyway to do an unattended install?
              peterj

              Are you trying to install on a non-GUI system? Is so, do what I did. I ran the installer on my desktop and then copied the files to the headless system. (My desktop is Windows and the headless system is SUSE Linux which I access via ssh.)

              • 4. Re: Anyway to do an unattended install?
                dbudworth

                You could also just download the src distro and compile yourself.
                EJB3 gets included in the build/output/jboss-xxx directory.
                Just zip that up and you are good to go.

                We actually check in the result of the build so we can upgrade EJB3 engines easily and just check out / update the jboss deployment to each box.

                Much easier to keep things in sync that way.

                • 5. Re: Anyway to do an unattended install?
                  asack

                   

                  "PeterJ" wrote:
                  Are you trying to install on a non-GUI system? Is so, do what I did. I ran the installer on my desktop and then copied the files to the headless system. (My desktop is Windows and the headless system is SUSE Linux which I access via ssh.)


                  That's what I'm doing as of right now, thanks....I have prebuilt clean (sort of) EJB3 JBoss bundle. I do think the installer should have a way to do an unattended install but I'll live...