Author: thomas.heute(a)jboss.com
Date: 2009-01-27 14:54:31 -0500 (Tue, 27 Jan 2009)
New Revision: 12673
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml
docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml
docs/enterprise/trunk/Reference_Guide/en-US/Tutorials.xml
docs/enterprise/trunk/Reference_Guide/en-US/URLs.xml
docs/enterprise/trunk/Reference_Guide/en-US/WSRP.xml
docs/enterprise/trunk/Reference_Guide/en-US/Widget_Integration.xml
docs/enterprise/trunk/Reference_Guide/en-US/Workflow.xml
docs/enterprise/trunk/Reference_Guide/en-US/XML_Descriptors.xml
Log:
minor
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2009-01-27 19:46:11
UTC (rev 12672)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2009-01-27 19:54:31
UTC (rev 12673)
@@ -24,7 +24,7 @@
<section id="sect-Portal_EAP-Configuration-Datasource_Descriptors">
<title>Datasource Descriptors</title>
<para>
- A Datasource descriptor is required for JBoss Portal to communicate with a database.
Sample Datasource descriptor files are provided for the Hypersonic SQL, <trademark
class="registered">Microsoft SQL Server</trademark>, MySQL,
<trademark class="registered">Oracle</trademark>, and PostgreSQL
databases. These can be found in the <filename>setup/</filename> subdirectory
where the <computeroutput>EPP <replaceable>x.x.x</replaceable> binary
distribution</computeroutput> file was extracted to. For example, if EPP was
extracted into the <filename>/jboss/</filename> directory, the sample
Datasource descriptors would be in the
<filename>/jboss/jboss-epp-<replaceable>x.x.x</replaceable>/jboss-as/docs/portal/setup</filename>
directory.
+ A Datasource descriptor is required for JBoss Portal to communicate with a database.
Sample Datasource descriptor files are provided for the Hypersonic SQL, <trademark
class="registered">Microsoft SQL Server</trademark>, MySQL,
<trademark class="registered">Oracle</trademark>, and PostgreSQL
databases. These can be found in the
<filename>/jboss-as/docs/portal/setup/</filename> subdirectory where the
<computeroutput>EPP <replaceable>x.x.x</replaceable> binary
distribution</computeroutput> file was extracted to. For example, if EPP was
extracted into the <filename>/jboss/</filename> directory, the sample
Datasource descriptors would be in the
<filename>/jboss/jboss-epp-<replaceable>x.x.x</replaceable>/jboss-as/docs/portal/setup</filename>
directory.
</para>
<para>
The sample Datasource descriptors will work with default installations of external
databases; however, you may need to configure the correct username and password. As well,
the sample MySQL and PostgreSQL Datasource descriptors assume the name of the database to
be <computeroutput>jbossportal</computeroutput>.
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml 2009-01-27
19:46:11 UTC (rev 12672)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml 2009-01-27
19:54:31 UTC (rev 12673)
@@ -14,8 +14,8 @@
<para>
Create an environment variable that points to the installation directory
(<filename>JBOSS_DIST/jboss-as</filename>) and call it
<literal>JBOSS_HOME</literal>. Add
<literal>$JBOSS_HOME/bin</literal> to the system path to be able to run the
server from the command line. You can do this by adding the following lines to the
<filename>.bashrc</filename> file in your home directory.
<programlisting>
-#In this example /home/vrenish/EnterprisePortalPlatform-4.3.0/jboss-as is the
installation directory.
- export JBOSS_HOME=/home/vrenish/EnterprisePortalPlatform-4.3.0/jboss-as
+#In this example /home/user/jboss-epp-4.3/jboss-as is the installation directory.
+ export JBOSS_HOME=/home/user/jboss-epp-4.3/jboss-as
export PATH=$PATH:$JBOSS_HOME/bin
</programlisting>
Set this variable for the user account(s) that will run the server.
@@ -26,7 +26,7 @@
On Microsoft Windows
</title>
<para>
- Create an environment variable called <literal>JBOSS_HOME</literal> that
points to the installation directory, for example: C:\Program
Files\EnterprisePortalPlatform-4.3.0\jboss-as\. In order to run the server from the
command line add the <filename>bin</filename> directory to your path, for
example: C:\Program Files\EnterprisePortalPlatform-4.3.0\jboss-as\bin. To do this, open
the Control Panel from the Start Menu, switch to Classic View if necessary, open the
System Control Panel applet, select the Advanced Tab, and click on the Environment
Variables button.
+ Create an environment variable called <literal>JBOSS_HOME</literal> that
points to the installation directory, for example: C:\Program
Files\jboss-epp-4.3\jboss-as\. In order to run the server from the command line add the
<filename>bin</filename> directory to your path, for example: C:\Program
Files\jboss-epp-4.3\jboss-as\bin. To do this, open the Control Panel from the Start Menu,
switch to Classic View if necessary, open the System Control Panel applet, select the
Advanced Tab, and click on the Environment Variables button.
</para>
</formalpara>
</section>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml 2009-01-27
19:46:11 UTC (rev 12672)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml 2009-01-27
19:54:31 UTC (rev 12673)
@@ -8,19 +8,19 @@
After you have installed the JBoss Enterprise Portal Platform, it is wise to perform a
simple startup test to validate that there are no major problems with your Java
VM/operating system combination. Make sure you have set the
<literal>JBOSS_HOME</literal> envirnoment variables as explained in <ulink
url="Post_Installation_Configuration"/>. To test your installation, move to
<filename>JBOSS_DIST/jboss-as/bin</filename> directory and execute the
<filename>run.bat</filename> (for Windows) or
<filename>run.sh</filename> (for Linux) script, as appropriate for your
operating system. Your output should look like the following (accounting for installation
directory differences) and contain no error or exception messages:
</para>
<programlisting>
-[vrenish@vinux bin]$ ./run.sh
+[user@localhost bin]$ ./run.sh
=====================================================
JBoss Bootstrap Environment
- JBOSS_HOME: /home/vrenish/jboss-eap-4.3/jboss-as
+ JBOSS_HOME: /home/user/jboss-eap-4.3/jboss-as
JAVA: /usr/java/jdk1.5.0_11/bin/java
JAVA_OPTS: -Dprogram.name=run.sh -server -Xms1503m -Xmx1503m -Dsun.rmi.dgc.cli
ent.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.prefer IPv4Stack=true
- CLASSPATH: /home/vrenish/jboss-eap-4.3/jboss-as/bin/run.jar:/u
sr/java/jdk1.5.0_11/lib/tools.jar
+ CLASSPATH: /home/user/jboss-eap-4.3/jboss-as/bin/run.jar:/u
sr/java/jdk1.5.0_11/lib/tools.jar
=====================================================
Modified: docs/enterprise/trunk/Reference_Guide/en-US/Tutorials.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/Tutorials.xml 2009-01-27 19:46:11 UTC (rev
12672)
+++ docs/enterprise/trunk/Reference_Guide/en-US/Tutorials.xml 2009-01-27 19:54:31 UTC (rev
12673)
@@ -3,16 +3,6 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter id="tutorials">
- <!-- <chapterinfo>
- <author>
- <firstname>Chris</firstname>
- <surname>Laprun</surname>
- </author>
- <author>
- <firstname>Thomas</firstname>
- <surname>Heute</surname>
- </author>
- </chapterinfo>-->
<title>Portlet Primer</title>
<section id="portlet_primer">
<title>JSR-168 and JSR-286 overview</title>
@@ -132,7 +122,7 @@
find the
<emphasis>SimplestHelloWorld</emphasis>
portlet in the
- <literal>jboss-epp-4.3/jboss-as/docs/portal</literal>
+
<literal>jboss-epp-4.3/jboss-as/docs/portal/examples</literal>
directory of your distribution.
</para>
</section>
@@ -745,7 +735,7 @@
page to render the markup. We will use the portlet tag library to
generate
links to our portlet in different ways and use the other standard portlet
modes. This example can be found in the directory
-
<literal>jboss-epp-4.3/jboss-as/docs/portal/JSPHelloUser</literal>.
+
<literal>jboss-epp-4.3/jboss-as/docs/portal/examples/JSPHelloUser</literal>.
Use <literal>mvn package</literal> then copy
<filename>JSPHelloUser/target/JSPHelloUser-0.0.1.war</filename>
in the <literal>deploy</literal> directory of JBoss
Application Server.
Point your browser to <literal></literal>, you should see the
following:
@@ -1117,7 +1107,7 @@
<para>In order to write a portlet using JSF we need a piece of software
called 'bridge' that
lets us write a portlet application as if it was a JSF application, the
bridge takes care of the
interactions between the two layers.</para>
- <para>Such an example is available in
jboss-epp-4.3/jboss-as/docs/portal/JSFHelloUser, it uses the JBoss Portlet Bridge.
+ <para>Such an example is available in
jboss-epp-4.3/jboss-as/docs/portal/examples/JSFHelloUser, it uses the JBoss Portlet
Bridge.
The configuration is slightly different from a JSP application, since it is a
bit tricky it is usally a good
idea to copy an existing application that starting from
scratch.</para>
<para>First, as any JSF application, the file
<literal>faces-config.xml</literal> is required. It includes
Modified: docs/enterprise/trunk/Reference_Guide/en-US/URLs.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/URLs.xml 2009-01-27 19:46:11 UTC (rev
12672)
+++ docs/enterprise/trunk/Reference_Guide/en-US/URLs.xml 2009-01-27 19:54:31 UTC (rev
12673)
@@ -3,20 +3,7 @@
"http://www.docbook.org/xml/4.5/docbookx.dtd">
<chapter id="urls">
- <!--<chapterinfo>
- <author>
- <firstname>Julien</firstname>
- <surname>Viet</surname>
- </author>
- <author>
- <firstname>Thomas</firstname>
- <surname>Heute</surname>
- </author>
- <author>
- <firstname>Roy</firstname>
- <surname>Russo</surname>
- </author>
- </chapterinfo>-->
+
<title>Portal URLs</title>
<section>
<title>Introduction to Portals</title>
Modified: docs/enterprise/trunk/Reference_Guide/en-US/WSRP.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/WSRP.xml 2009-01-27 19:46:11 UTC (rev
12672)
+++ docs/enterprise/trunk/Reference_Guide/en-US/WSRP.xml 2009-01-27 19:54:31 UTC (rev
12673)
@@ -3,17 +3,6 @@
"http://www.docbook.org/xml/4.5/docbookx.dtd">
<chapter id="wsrp">
-<!-- <chapterinfo>
- <author>
- <firstname>Julien</firstname>
- <surname>Viet</surname>
- </author>
- <author>
- <firstname>Chris</firstname>
- <surname>Laprun</surname>
- </author>
- </chapterinfo>-->
-
<title>Web Services for Remote Portlets (WSRP)</title>
<section>
Modified: docs/enterprise/trunk/Reference_Guide/en-US/Widget_Integration.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/Widget_Integration.xml 2009-01-27 19:46:11
UTC (rev 12672)
+++ docs/enterprise/trunk/Reference_Guide/en-US/Widget_Integration.xml 2009-01-27 19:54:31
UTC (rev 12673)
@@ -3,12 +3,7 @@
"http://www.docbook.org/xml/4.5/docbookx.dtd">
<chapter id="widgets">
- <!-- <chapterinfo>
- <author>
- <firstname>Emanuel</firstname>
- <surname>Muckenhuber</surname>
- </author>
- </chapterinfo>-->
+
<title>Widget Integration</title>
<section>
<title>Introduction</title>
Modified: docs/enterprise/trunk/Reference_Guide/en-US/Workflow.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/Workflow.xml 2009-01-27 19:46:11 UTC (rev
12672)
+++ docs/enterprise/trunk/Reference_Guide/en-US/Workflow.xml 2009-01-27 19:54:31 UTC (rev
12673)
@@ -3,13 +3,6 @@
"http://www.docbook.org/xml/4.5/docbookx.dtd">
<chapter id="workflow">
- <!-- <chapterinfo>
- <author>
- <firstname>Sohil</firstname>
- <surname>Shah</surname>
- <email>sshah @ redhat dot com</email>
- </author>
- </chapterinfo>-->
<title>Portal Workflow</title>
<para>
JBoss Portal packages a Workflow Service based on jBPM. This service provides you
with the jBPM services that your
Modified: docs/enterprise/trunk/Reference_Guide/en-US/XML_Descriptors.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/XML_Descriptors.xml 2009-01-27 19:46:11
UTC (rev 12672)
+++ docs/enterprise/trunk/Reference_Guide/en-US/XML_Descriptors.xml 2009-01-27 19:54:31
UTC (rev 12673)
@@ -3,16 +3,6 @@
"http://www.docbook.org/xml/4.5/docbookx.dtd">
<chapter id="xmldescriptors">
- <!-- <chapterinfo>
- <author>
- <firstname>Thomas</firstname>
- <surname>Heute</surname>
- </author>
- <author>
- <firstname>Roy</firstname>
- <surname>Russo</surname>
- </author>
- </chapterinfo>-->
<title>XML Descriptors</title>
<section>
<title>DTDs</title>