Author: woonsan
Date: Mon Sep 28 16:00:25 2009
New Revision: 819620
URL: http://svn.apache.org/viewvc?rev=819620&view=rev
Log:
JS2-1071: Adding a configuration note for Tomcat to support session sharing
feature properly.
Modified:
portals/site/applications/src/site/xdoc/webcontent/index.xml
Modified: portals/site/applications/src/site/xdoc/webcontent/index.xml
URL:
http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent/index.xml?rev=819620&r1=819619&r2=819620&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent/index.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent/index.xml Mon Sep 28
16:00:25 2009
@@ -206,6 +206,17 @@
</subsection>
<subsection name='ReverseProxyService Configurations'>
<p>
+ <em>
+ Note: The ReverseProxyService should be able to access application
level session attribute
+ shared by a portlet of IFrameGenericPortlet or its
descendant, which is conforming
+ with the Portlet Specification.
+ If you are using Tomcat, then be sure to set the following
in the server.xml to enable
+ this proper Portlet API session management requirements.
+ Modify the Connector element (default on port 8080) by
adding the folowing attribute:
+ <source><![CDATA[emptySessionPath="true"]]></source>
+ </em>
+ </p>
+ <p>
The ReverseProxyService component is initialized by the
ReverseProxyServlet configured in the web.xml as follows:
<source><![CDATA[
<!-- Default Reverse Proxy Servlet -->