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 14:13 GMT+05:30 Thusitha Thilina Dayaratne <
thusithathil...@gmail.com>:

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



--

Reply via email to