I am not sure if this is your problem, but there can be a conflict between
the versions of xml in the jdk and in tomcat. jdk ones load in preference to
tomcat ones. I loaded:

xalan.jar
xercesImpl.jar
xml-apis.jar

into tomcat/common/endorsed to fix my problem. Endorsed allows them to load
in preference to the jdk ones.

----- Original Message ----- 
From: "Vaishali Bhirud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 30, 2004 11:42 AM
Subject: Deployment error


> Hello
>
> when I am trying to deploy my application it gives me an error as follows
>
> "FAIL - Encountered exception java.io.IOException:
> org.xml.sax.SAXParseException: Content is not allowed in prolog."
>
> Can anyone please help me? I posted this before also. I didnt get any
reply.
>
> Thanks
>
> ---------------------------------------------------------------------
> 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