Hi Alonso, I haven't worked with Tomcat 6 or Glassfish, but in Tomcat 5.x, you need to add emptySessionPath="true" attribute to the Connector element in server.xml, which is found in Tomcat's conf directory.
Would you mind documenting what you did to get Pluto 1.1 to run in Glassfish on a Pluto wiki page (http://wiki.apache.org/portals/Pluto)? TIA /Craig "alonso" <[EMAIL PROTECTED]> wrote on 12/05/2006 02:29:31 PM: > After all, I could run the pluto-portal and pluto-testsuite on > glassfish and I run into my first problem. The portal passes all > test’s except one: > > “Application Scoped Session Attributes Test” > > This is because the portal http session and portlet http session > have different session ID, the explanation given by the popup test > talks about Tomcat 5.5.x. My application server is glassfish-b25 > (version 9.1) which has Tomcat 6.x as servlet container but I don’t > know how to configure “emptySessionPath” on my installation. > > Any help on this would be appreciated. > > Alonso
