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]

Reply via email to