Subject: The “Class Path” field order makes a difference deploying JAR files
I tried unsuccessfully to deploy a jar file with servlets and long package names. I even used the complete filepath in the Class Path field, and servlets.properties had the package names. I still got the class-not-found exceptions. Then I tried switching the order of the Class Path entries, putting the one with my jar file first. And voila, it worked!