On 07/04/2015 10:00, Thusitha Thilina Dayaratne wrote:
> Hi
>
>> In tomcat 7, there is a field in the WebAppClassLoader as
>> protected boolean started - Has this component been started?
>
>> But In Tomcat 8 this field have been remove. What is the alternative way
>> in Tomcat 8 for this?
> I thi
Hi
>In tomcat 7, there is a field in the WebAppClassLoader as
>protected boolean started - Has this component been started?
>But In Tomcat 8 this field have been remove. What is the alternative way
in Tomcat 8 for this?
I think I can use
getState()== LifecycleState.STARTED
Thanks
2015-04-07 1
Hi,
In tomcat 7, there is a field in the WebAppClassLoader as
protected boolean started - Has this component been started?
But In Tomcat 8 this field have been remove. What is the alternative way in
Tomcat 8 for this?
Thanks
--