I am new to WildFly Server. I am upgrading server from AS7 to Wildfly10. How to add JARS in WILDFLY10. In Error Log: i am getting missing Dependencies(Is this because of not reading JARS?).
Actually we need to delete the servlet-mappings in web.xml and use annotations to direct to java classes 1. @webservlet for Servlet classes. 2. @path for resources.
Also we need to delete some unneccessary jars, which wildfly have inbuilt.