ApplicationContextFacade ClassCaseException

2001-05-22 Thread Amy Roh
I'm getting this ServletException with the following message after new cvs checkout. The code was working fine before the cvs update. Anyone has an idea on what's been changed internally to cause this Exception? CGIServlet.java:355 contains these following lines. Wrapper wrapper = (Wrapper)

Re: ApplicationContextFacade ClassCaseException

2001-05-22 Thread Fabien Le Floc'h
since tomcat 4.0 beta 5, ServletConfig is not a Wrapper anymore. To have access to the wrapper, you need your servlet to implement the ContainerServlet (or extend, not sure about this detail). Look at ManagerServlet for more information. regards, Fabien Amy Roh [EMAIL PROTECTED] writes: