This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Error while extending StrutsPrepareAndExecuteFilter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Error while extending StrutsPrepareAndExecuteFilter" Watch "Error while extending StrutsPrepareAndExecuteFilter" New topic
Author

Error while extending StrutsPrepareAndExecuteFilter

sarada bokka
Ranch Hand

Joined: Jan 13, 2010
Posts: 80
Hi all,

I have extended StrutsPrepareAndExecuteFilter



In web.xml file i have changed

<filter>
<filter-name>struts2</filter-name>
<filter-class>com.tricky.dispatcher.TrickyDispatcher</filter-class>
</filter>


server has thrown the below error



can someone help me what the reason behind?
sarada bokka
Ranch Hand

Joined: Jan 13, 2010
Posts: 80
OOps i got it

class must be public.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error while extending StrutsPrepareAndExecuteFilter
 
Similar Threads
Exception in struts2 server startup
Struts2 Filter Start Error in Tomcat
Problem calling setAttribute in my Filter init
Exception in Struts2
Error filterStart ... Struts2