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