Hello All,

We have written a class RFFRequestProcessor which will extends
org.apache.struts.action.RequestProcessor. This is being used to validate
the values in request headers before control enters into execute() method of
action classes. When the application initialized struts not able to locate
RFFRequestProcessor class. We are getting the below exception. 

ERROR (2004-03-15 10:30:42,329) [  org.apache.struts.action.ActionServlet] -
javax.servlet.UnavailableException: Cannot initialize RequestProcessor of
class 
com.links.servlet.RFFRequestProcessor: java.lang.ClassNotFoundException:
com.links.servlet.RFFRequestProcessor

"RFFRequestProcessor" located in "WEB-INF/classes/com/links/servlet"
directory. All the struts related jars are in WEB-INF/lib folder. Struts
version 1.1.

Any help or direction to resolve this problem is highly appreciated.

regards
Uma Mahesh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to