Error
INFO: validateJarFile(C:\Users\gopir\workspace\.metadata\.plugins\
org.eclipse.wst.server.core\tmp2\wtpwebapps\hapi_hl7\WEB-INF\lib\
servlet-api-2.5.jar) - jar not loaded.
See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet /Servlet.class
It means that servlet-api
is already loaded. So duplication causing this issue.
If I am wrong, please correct me.
My Error
INFO: validateJarFile(C:\Users\gopir\workspace\.metadata\.plugins\
org.eclipse.wst.server.core\tmp2\wtpwebapps\hapi_hl7\WEB-INF\lib\
myApp.jar) - jar not loaded.
See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet /Servlet.class
This is my error. Does it mean that myApp.jar is already added and trying to add it again is an error. Or servlet-api jar is dupliated.
Please help me to understand this.