Hi,
See my post yesterday. Basically you need to add
emptySessionPath="true" to your connector element in your server.xml
file (tomcat). Then you can share session data between portlets and
servlets.
My entry looks like this:
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false" redirectPort="8443"
acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
emptySessionPath="true"/>
Brice
On Thu, 2006-09-21 at 21:08 +0200, Vogt, Burkhard wrote:
> Hi,
>
> is it possible that jetspeed2 uses 2 different sessions within one
> request sequence?
>
> I need to transfer data to a servlet, which is assembled by a portlet.
> For this
> reason I dispatched the data to a jsp, which first attaches the data to
> the HttpSession
> and then calls the servlet via an iframe tag. For some reason the
> session accessible
> by the servlet does not receive the data due to a different session it uses.
>
> This is necessary to integrate an external web application into the
> portal - unfortunately
> jBoss and liferay are working well with this solution (I'm currently
> evaluating portals
> for a customer...)
>
> Thanks for any hints in advance!
>
> Burkhard
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]