Re: Retrieve context path in lifecycle listener

2012-03-08 Thread Michael
Konstantin Kolinko schrieb: 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 seem to

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

Re: Retrieve context path in lifecycle listener

2012-03-06 Thread Konstantin Kolinko
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 seem to contain this data.

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