1 Attachment(s)
Error "org.apache.commons.logging package does not exist" appeared
I transferred my web application (Force.com platform REST API) developed in NetBeans to a remote Tomcat server (copied the war file in webapps folder through pscp). It ran for the first time fine but since then it has been given my an error in the logging package. I am not able to edit the HTTPClient.java file where this package is imported. I have added the "commons-httpclient-3.1.jar" library to my project where the HttpClient.java is also defined. Now, I am getting the attached error when I try to run my application.
How can I fix this?
Attachment 1623
Thanks!