Hi, I tried the sample cart application from the site http://www.roseindia.net/opensource/cart1.1.zip. I used tomcat 5.5 and mySQL 5.1. I followed the steps given in the above site. when I submit "http://localhost:8080/cart" I received the following error.
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
Yes i have posted the same issue with roseindia.net also. I am yet to get a reply. When i was searching into google for any such similar issues. I found that using an outdated version of commons collections JAR in the classpath may be the problem. Can you provide me the steps to update the latest collections JAR file and also to where and how upload it in my computer. I am a beginner to java and just learning coding by myself