I downloaded this code.It seems you have missed out 1 jar file without which the code simply won't compile. "cglib.jar" You can just add it in your lib folder. Another thing is instead of using servlet.jar we have to use servlet-api.jar which is located in your libext folder. The code is successfully deployed using mysql server.
View All Comments
| View Tutorial