Hi Brice, thanks for that, it works!
Yesterday I searched in the mailing list archives too, found eventually the same inforamtion as you did, but I don't know why I set it into the AJP connector... Have a nice weekend. Burkhard -------- Original-Nachricht -------- Datum: Fri, 22 Sep 2006 09:35:38 -0500 Von: Brice Lambi <[EMAIL PROTECTED]> An: Jetspeed Users List <[email protected]> Betreff: Re: two sessions within one request sequence? > 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] -- NEU: GMX DSL Sofort-Start-Set - blitzschnell ins Internet! Echte DSL-Flatrate ab 0,- Euro* http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
