posted 15 years ago
I am trying to extend RequestProcessor to use custom request processor.
Compilation of below code was successful.
Then i added the below lines to struts-config.xml file and restarted the application
Now, i do not find the logs written to file and also the SOP i added in above code is not displaying in console.
I am using jboss-4.0.0 application server.
Can you please let me know if i am doing any thing wrong in customizing the processor.
Thanks in advance