Re: Tomcat 5 can not find the ActionServlet when the application starts
Posted By:
suman_Seshadri
Posted On:
Monday, August 30, 2004 12:35 PM
The class not found exception occurs when the required classes are not there in the class path or not there at all. You can check the following.
1.check whether all the required jars are there in the class path. Put all required jars in the lib folder.
2. Check whether the java files are in the proper packages/folders.
It would also be useful if you could copy the whole Exception including the Stack Trace.
- Suman