Hi Dinesh, As the error says, it seems you have configured the ServletRedirector twice in your web.xml. Maybe you have configured it once in the global tomcat_home/conf/web.xml and once in your web app web.xml?
Hope it helps, -Vincent > -----Original Message----- > From: Dinesh C [mailto:[EMAIL PROTECTED]] > Sent: 30 September 2002 15:35 > To: [EMAIL PROTECTED] > Subject: need help > > Hi All, > > After all the Initial settings, once I invoked C:\ant test.all. I am > getting > the following error. After these messages: > > test.tomcat.40: > start.tomcat.40: > > please help. > Thanks. > > Error is: > > [java] WebappLoader[/test]: Deploy JAR /WEB-INF/lib/log4j.jar to E:\jakart > -cactus-13-1.4\sample-servlet\.\target\test\tomcat40\webapps\test\WEB- > INF\li > b\l > g4j.jar > [java] StandardManager[/test]: Seeding random number generator class > java. > ecurity.SecureRandom > [java] StandardManager[/test]: Seeding of random number generator has > been > completed > [java] ERROR reading java.io.ByteArrayInputStream@7d5d2a > [java] At Line 22 /web-app/servlet/ > > [java] ContextConfig[/test]: Configuration error in application > web.xml > [java] java.lang.IllegalArgumentException: addChild: Child name > 'ServletR > director' is not unique > [java] java.lang.IllegalArgumentException: addChild: Child name > 'ServletR > director' is not unique > > > > DISCLAIMER: Information contained and transmitted by this E-MAIL is > proprietary to Mascot Systems Limited and is intended for use only by the > individual or entity to which it is addressed, and may contain information > that is privileged, confidential or exempt from disclosure under > applicable > law. If this is a forwarded message, the content of this E-MAIL may not > have > been sent with the authority of the Company. If you are not the intended > recipient, an agent of the intended recipient or a person responsible for > delivering the information to the named recipient, you are notified that > any > use, distribution, transmission, printing, copying or dissemination of > this > information in any way or in any manner is strictly prohibited. If you > have > received this communication in error, please delete this mail & notify us > immediately at [EMAIL PROTECTED] Before opening attachments, > please scan for viruses. > > > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
