I am trying to deploy app and app-core .war files on a remote tomcat instance running on an in-office server.
I tried previously, and succeeded, to deploy the same war files in a local running tomcat instance. Had some difficulties but thanks to valuable Alex Budarov’s help, managed to get it working.
Now I am trying to deploy as a test on our production machine running with the very same tomcat version (actually is a copy of the local apache tomcat folder), and the very same JRE & JDK (though JRE would be the only necessary one), and am getting errors related to javax.el.ELManager .
Find attached the console output that hopefully will shed some light on the problem.