This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
In my application i am using struts framework and tomcat as server.The application is deployed using eclipse and ant .After deployment when tomcat is started the following error is encountered.
"SEVERE: Error listenerStart".
The log of the application is showing the following error. [2007-03-13 16:51:17,983]ERROR 32[main](StandardContext.java:3687) - Skipped installing application listeners due to previous error(s) [2007-03-13 16:53:40,854]ERROR 0[main](StandardContext.java:3680) - Error configuring application listener of class com.pass.project.utcprototype.ApplicationInit java.lang.ClassNotFoundException: com.pass.project.utcprototype.ApplicationInit
Any suggestions to overcome the above error will be helpful