https://issues.apache.org/bugzilla/show_bug.cgi?id=47342
--- Comment #2 from Keiichi Fujino <fujino.keii...@oss.ntt.co.jp> 2009-06-18 23:56:22 PST --- (In reply to comment #1) > I'm unable to replicate your use case, mostly cause it seems as the className > attribute is ignored on the conf/context.xml element I'm so sorry in the insufficient explanation. To reproduce this bug It is necessary to set ReplicatedContext to <<contextName>>.xml of conf/Catalina/localhost/directory. It is not conf/context.xml. IMHO, I think that className attribute is ignored in conf/context.xml. Because context instance is created by deployXXXX method of HostConfig. and The ContextRuleSet created by ContextConfig(parse conf/context.xml) is as follows. RuleSet contextRuleSet = new ContextRuleSet("", false); When boolean of the second argument is false, context instance is not created by Digester. As a Result, ObjectCreateRule to className attribute of Context is not added. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org