You could try using the valueBound and valueUnbound sessionbinding listeners. Run a search in google and you should find the info you would need to set it up.
Brian Guanling Chen wrote: > Wimmer, I had a cup of coffee and found out about > web.xml and TurbineResources.properties, also the > login code in jetspeed modules. My mind must have been > wondering somewhere else. > > According to > http://www.theserverside.com/resources/article.jsp?l=Portlet_API, > it seems that there is a master portal servlet that > probably does the job of controlling the layout and > redering the portlets. Presumably that portal servlet > is not the turbine httpservlet, no? I will keep > digging, but some high-level explanation is > appreciated. > > I am still interested to know how a standalone > serverside application can detect user's session is > expired so it can kill itself. > > Cheers, > Guanling > > --- "Wimmer, Matthias" > <[EMAIL PROTECTED]> wrote: > > Guanling: > > > > portal is a servlet-mapping for the servlet > > org.apache.turbine.Turbine. You > > can find this information in > > tomcat\webapps\jetspeed\WEB-INF\web.xml. > > > > But that is all I know. I have the same problem. I > > also need to know what is > > behind the scene. How is the portal with all its > > portlets rendered? > > > > > > best regards > > > > Matthias Wimmer > > > > -----Original Message----- > > From: Guanling Chen [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 18, 2002 3:21 PM > > To: [EMAIL PROTECTED] > > Subject: behind the scene > > > > > > Hi all, > > > > I am still confused about what is happening behind > > the > > jetspeed. The url "http://.../jetspeed/" seems to > > be > > forwarded to "portal/", is it a directory or > > servlet? > > Where I can find the code? Basically, where is the > > code assembles top.vm, left.vm and etc.? > > > > Also, where is the code for login? I need to launch > > some processes only when user is logged in and > > terminated when the session is expired. Is it > > feasible, or there is some other ways? > > > > Thanks! > > Guanling > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > http://fifaworldcup.yahoo.com > > > > -- > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Questions? You know what to do... Brian J. Glas GSP Technologies [EMAIL PROTECTED] (901)263-8542 (desk) (901)674-8542 (cell) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
