Author: woonsan
Date: Fri Jan 15 09:49:18 2010
New Revision: 899575

URL: http://svn.apache.org/viewvc?rev=899575&view=rev
Log:
JS2-1095: Fixing the portal pages directory path with the default installation 
options.

Modified:
    
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-simple-portlet.xml

Modified: 
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-simple-portlet.xml
URL: 
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-simple-portlet.xml?rev=899575&r1=899574&r2=899575&view=diff
==============================================================================
--- 
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-simple-portlet.xml
 (original)
+++ 
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-simple-portlet.xml
 Fri Jan 15 09:49:18 2010
@@ -108,9 +108,16 @@
                        </subsection>
                        <subsection name="6. The PSML">
                        <p>
-                       Create the file simplest.psml and copy it to the
-                        
<code>$CATALINA_HOME/webapps/jetspeed/WEB-INF/pages</code> 
-                        directory of your Jetspeed Portal.
+                       Create the file simplest.psml and copy it to the portal 
pages directory of your Jetspeed Portal, 
+                        <code>$CATALINA_HOME/pages/</code>.
+            </p>
+            <p>
+              <em>Note: If you have different portal pages directory path set 
by <CODE>psml.pages.path</CODE> property 
+                        in <a 
href="../deployguide/jetspeed-properties.html">Jetspeed Properties</a>,
+                        please use the portal pages directory.
+              </em>
+            </p>
+            <p>
                        The portlet-app id and the portlet-name are combined to 
identify the portlet fragment.
                         Alternatively one can use the portlet chooser by 
clicking on the edit page icon.
                         Your user must have the permission to edit pages. The 
user <code>admin</code> password


Reply via email to