[ http://issues.apache.org/jira/browse/GERONIMO-1647?page=all ]
Jeff Genender closed GERONIMO-1647:
-----------------------------------
Fix Version: 1.1
Resolution: Fixed
Fixed by adding emptySessionPath to ConnectorGBean.
Sending tomcat/src/java/org/apache/geronimo/tomcat/ConnectorGBean.java
Sending
tomcat/src/java/org/apache/geronimo/tomcat/TomcatWebConnector.java
Transmitting file data ..
Committed revision 379954.
Once you have the latest code, you can declare your TomcatAJPConnector (or any
Tomcat connector) in the config.xml as follows:
<gbean name="TomcatAJPConnector">
<attribute name="host">0.0.0.0</attribute>
<attribute name="port">8009</attribute>
<attribute name="emptySessionPath">true</attribute>
<attribute name="redirectPort">8443</attribute>
</gbean>
> Enabling access to session id on Tomcat
> ---------------------------------------
>
> Key: GERONIMO-1647
> URL: http://issues.apache.org/jira/browse/GERONIMO-1647
> Project: Geronimo
> Type: Improvement
> Components: Tomcat
> Versions: 1.0
> Environment: WIndows/Linux
> Reporter: Michael Malgeri
> Fix For: 1.1
>
> A user has the following issue:
> "When we ran Jetspeed 2 on Tomcat, we had to enable access to the session id
> in order for our charting applications to function. This isn't an uncommon
> problem when portlets or webapps require access to the session variable.
>
> With Tomcat 5.x, this was accomplished by adding emptySessionPath="true" to
> either the Service or AJP Connector in the Tomcat server.xml file.
> How can I accomplish the same with Geronimo?"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira