JBoss Portal SVN: r12347 - docs/enterprise/trunk/Installation_Guide.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2008-12-04 15:09:47 -0500 (Thu, 04 Dec 2008)
New Revision: 12347
Added:
docs/enterprise/trunk/Installation_Guide/Installation_Guide.pdf
Log:
adding guide for folks who dont have publican
Added: docs/enterprise/trunk/Installation_Guide/Installation_Guide.pdf
===================================================================
(Binary files differ)
Property changes on: docs/enterprise/trunk/Installation_Guide/Installation_Guide.pdf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 5 months
JBoss Portal SVN: r12346 - docs/enterprise/trunk/UserGuide.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2008-12-04 15:09:06 -0500 (Thu, 04 Dec 2008)
New Revision: 12346
Added:
docs/enterprise/trunk/UserGuide/Portal_User_Guide.pdf
Log:
adding guide for folks who dont have publican
Added: docs/enterprise/trunk/UserGuide/Portal_User_Guide.pdf
===================================================================
(Binary files differ)
Property changes on: docs/enterprise/trunk/UserGuide/Portal_User_Guide.pdf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 5 months
JBoss Portal SVN: r12345 - docs/enterprise/trunk/Installation_Guide/en-US.
by portal-commits@lists.jboss.org
Author: sradvan
Date: 2008-12-03 23:27:56 -0500 (Wed, 03 Dec 2008)
New Revision: 12345
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml
Log:
change jboss-eap to jboss-epp
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-04 04:27:31 UTC (rev 12344)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-04 04:27:56 UTC (rev 12345)
@@ -22,14 +22,14 @@
<itemizedlist>
<listitem>
<para>
- Unzip <literal>jboss-eap-<replaceable><release></replaceable>.zip</literal> to extract the archive contents into the location of your choice. You can do this using the JDK <literal>jar</literal> tool (or any other ZIP extraction tool). <programlisting>
- [vsr]$ <literal>cd jbeapinstallationdir</literal>
+ Unzip <literal>jboss-epp-<replaceable><release></replaceable>.zip</literal> to extract the archive contents into the location of your choice. You can do this using the JDK <literal>jar</literal> tool (or any other ZIP extraction tool). <programlisting>
+ [vsr]$ <literal>cd jbeppinstallationdir</literal>
[vsr]$ <literal>jar -xvf jboss-epp-<replaceable><release></replaceable>.zip</literal></programlisting>
</para>
</listitem>
<listitem>
<para>
- You are done with the installation! You should now have a directory called <filename>jboss-eap-<replaceable><release></replaceable></filename>. Refer to the Getting Started Guide to understand and explore the Platform Directory Structure.
+ You are done with the installation! You should now have a directory called <filename>jboss-epp-<replaceable><release></replaceable></filename>. Refer to the Getting Started Guide to understand and explore the Platform Directory Structure.
</para>
</listitem>
</itemizedlist>
17 years, 5 months
JBoss Portal SVN: r12344 - docs/enterprise/trunk/Installation_Guide/en-US.
by portal-commits@lists.jboss.org
Author: sradvan
Date: 2008-12-03 23:27:31 -0500 (Wed, 03 Dec 2008)
New Revision: 12344
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml
Log:
change instances of directoryname from EnterprisePlatform to EnterprisePortalPlatform
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml 2008-12-04 04:00:19 UTC (rev 12343)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml 2008-12-04 04:27:31 UTC (rev 12344)
@@ -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/EnterprisePlatform-4.3.0/jboss-as is the installation directory.
- export JBOSS_HOME=/home/vrenish/EnterprisePlatform-4.3.0/jboss-as
+#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
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\EnterprisePlatform-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\EnterprisePlatform-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\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.
</para>
</formalpara>
</section>
17 years, 5 months
JBoss Portal SVN: r12343 - docs/enterprise/trunk/UserGuide/en-US.
by portal-commits@lists.jboss.org
Author: smeehan
Date: 2008-12-03 23:00:19 -0500 (Wed, 03 Dec 2008)
New Revision: 12343
Modified:
docs/enterprise/trunk/UserGuide/en-US/Administration_CMS_Portlet.xml
docs/enterprise/trunk/UserGuide/en-US/JBoss_Portal_Basics.xml
docs/enterprise/trunk/UserGuide/en-US/User_Role.xml
Log:
Spelling revisions JBPORTAL-2198
Modified: docs/enterprise/trunk/UserGuide/en-US/Administration_CMS_Portlet.xml
===================================================================
--- docs/enterprise/trunk/UserGuide/en-US/Administration_CMS_Portlet.xml 2008-12-04 01:35:36 UTC (rev 12342)
+++ docs/enterprise/trunk/UserGuide/en-US/Administration_CMS_Portlet.xml 2008-12-04 04:00:19 UTC (rev 12343)
@@ -247,7 +247,7 @@
</para>
<important>
<para>
- It is important to note here that when creating links to images or other resources within the system, a user must use the relative file path to that resource. ie: images/hello.gif. Keep in mind at all times that the document base is http://localhost/portal/ by default!</para>
+ It is important to note here that when creating links to images or other resources within the system, a user must use the relative file path to that resource. ie: images/hello.i.e.,. Keep in mind at all times that the document base is http://localhost/portal/ by default!</para>
</important>
<para>
Modified: docs/enterprise/trunk/UserGuide/en-US/JBoss_Portal_Basics.xml
===================================================================
--- docs/enterprise/trunk/UserGuide/en-US/JBoss_Portal_Basics.xml 2008-12-04 01:35:36 UTC (rev 12342)
+++ docs/enterprise/trunk/UserGuide/en-US/JBoss_Portal_Basics.xml 2008-12-04 04:00:19 UTC (rev 12343)
@@ -705,7 +705,7 @@
</para>
<para>
You may delete dashboard pages at any time, by first selecting the page you want to delete using the
- popup menu at the top of the screen and then clicking the <emphasis role="bold">Delete this page</emphasis> button
+ pop-up menu at the top of the screen and then clicking the <emphasis role="bold">Delete this page</emphasis> button
at the bottom of the screen. Users are not able to delete the default dashboard page.
<mediaobject>
<imageobject>
@@ -726,7 +726,7 @@
<para>
You can add, remove and reorder portlets on a dashboard page to suit your specific requirements.
- Select the page you want to modify by using the page popup selector and then the portlet
+ Select the page you want to modify by using the page pop-up selector and then the portlet
management form. We will not explain how to use it here as it is similar to the page layout functionality
of the Admin portal, which we will look at in <xref linkend="Portal_User_Guide-Managing_Portal_Objects-Page_configuration"/>
Modified: docs/enterprise/trunk/UserGuide/en-US/User_Role.xml
===================================================================
--- docs/enterprise/trunk/UserGuide/en-US/User_Role.xml 2008-12-04 01:35:36 UTC (rev 12342)
+++ docs/enterprise/trunk/UserGuide/en-US/User_Role.xml 2008-12-04 04:00:19 UTC (rev 12343)
@@ -37,7 +37,7 @@
<title>Actions</title>
<para>
- The first page of the user management portlet displays some user related actions (eg. Search users, Create new user account) and some additional information (e.g. Registered users and Subscription mode). The registered users represent the count of all registered users and the subscription mode describes the required tasks for registering a user (i.e. first e-mail validation and then approval by the administrator).
+ The first page of the user management portlet displays some user related actions (e.g.. Search users, Create new user account) and some additional information (e.g. Registered users and Subscription mode). The registered users represent the count of all registered users and the subscription mode describes the required tasks for registering a user (i.e. first e-mail validation and then approval by the administrator).
The <emphasis>Subscription mode</emphasis> symbolizes the mode used in the User portlet. The <emphasis>Admin subscription mode</emphasis> represents
the mode used in the User management portlet.
17 years, 5 months
JBoss Portal SVN: r12342 - docs/enterprise/trunk/UserGuide/en-US.
by portal-commits@lists.jboss.org
Author: smeehan
Date: 2008-12-03 20:35:36 -0500 (Wed, 03 Dec 2008)
New Revision: 12342
Modified:
docs/enterprise/trunk/UserGuide/en-US/Book_Info.xml
Log:
title revisions JBPORTAL-2198
Modified: docs/enterprise/trunk/UserGuide/en-US/Book_Info.xml
===================================================================
--- docs/enterprise/trunk/UserGuide/en-US/Book_Info.xml 2008-12-03 22:04:33 UTC (rev 12341)
+++ docs/enterprise/trunk/UserGuide/en-US/Book_Info.xml 2008-12-04 01:35:36 UTC (rev 12342)
@@ -5,8 +5,8 @@
<bookinfo id="Portal_User_Guide-Documentation">
<title>Portal User Guide</title>
- <productname>JBoss</productname>
- <productnumber>0.1</productnumber>
+ <productname>JBoss Enterprise Portal Platform</productname>
+ <productnumber>4.3</productnumber>
<edition>1</edition>
<pubsnumber>0</pubsnumber>
<abstract>
17 years, 5 months
JBoss Portal SVN: r12341 - in docs/enterprise/trunk/Installation_Guide/en-US: images and 1 other directory.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2008-12-03 17:04:33 -0500 (Wed, 03 Dec 2008)
New Revision: 12341
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml
docs/enterprise/trunk/Installation_Guide/en-US/images/test_install.png
Log:
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2008-12-03 17:51:05 UTC (rev 12340)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2008-12-03 22:04:33 UTC (rev 12341)
@@ -7,8 +7,8 @@
<section id="sect-Portal_EAP-Configuration-Installing_an_RDBMS_JDBC_connector">
<title>Installing an RDBMS JDBC connector</title>
<para>
- A relational database management system (RDBMS) Java Database Connectivity (JDBC) connector is required for &EPP; to communicate with a database.
- &EPP; comes bundled with Hypersonic SQL (HSQL) database so that users can get started up and running quickly without having to setup
+ A relational database management system (RDBMS) Java Database Connectivity (JDBC) connector is required for &JBEPP; to communicate with a database.
+ &JBEPP; comes bundled with Hypersonic SQL (HSQL) database so that users can get started up and running quickly without having to setup
database initially. However, HSQL should not be used in production environment. Removing HSQL is simply a matter of removing
<filename>JBOSS_DIST/jboss-as/server/$CONFIG/deploy/portal-hsql-ds.xml</filename>. Test suites have been run against
the <trademark class="registered">Oracle</trademark> 9, <trademark class="registered">Oracle</trademark> 10, <trademark class="registered">Microsoft SQL Server</trademark>,
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2008-12-03 17:51:05 UTC (rev 12340)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2008-12-03 22:04:33 UTC (rev 12341)
@@ -240,7 +240,7 @@
<section id="Pre_Requisites-Configuring_Your_Java_Environment">
<title>Configuring Your Java Environment</title>
<para>
- You must have a working installation of <emphasis role="bold">JDK 1.5</emphasis> before you install &JBEAP;. You can install the 32-bit or 64-bit JVM as per your requirements. In this guide we will show you how to install a 32-bit Sun JDK 5.0 using RHN, on a generic Linux Platform and Microsoft Windows Platform. But before we do that let's take a look at some of the benefits of using a 64-bit JVM.
+ You must have a working installation of <emphasis role="bold">JDK 1.5</emphasis> before you install &JBEPP;. You can install the 32-bit or 64-bit JVM as per your requirements. In this guide we will show you how to install a 32-bit Sun JDK 5.0 using RHN, on a generic Linux Platform and Microsoft Windows Platform. But before we do that let's take a look at some of the benefits of using a 64-bit JVM.
<itemizedlist id="Configuring_Your_Java_Environment-Benefits_of_64_bit_JVM_on_64_bit_OS_and_Hardware">
<title>Benefits of 64-bit JVM on 64-bit OS and Hardware:</title>
<listitem>
@@ -421,13 +421,13 @@
</section>
<section id="Getting_Started-Components_of_JBoss_Enterprise_Application_Platform">
- <title>Components of &JBEAP;</title>
+ <title>Components of &JBEPP;</title>
<para>For current information on the revision level of included components please refer to <ulink url="http://www.jboss.com/products/platforms/application/components">http://www.jboss.com/products/platforms/application/components</ulink>.
</para>
<!--<para>
- Below is a listing of the components of &JBEAP; and their revision level at the time of writing. For an updated list of component revision levels please refer to <ulink url="http://www.redhat.com/docs/manuals/jboss">http://www.redhat.com/docs/manuals/jboss</ulink>.
+ Below is a listing of the components of &JBEPP; and their revision level at the time of writing. For an updated list of component revision levels please refer to <ulink url="http://www.redhat.com/docs/manuals/jboss">http://www.redhat.com/docs/manuals/jboss</ulink>.
</para>
<para>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml 2008-12-03 17:51:05 UTC (rev 12340)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Test_Your_Installation.xml 2008-12-03 22:04:33 UTC (rev 12341)
@@ -42,7 +42,7 @@
</para>
</note>
<para>
- Now open <literal>http://localhost:8080</literal> in your web browser. (Make sure you dont have anything else already on your machine using that port).<footnote><para>
+ Now open <literal>http://localhost:8080/portal</literal> in your web browser. (Make sure you dont have anything else already on your machine using that port).<footnote><para>
Note that on some machines, the name localhost won’t resolve properly and you should use the local loopback address 127.0.0.1 instead.</para></footnote> The contents of your page should look similar to this: <xref linkend="Test_your_Installation-Test_your_Installation" />.
</para>
<para>
@@ -56,7 +56,7 @@
</figure>
</para>
<para>
- You are now ready to use the JBoss Enterprise Application Platform. Refer to the Getting Started Guide for more information about the platform layout and example applications showcasing JBoss in action.
+ You are now ready to use the JBoss Enterprise Portal Platform. Refer to the User Guide and Reference Guide for more information about the platform layout and example applications showcasing JBoss Portal in action.
</para>
</chapter>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/images/test_install.png
===================================================================
(Binary files differ)
17 years, 5 months
JBoss Portal SVN: r12340 - in docs/enterprise/trunk/Installation_Guide: en-US and 1 other directory.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2008-12-03 12:51:05 -0500 (Wed, 03 Dec 2008)
New Revision: 12340
Modified:
docs/enterprise/trunk/Installation_Guide/Makefile
docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml
docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml
docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml
docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml
Log:
Changing EAP ref to EPP and some DB stuff.
Modified: docs/enterprise/trunk/Installation_Guide/Makefile
===================================================================
--- docs/enterprise/trunk/Installation_Guide/Makefile 2008-12-03 17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/Makefile 2008-12-03 17:51:05 UTC (rev 12340)
@@ -6,7 +6,7 @@
BRAND = JBoss
#OTHER_LANGS = as-IN bn-IN de-DE es-ES fr-FR gu-IN hi-IN it-IT ja-JP kn-IN ko-KR ml-IN mr-IN or-IN pa-IN pt-BR ru-RU si-LK ta-IN te-IN zh-CN zh-TW
-OTHER_LANGS = de-DE es-ES fr-FR ja-JP pt-BR zh-CN
+#OTHER_LANGS = de-DE es-ES fr-FR ja-JP pt-BR zh-CN
TRANSLATIONS = $(XML_LANG) $(OTHER_LANGS)
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2008-12-03 17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Configuration.xml 2008-12-03 17:51:05 UTC (rev 12340)
@@ -7,7 +7,14 @@
<section id="sect-Portal_EAP-Configuration-Installing_an_RDBMS_JDBC_connector">
<title>Installing an RDBMS JDBC connector</title>
<para>
- A relational database management system (RDBMS) Java Database Connectivity (JDBC) connector is required for JBoss Portal to communicate with a database. Test suites have been run against the <trademark class="registered">Oracle</trademark> 9, <trademark class="registered">Oracle</trademark> 10, <trademark class="registered">Microsoft SQL Server</trademark>, MySQL 4, MySQL 5, and PostgreSQL 8 databases - these databases are recommended for production use. Please refer to your database documentation for the correct RDBMS JDBC connector. The MySQL RDBMS JDBC connector can be downloaded from <ulink url="http://www.mysql.com/products/connector/j/"></ulink>, and the PostgreSQL RDBMS JDBC connector can be downloaded from <ulink url="http://jdbc.postgresql.org/download.html"></ulink>.
+ A relational database management system (RDBMS) Java Database Connectivity (JDBC) connector is required for &EPP; to communicate with a database.
+ &EPP; comes bundled with Hypersonic SQL (HSQL) database so that users can get started up and running quickly without having to setup
+ database initially. However, HSQL should not be used in production environment. Removing HSQL is simply a matter of removing
+ <filename>JBOSS_DIST/jboss-as/server/$CONFIG/deploy/portal-hsql-ds.xml</filename>. Test suites have been run against
+ the <trademark class="registered">Oracle</trademark> 9, <trademark class="registered">Oracle</trademark> 10, <trademark class="registered">Microsoft SQL Server</trademark>,
+ MySQL 4, MySQL 5, and PostgreSQL 8 databases - these databases are recommended for production use. Please refer to your database documentation for the correct
+ RDBMS JDBC connector. The MySQL RDBMS JDBC connector can be downloaded from <ulink url="http://www.mysql.com/products/connector/j/"></ulink>, and the
+ PostgreSQL RDBMS JDBC connector can be downloaded from <ulink url="http://jdbc.postgresql.org/download.html"></ulink>.
</para>
<para>
Refer to the help files in each download for installation instructions. In most cases, the RDBMS JDBC connector comes as a <computeroutput>.jar</computeroutput> file. Copy this file into the <filename>$JBOSS_HOME/server/<replaceable>configuration</replaceable>/lib/</filename> directory.
@@ -17,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>JBoss Portal <replaceable>x.x.x</replaceable> binary distribution</computeroutput> file was extracted to. For example, if JBoss Portal was extracted into the <filename>/jboss/</filename> directory, the sample Datasource descriptors would be in the <filename>/jboss/jboss-portal-<replaceable>x.x.x</replaceable>/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>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>/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/Databases.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml 2008-12-03 17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Databases.xml 2008-12-03 17:51:05 UTC (rev 12340)
@@ -5,9 +5,7 @@
<chapter id="chap-Portal_EAP-Databases">
<title>Databases</title>
<para>
- &EPP; comes bundled with Hypersonic SQL (HSQL) database so that users can get started up and running quickly without having to setup
- database initially. However, HSQL should not be used in production environment. Removing HSQL is simply a matter of removing
- <filename>JBOSS_DIST/jboss-as/server/production/deploy/portal-hsql-ds.xml</filename>. The following chapter contains examples for how to use
+ The following chapter contains examples for how to use
MySQL databases to store JBoss Enterprise Portal user information.
</para>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-03 17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation.xml 2008-12-03 17:51:05 UTC (rev 12340)
@@ -24,7 +24,7 @@
<para>
Unzip <literal>jboss-eap-<replaceable><release></replaceable>.zip</literal> to extract the archive contents into the location of your choice. You can do this using the JDK <literal>jar</literal> tool (or any other ZIP extraction tool). <programlisting>
[vsr]$ <literal>cd jbeapinstallationdir</literal>
- [vsr]$ <literal>jar -xvf jboss-eap-<replaceable><release></replaceable>.zip</literal></programlisting>
+ [vsr]$ <literal>jar -xvf jboss-epp-<replaceable><release></replaceable>.zip</literal></programlisting>
</para>
</listitem>
<listitem>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml 2008-12-03 17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml 2008-12-03 17:51:05 UTC (rev 12340)
@@ -8,9 +8,9 @@
<xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Post_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Uninstall_JBoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Databases.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Test_Your_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Uninstall_JBoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
</book>
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml 2008-12-03 17:38:39 UTC (rev 12339)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Uninstall_JBoss.xml 2008-12-03 17:51:05 UTC (rev 12340)
@@ -5,7 +5,7 @@
<chapter id="Uninstall_JBoss">
<title>Uninstall JBoss</title>
<para>
- As JBoss Enterprise Application Platform was installed from a zipfile, you may uninstall it by simply deleting the &JBEPP; installed directory.
+ As JBoss Enterprise Portal Platform was installed from a zipfile, you may uninstall it by simply deleting the &JBEPP; installed directory.
</para>
</chapter>
17 years, 5 months
JBoss Portal SVN: r12339 - docs/enterprise/trunk/Installation_Guide/en-US.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2008-12-03 12:38:39 -0500 (Wed, 03 Dec 2008)
New Revision: 12339
Removed:
docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent
docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.xml
Log:
it's first release of epp so no CP03
Deleted: docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent 2008-12-03 17:06:23 UTC (rev 12338)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.ent 2008-12-03 17:38:39 UTC (rev 12339)
@@ -1,6 +0,0 @@
-<!ENTITY JBEAP "JBoss Enterprise Application Platform">
-<!ENTITY JBEPP "JBoss Enterprise Portal Platform">
-<!ENTITY JBEPPVERS "4.3">
-<!ENTITY JBEAPVERS "4.3">
-<!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2008">
Deleted: docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.xml 2008-12-03 17:06:23 UTC (rev 12338)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide_CP03.xml 2008-12-03 17:38:39 UTC (rev 12339)
@@ -1,16 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
-]>
-
-<book>
- <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Post_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Uninstall_JBoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Databases.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Test_Your_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
-</book>
17 years, 5 months
JBoss Portal SVN: r12338 - docs/enterprise/trunk/Installation_Guide/en-US.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2008-12-03 12:06:23 -0500 (Wed, 03 Dec 2008)
New Revision: 12338
Added:
docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.ent
docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml
Log:
renaming files
Added: docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.ent
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.ent (rev 0)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.ent 2008-12-03 17:06:23 UTC (rev 12338)
@@ -0,0 +1,6 @@
+<!ENTITY JBEAP "JBoss Enterprise Application Platform">
+<!ENTITY JBEPP "JBoss Enterprise Portal Platform">
+<!ENTITY JBEPPVERS "4.3">
+<!ENTITY JBEAPVERS "4.3">
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2008">
Added: docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml (rev 0)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Installation_Guide.xml 2008-12-03 17:06:23 UTC (rev 12338)
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+
+<book>
+ <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Post_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Uninstall_JBoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Databases.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Test_Your_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
+</book>
17 years, 5 months