METRO SOAP web services not working with Tomcat 9 and Java 11

884 views Asked by At

We have migrated our project from Java 8 to Java 11 and after that ws-security is not working in our application. Added

JVM_PARAMS="$JVM_PARAMS --upgrade-module-path /Tomcat/upgradable"

in setenv.sh file. But still the jars internal to java is taking at runtime instead of the Metro webservices-rt jar. So where should I keep the webservices-extra.jar,webservices-extra-api.jar, webservices-rt.jar and webservices-tools.jar ? Earlier it was there inside /shared/lib directory.

0

There are 0 answers