Author: mposolda
Date: 2012-01-30 13:20:27 -0500 (Mon, 30 Jan 2012)
New Revision: 8325
Modified:
portal/trunk/docs/reference-guide/en-US/modules/PortalDevelopment/LocalizationConfiguration.xml
Log:
GTNPORTAL-2339 Outdated location of LocalePolicy configuration in docs
Modified:
portal/trunk/docs/reference-guide/en-US/modules/PortalDevelopment/LocalizationConfiguration.xml
===================================================================
---
portal/trunk/docs/reference-guide/en-US/modules/PortalDevelopment/LocalizationConfiguration.xml 2012-01-30
15:41:58 UTC (rev 8324)
+++
portal/trunk/docs/reference-guide/en-US/modules/PortalDevelopment/LocalizationConfiguration.xml 2012-01-30
18:20:27 UTC (rev 8325)
@@ -193,7 +193,8 @@
</programlisting>
<para>The default <literal>LocalePolicy</literal>
implementation is installed as GateIn Kernel portal service via
-
<filename>gatein.ear/lib/exo.portal.webui.portal-VERSION.jar/conf/portal/configuration.xml</filename>.
+
<filename>gatein.ear/02portal.war/WEB-INF/conf/portal/web-configuration.xml</filename>.
So here you can change it to different
+ value according to your needs.
</para>
<para>The following fragment is responsible for installing the service:
</para>
@@ -205,9 +206,6 @@
<para>Besides implementing <literal>LocalePolicy</literal>,
the service class also needs to implement
<literal>org.picocontainer.Startable</literal> interface in order
to get installed.
</para>
- <para>This configuration file should not be changed. The configuration in
it can be overriden by placing it into portal's .war file:
-
<filename>gatein.ear/02portal.war/WEB-INF/conf/configuration.xml</filename>
(usually as another file included into this one).
- </para>
</section>
<section
id="sect-Reference_Guide-Localization_Configuration-Pluggable_Locale_Policy-Non_bridged">
Show replies by date