Author: mmcallis
Date: 2008-02-05 20:25:04 -0500 (Tue, 05 Feb 2008)
New Revision: 9791
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml
Log:
minor corrections
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml 2008-02-06
00:58:13 UTC (rev 9790)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml 2008-02-06
01:25:04 UTC (rev 9791)
@@ -62,7 +62,6 @@
<context-root>/portal</context-root>
<replication-config>
<replication-trigger>SET</replication-trigger>
- <replication-type>SYNC</replication-type>
</replication-config>
<resource-ref>
<res-ref-name>jdbc/PortalDS</res-ref-name>
@@ -81,24 +80,24 @@
</screen>
</para>
<para>
- Using this example, the JBoss Portal main page would be reached by navigating to
<emphasis>http://localhost:8080/testing</emphasis>.
+ Using this example, the main JBoss Portal page would be reached by navigating to
<emphasis>http://localhost:8080/testing</emphasis>.
</para>
</listitem>
</orderedlist>
</para>
<para>
- To change the context path before building from source:
+ To change the context path when building from source:
</para>
<para>
<orderedlist>
<listitem>
<para>
- Copy the
<filename>JBOSS_PORTAL_INSTALLATION_DIRECTORY/build/etc/local.properties-example</filename>
and save it as
<filename>JBOSS_PORTAL_INSTALLATION_DIRECTORY/build/local.properties</filename>.
+ Change into the directory where the <filename>JBoss Portal Source
Code</filename> zip file was extracted to, or where the source from SVN was checked
out to. Copy the <filename>build/etc/local.properties-example</filename> file
and save it as <filename>build/local.properties</filename>.
</para>
</listitem>
<listitem>
<para>
- Open the
<filename>JBOSS_PORTAL_INSTALLATION_DIRECTORY/build/local.properties</filename>
file and edit the <computeroutput>portal.web.context-root</computeroutput>
section with the desired context path:
+ Open the <filename>build/local.properties</filename> file and edit the
<computeroutput>portal.web.context-root</computeroutput> option with the
desired context path:
</para>
<para>
<screen>
@@ -107,13 +106,13 @@
</screen>
</para>
<para>
- Using this example, the JBoss Portal main page would be reached by navigating to
<emphasis>http://localhost:8080/testing</emphasis>.
+ Using this example, the main JBoss Portal page would be reached by navigating to
<emphasis>http://localhost:8080/testing</emphasis>.
</para>
</listitem>
<listitem>
<para>
- To clean the project, make sure you are connected to the Internet, and change into
the <filename>JBOSS_PORTAL_INSTALLATION_DIRECTORY/build/</filename> directory.
Run the <command>ant clean</command> command.
+ To clean the project, make sure you are connected to the Internet, and change into
the <filename>build/</filename> directory. Run the <command>ant
clean</command> command.
</para>
</listitem>
<listitem>
@@ -128,7 +127,7 @@
<para>
By default, Tomcat holds on to the root context,
<emphasis>/</emphasis>. You may need to remove the
<filename>$JBOSS_HOME/server/default/deploy/jboss-web.deployer/ROOT.war/</filename>
directory,
or add a <filename>jboss-web.xml</filename> file, which declares
another
- context-root other than <emphasis>/</emphasis>, under the
<filename>$JBOSS_HOME/server/default/deploy/jboss-web.deployer/ROOT.war/WEB-INF/</filename>
directory, for the above changes to take affect. The following is an example
<filename>jboss-web.xml</filename> file, which changes the context path to
<computeroutput>/tomcat-root</computeroutput>:
+ context-root other than <emphasis>/</emphasis>, under the
<filename>$JBOSS_HOME/server/default/deploy/jboss-web.deployer/ROOT.war/WEB-INF/</filename>
directory, for the above changes to take affect. The following is an example
<filename>jboss-web.xml</filename> file, which changes the Tomcat context path
to <computeroutput>/tomcat-root</computeroutput>:
</para>
<para>
<programlisting><![CDATA[
Show replies by date