Re: Servlet and myfaces (resolved)

2006-08-13 Thread Daniel Haensse
Hi John, > My particular use is within a servlet filter. AbstractFacesServlet extends HttpServlet. I have no experiences with Filters. Below the source code of the AbstractFacesServlet class in case the link from previous email get broken. regards Dani import javax.servlet.ServletConfig; publi

RE: Servlet and myfaces (resolved)

2006-08-13 Thread John
This seems to be a problem when an application includes Tomcat in embedded mode. The issue seems to occur because the development environment wants to include classes twice. Once within the war file for the webapp and one in the main application. This double-loading appears to generate this error