DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4310>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4310 Host and Context start events triggered twice during startup ------- Additional Comments From [EMAIL PROTECTED] 2001-10-21 13:37 ------- Are you sure it's the same context ? The first trace is from a context which is explicitely declared in the server.xml file. The second one is from a context deployed by the HostConfig. In any case, both stacks go through ContainerBase.start (and presumably addChild) twice, which can't happen on the same context.