You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Klaus Sonnenleiter <kl...@micromuse.com> on 2001/04/11 23:33:30 UTC

Bug Report: ClassCastException in ContextConfig.java

I'm not sure if this is the proper place to log a bug report - if not, let 
me know where...

I am running the Embedded tomcat with both B3 and the latest nightly build. 
Upon calling the start() method, I'm getting a ClassCastException in 
ContextConfig.java. A closer look at that log file reveals that the 
Exception occurs in line 832:

Valve valves[] = ((Pipeline) context).getValves();

Klaus Sonnenleiter