On 5/31/05, Ram Sriram <[EMAIL PROTECTED]> wrote: > Caused by: java.lang.IllegalArgumentException: addChild: Child name > 'bizDispatc > her' is not unique > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase > .java:860) > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:85 > 0) > at > org.apache.catalina.core.StandardContext.addChild(StandardContext.jav > a:1770) > ... 47 more > May 31, 2005 5:15:39 AM org.apache.catalina.startup.ContextConfig > applicationCon > fig > SEVERE: Parse error in application web.xml > java.lang.IllegalArgumentException: addChild: Child name > 'bizDispatcher' is not > unique > at
May be you declared bizDispatcher twice in the applications web.xml. Also check for this in Tomcats conf\web.xml. -- rgds Anto Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
