I'm deploying my web application to Weblogic 10.3.6 on localhost and everything works as it should. But when i deploy it to the same version of weblogic which is runnig on a remote server, it throws this:
JDOMException: java.lang.NoClassDefFoundError: org/jdom/Parent: org/jdom/Parent
The application is packed in a war file, and i upload the same file to both of the servers, but it works only on my local weblogic. Jdom.jar is located in WEB-ING/lib. I searched for jdom.jar in the directory where the remote weblogic is installed, and there is no other instance of it.