From portal-commits at lists.jboss.org Sun Feb 3 23:44:30 2008 Content-Type: multipart/mixed; boundary="===============1037235621826582354==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r9726 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Sun, 03 Feb 2008 23:44:30 -0500 Message-ID: --===============1037235621826582354== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-02-03 23:44:30 -0500 (Sun, 03 Feb 2008) New Revision: 9726 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installa= tion.xml Log: updating 2.4. Deploying JBoss Portal 2.5. Portal Modules Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/i= nstallation.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/install= ation.xml 2008-02-04 04:12:45 UTC (rev 9725) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/install= ation.xml 2008-02-04 04:44:30 UTC (rev 9726) @@ -436,37 +436,61 @@ For further details about Datasource descriptors, please refer to t= he JBoss JDBC Datasource wiki page. - - Starting and running JBoss Portal - - Start the Server: - Go to JBOSS_HOME/bin and execute run.bat (run.sh, if Linux) - During the first boot (ever), SQL errors in the log, lik= e the one below, can be safely ignored. They - are thrown when the portal checks for the existence of the = initial tables, before it creates them for - you. - - - - - Point your browser to - http://localhost:8080/portal - , and you should see the Portal HomePage. You can now login us= ing one of the two default accounts: - user/user - or - admin/admin - . - - This installs a bare version of Portal. In previous version= s, several additional modules were deployed as - well but this has since been modularized to provide greater= flexibility. You might want to deploy - additional modules to augment Portal (see - Portal's module list for more - information). You can also deploy all the modules all at on= ce using build deploy-all - in the build directory. - - - - + + + Deploying JBoss Portal + + To start JBoss EAP or JBoss AS and deploy JBoss Portal: + + + + + + Datasource descriptor: if yo= u have not done so already, change into the setup subd= irectory where the JBoss Portal binary was extracted to. Copy the correct D= atasource descriptor file (*-ds.xml) you modified in t= he previous steps into the JBOSS_INSTALLATION_DIRECTORY/server/configuration/deploy/ directory. + + + + + Start the server: change int= o the JBOSS_INSTALLATION_DIRECTORY/bin/ directory. On = Microsoft Windows, execute run.bat. On Linux, run the ./run.sh command. + + + + + Log in to JBoss Portal: usin= g a Web browser, navigate to http://localhost:8080/portal to open the JBoss Portal homepage. Log in using one of the = two default accounts: username user, password user, or username admin, password admin: + + + + + + + + + + + + + SQL Errors + + Tables are automatically created the first time JBoss Portal star= ts. When deployed for the first time, JBoss Portal checks for the existence= of the initial tables, which have not been created yet. This causes errors= such as the following, which can safely be ignored: + + + + + + + + Portal Modules + + The previous steps install a bare version of JBoss Portal. In previous v= ersions, several additional modules were deployed as well, but this has sin= ce been modularized to provide greater flexibility. To deploy additional mo= dules, see the Portal's module list for more information. To deploy al= l modules at once, change into the build directory and= run the build deploy-all command. + + - - - - - - - + --===============1037235621826582354==--