Re: Own Instance number

2023-03-01 Thread Konrad Kubacki via Webobjects-dev
W dniu 2023-03-01 12:15, André Rothe via Webobjects-dev napisał(a): WOApplication.getAgentID() is not the right thing, .instanceIdKey() returns only a key. Any other ideas? You could pass it in "additional command line argument" in instance configuration in JavaMonitor, just like all the -

Re: [Tomcat] -Classpath ordering issue

2020-01-28 Thread Konrad Kubacki via Webobjects-dev
Problem You are facing is probably caused by order of jars loading. Tomcat >= 8 does it in random way (up to version 7.5.x it was alphabetical). It is important, that classloader loads wonder "redefined" classes for some of WO, instead of original. Solution: You may want to write your own tomca