On Tue, 5 Oct 2004 07:04:11 -0500, QM <[EMAIL PROTECTED]> wrote:
> On Tue, Oct 05, 2004 at 10:48:11AM +0200, Christian Ruediger wrote:
> : I solved my problem:
> : The cause is quite simple:
> : I deleted the leading whitespace from my web.xml file.
> 
> Thanks for the solution; for the sake of the archives, could you
> please clarify?
> 
> What leading whitespace, and in what XML file?

I don't know whether this will help in your case,
but i meant the web.xml file located in the deploymant path:

{yourWebApp}/WEB-INF/web.xml

Seems like XML files are not allowed to begin with a whitespace.
Means this is wrong:
 <xml...
And this is right:
<xml...

So far for my error
Christian

> Thanks,
> 
> -QM
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to