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

[Tomcat] -Classpath ordering issue

2020-01-28 Thread Dev WO via Webobjects-dev
Hi WOers, I’m starting to lost my mind with a Tomcat deployment (not my choice) I have 4 machines: 1-Dev machine running through Eclipse and Apache (OS X) => Everything works 2-Test Tomcat deployment machine (OS X / Tomcat 9.0.29) => Everything works 3-Another test Tomcat deployment (Debian / Tom

[Tomcat] -Classpath ordering issue

2020-01-28 Thread Dev WO via Webobjects-dev
Hi WOers, I’m starting to lost my mind with a Tomcat deployment (not my choice) I have 4 machines: 1-Dev machine running through Eclipse and Apache (OS X) => Everything works 2-Test Tomcat deployment machine (OS X / Tomcat 9.0.29) => Everything works 3-Another test Tomcat deployment (Debian / Tom