Sorry, retesting, its not tomcat, as it seems to work if I comment out the clearTomcatCache() method, its the  clearMap in reloadBundles()

reloadBundles(Map<String, Object> context) {

..

try {
                        clearMap(ResourceBundle.class, null, "cacheList");
                    } catch (NoSuchFieldException e) {
                        // happens in IBM JVM, that has a different ResourceBundle impl
                        // it has a 'cache' member
                        clearMap(ResourceBundle.class, null, "cache");
                    }

..

}

On 01/12/2020 14:48, Lukasz Lenart wrote:
wt., 1 gru 2020 o 10:49 Greg Huber <gregh3...@gmail.com> napisał(a):
yes, ...dev box testing

Although warning is only issued once.
So either we can ignore the issue for now or remove that code - it
won't work either as this requires to build and copy new classes/files
into Tomcat's web folder.

There are some other (and better) options how to achieve the same
https://www.mulesoft.com/tcat/tomcat-reload


Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to