> -----Original Message----- > From: Rowe, David (CAG-CC MIS) [mailto:[EMAIL PROTECTED] > Sent: 02 September 2003 20:06 > To: Cactus Users List > Subject: RE: Errors > > Is there a way to run the tests without having to call the cactifywar > task? As in, add the Definitions myself?
Yep, simply don't call cactifywar in your build.xml! :-) -Vincent > > Thanks, > Dave > > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 02, 2003 11:32 AM > To: 'Cactus Users List' > Subject: RE: Errors > > > David, > > If you're using the cactifywar, then yes it is added automatically. But > then both the servlet def + the mapping are added, not just the > mapping... So the error you mention should normally never happen. I > believe there's something else. Did you have any cactus definition in > your web.xml before running the cactifywar task? > > -Vincent > > > -----Original Message----- > > From: Rowe, David (CAG-CC MIS) [mailto:[EMAIL PROTECTED] > > Sent: 02 September 2003 18:07 > > To: Cactus Users List > > Subject: RE: Errors > > > > I believe the ServletRedirector is being added to the web.xml from the > > cactifywar task, Is there any way I can prevent it from adding that > > particular definition? > > > > Dave > > > > -----Original Message----- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 02, 2003 10:44 AM > > To: 'Cactus Users List' > > Subject: RE: Errors > > > > > > Hi David, > > > > This means you have a servlet mapping definition in your web.xml > without > > having the servlet definition. In other words you haven't fully > removed > > everything related to ServletRedirector. > > > > -Vincent > > > > > -----Original Message----- > > > From: Rowe, David (CAG-CC MIS) [mailto:[EMAIL PROTECTED] > > > Sent: 02 September 2003 17:12 > > > To: [EMAIL PROTECTED] > > > Subject: Errors > > > > > > I'm getting these errors: > > > > > > ContextConfig[/test]: Parse error in application web.xml > > > java.lang.IllegalArgumentException: Servlet mapping specifies an > > unknown > > > servlet name ServletRedirector > > > ... > > > > > > ContextConfig[/test]: Occurred at line 23 column 23 > > > ContextConfig[/test]: Marking this application unavailable due to > > previous > > > error(s) > > > StandardManager[/test]: Seeding random number generator class > > > java.security.SecureRandom > > > StandardManager[/test]: Seeding of random number generator has been > > > completed > > > StandardContext[/test]: Context startup failed due to previous > errors > > > > > > I removed mappings from the cactus-web.xml for ServletRedirector, > > because > > > I'm just trying to test JSPs > > > > > > Any ideas? Anything obviously wrong? > > > > > > Dave > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
