I want to upgrade my app to Java17, wildfly 27.
In the web.xml file we use
servlet name is SOAPMonitorService
servlet class is org.apache.axis.monitor.SOAPMonitorService
When i run the server i get an error that SOAPMonitorService doesn’t implement Jakarta.
Is there an equivale class in java 17 or jakarta? How can i implement it to work in java 17?
Thanks in advance!
New contributor
Lilach Hyman Papis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.