From portal-commits at lists.jboss.org Mon Nov 26 09:56:57 2007 Content-Type: multipart/mixed; boundary="===============7891899557693932307==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r9109 - in docs/branches/JBoss_Portal_Branch_2_6/referenceGuide: en/modules and 1 other directory. Date: Mon, 26 Nov 2007 09:52:55 -0500 Message-ID: --===============7891899557693932307== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: thomas.heute(a)jboss.com Date: 2007-11-26 09:52:55 -0500 (Mon, 26 Nov 2007) New Revision: 9109 Added: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/jbossPor= tletDTD.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portalOb= jectsDTD.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portletI= nstancesDTD.xml Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/build.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configur= ation.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/contenti= ntegration.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installa= tion.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portalap= i.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supporte= d.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorial= s.xml Log: - Created a simple task to convert DTDs to docbook - Added full DTDs as appendix - Minor updates for 2.6.3 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/build.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/build.xml 2007-11-= 26 14:29:16 UTC (rev 9108) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/build.xml 2007-11-= 26 14:52:55 UTC (rev 9109) @@ -12,6 +12,59 @@ = + + + + + + + + + = + + + + + + + + + + + + + + + + + + + + + + + ]]>${title}<![CDATA[ + + + + + + + + = +]]> + + +]]> + + = + + = Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/c= onfiguration.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/configu= ration.xml 2007-11-26 14:29:16 UTC (rev 9108) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configu= ration.xml 2007-11-26 14:52:55 UTC (rev 9109) @@ -29,7 +29,6 @@ number manually. To change it, you need to edit the file $JBOSS_HOME/s= erver/default/deploy/jboss-web.deployer/server.xml - ($JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar= /server.xml on JBoss AS 4.0.x) and change the port value of the HTTP Connector. @@ -61,7 +60,6 @@ By default, Tomcat holds on to the root context '/'. You may need= to either remove $JBOSS_HOME/server/default/deploy/jboss-web.deployer/ROO= T.war - ($JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar= /ROOT.war on JBoss AS 4.0.x) or add a jboss-web.xml file (declaring another= context-root other than '/') under ROOT.war/WEB-INF directory for the below chang= es to take effect on restart. Depending on your needs, there are several different methods to g= et JBoss Portal up and running. Pre-configured clustered versions are available from the - download page - , in the same 3 flavors as the non-clustered version. The install= ation differences, being that they must be - deployed in the - all + download page. + The installation differences, being that they must be deployed in= the all configuration in JBoss AS and all your instances must reference t= he same datasource. Read - - for more details on how to customize your clustered install, once= deployed. + for more details on how to customi= ze your clustered install, once deployed. - - Installation of JBoss Portal on former version of JBoss AS= - If you need to install JBoss Portal on JBoss AS 4.0.x, plea= se refer to the dedicated - wiki page. - - Installing from Bundled Download This is the easiest and fastest way to get JBoss Portal instal= led and running. The reason is that the - download bundle contains JBoss Application Server, and JBoss Port= al uses the embedded Hypersonic - Database. + download bundle contains JBoss Application Server, and JBoss Port= al uses the embedded Hypersonic Database. Installing the Bundle @@ -63,8 +53,7 @@ , and you should see the Portal HomePage. You can now login us= ing one of the two default accounts: user/user or - admin/admin - . + admin/admin. @@ -100,7 +89,7 @@ Application Server Setup Of course you will need to install JBoss Application Ser= ver prior to installing JBoss - portal, if you didn't do so yet, please install JBoss EAP 4= .2 or JBoss AS 4.2.1. If you have a + portal, if you didn't do so yet, please install JBoss EAP 4= .2 or JBoss AS 4.2.2. If you have a subscription contract with Red Hat, can have access to the = EAP version from the s= upport portal. For the other versions you can get them @@ -261,7 +250,7 @@ Application Server Setup Of course you will need to install JBoss Application Ser= ver prior to installing JBoss - portal, if you didn't do so yet, please install JBoss EAP 4= .2 or JBoss AS 4.2.1. If you have a + portal, if you didn't do so yet, please install JBoss EAP 4= .2 or JBoss AS 4.2.2. If you have a subscription contract with Red Hat, can have access to the = EAP version from the s= upport portal. For the other versions you can get them Added: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/jbos= sPortletDTD.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/jbossPo= rtletDTD.xml (rev 0) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/jbossPo= rtletDTD.xml 2007-11-26 14:52:55 UTC (rev 9109) @@ -0,0 +1,299 @@ + + = + + + jboss-portlet.xml DTD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = +]]> + + + = \ No newline at end of file Added: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/port= alObjectsDTD.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/portalO= bjectsDTD.xml (rev 0) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portalO= bjectsDTD.xml 2007-11-26 14:52:55 UTC (rev 9109) @@ -0,0 +1,344 @@ + + = + + + *-object.xml DTD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = +]]> + + + = \ No newline at end of file Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/p= ortalapi.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/portala= pi.xml 2007-11-26 14:29:16 UTC (rev 9108) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portala= pi.xml 2007-11-26 14:52:55 UTC (rev 9109) @@ -587,7 +587,9 @@ optional-attribute-name=3D"Registry" proxy-type=3D"attribute">portal:service=3DListenerRegistry test_listener - org.jboss.portal.core.samples.bas= ic.event.PortletB$Listener + + org.jboss.portal.core.samples.basic.event.PortletB$Listener + ]]> For node events, we also need to declare on which node we want= to listen, this is done by modifying the *-object.xml that defines your portal n= odes. In this example we want to trigger Added: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/port= letInstancesDTD.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/portlet= InstancesDTD.xml (rev 0) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portlet= InstancesDTD.xml 2007-11-26 14:52:55 UTC (rev 9109) @@ -0,0 +1,191 @@ + + = + + + portlet-instances.xml DTD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = +]]> + + + = \ No newline at end of file Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/s= upported.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/support= ed.xml 2007-11-26 14:29:16 UTC (rev 9108) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/support= ed.xml 2007-11-26 14:52:55 UTC (rev 9109) @@ -20,15 +20,12 @@ Minimum System Requirements - JDK 1.4 or JDK 5 (JDK 6 is not part of the test plat= form) + JDK 5 (JDK 6 is not part of the test platform) 512 MB RAM 100 MB hard disk space 400 MHz CPU - - JBoss Portal 2.6.2 is the last release to support JDK 1.4.<= /para> - Supported Operating Systems @@ -38,13 +35,11 @@ JBoss Application Server - JBoss Portal 2.6.2 is tested with JBoss AS 4.0.5, JBoss AS 4.2= .1 and JBoss EAP 4.2. It is - highly recommended to use JBoss Portal 2.6.2 with JBoss Enterprise A= pplication Platform 4.2 for - customers who have access to it through the support portal and JBoss= AS 4.2.1 for everybody else. + JBoss Portal 2.6.3 is tested with JBoss AS 4.2.1, JBoss AS 4.2= .2 and JBoss EAP 4.2. It is + highly recommended to use JBoss Portal 2.6.3 with JBoss Enterprise A= pplication Platform 4.2 for + customers who have access to it through the support portal and JBoss= AS 4.2.2 for everybody else. - Versions before 4.0.4 of JBoss Application Server are not = supported with this version of JBoss Portal. - And JBoss AS 4.0.5 will not be supported in newer release of JBos= s Portal. - + 4.0.x versions are not supported Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/t= utorials.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/tutoria= ls.xml 2007-11-26 14:29:16 UTC (rev 9108) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutoria= ls.xml 2007-11-26 14:52:55 UTC (rev 9109) @@ -479,7 +479,7 @@ Deploying a portlet is as simple as copying/moving helloworldportlet.war to your server deploy directory. Doing t= his on a running instance of JBoss Portal and application server, will trigger a hot-deploy of your portlet: - = @@ -1149,7 +1149,7 @@ - + + -> @@ -1283,6 +1283,6 @@ - + \ No newline at end of file --===============7891899557693932307==--