2 Replies Latest reply on May 28, 2008 12:05 PM by vgriffin

    Quickstart with existing JBoss

      I've already got JBoss 4.2.2 GA installed and configured. I'd like to be able to add the unbundled portal code, but the quickstart doesn't tell me how.

      I even looked at the quickstart contained under the unbundled version and it said to stert witn the bundled version....

      Because I know that JBoss can be "amusing" to configure if you don't know all of the files to deal with, I'm going to use the bundled version today.

        • 1. Re: Quickstart with existing JBoss
          peterj

          The bundled version is JBossAS + Portal with the Portal configured to use Hypersonic.

          If you have JBossAS already, here is what to do to add the Portal and Hypersonic support (assuming Portal 2.6.5):

          1) Download and unzip the Portal binary
          2) Copy jboss-portal-2.6.5.GA/jboss-portal.sar to jboss_home/server/xxx/deploy (where xxx is the config name, such as "default")
          3) Copy the jboss-portal-2.6.5.GA/setup/portal-hsqldb-ds.xml to jboss_home/server/xxx/deploy.

          You JBossAS setup know is configured just like the bundle.

          • 2. Re: Quickstart with existing JBoss

            Thanks! I'll try that.