Re: Retrieve context path in lifecycle listener

2012-03-06 Thread sgfan
Hi Konstantin, > 2012/3/6 : > > Hi folks, > > > > I'd like to retrieve the context path from the a startup event in a > context lifecycle listener. My usecase is register that contextpath in the > initial context and access its value through Logback. > > Unfortunately, LifecycleEvent does not see

Retrieve context path in lifecycle listener

2012-03-06 Thread sgfan
Hi folks, I'd like to retrieve the context path from the a startup event in a context lifecycle listener. My usecase is register that contextpath in the initial context and access its value through Logback. Unfortunately, LifecycleEvent does not seem to contain this data. Is there a way? Thank

Re: Gzip compression take 2

2009-04-09 Thread sgfan
> sg...@gmx.net wrote: > >> This is working for me with 5.5.27 : > >> > >> >> port="80" > >> redirectPort="443" > >> debug="0" > >> connectionTimeout="2" > >>compressableMimeType="text/css,text/javascript" > >>maxPostSize="10485760" > >>> >

Re: Gzip compression take 2

2009-04-09 Thread sgfan
> This is working for me with 5.5.27 : > >port="80" > redirectPort="443" > debug="0" > connectionTimeout="2" > compressableMimeType="text/css,text/javascript" > maxPostSize="10485760" > > > there is no compression="on", did I

Re: Usage of ContainerServlet

2007-11-01 Thread sgfan
> Michael wrote: > > I am kinda lost here. > > > > My goal is to retrieve all session from the Context and purge idle > > sessions. > > May I ask why Tomcat's built-in session-purging capability is not > sufficient? Which one do you refer to exactly? Are you talking about session timeout? A tim