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
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
> 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"
> >>>
>
> 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
> 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