Hi, 

Has anybody successfully used the M2 jetty6-plugin with projects that uses
e.g. sitemesh filters?

The error message is:
Embedded error: class com.opensymphony.module.sitemesh.filter.PageFilter is
not a javax.servlet.Filter

And here's an excerpt from my web.xml where I define the sitemesh filter:

<filter>
   <filter-name>sitemesh</filter-name>
    
<filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
</filter>


-- 
View this message in context: 
http://www.nabble.com/M2-%2B-jetty-plugin-%2B-sitemesh-tf2588353s177.html#a7217312
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to