P
pavel.orehov
Hi,
I have some web application (.war) which reads XML files on
initialialization. When I run this application on Tomcat on Widows
everything works file. However, when I run it on Tomcat on Linux/
Solaris my application can't parse an XML file, with standart DOM
parser, because it contains special characters created in the file
'^M'. Only after I remove these characters from XML file manually with
VI editor my application is able to parse an XML file.
I suppose it is a common issue and looking for the way to solve it in
a common way.
Thanks,
Pavel
I have some web application (.war) which reads XML files on
initialialization. When I run this application on Tomcat on Widows
everything works file. However, when I run it on Tomcat on Linux/
Solaris my application can't parse an XML file, with standart DOM
parser, because it contains special characters created in the file
'^M'. Only after I remove these characters from XML file manually with
VI editor my application is able to parse an XML file.
I suppose it is a common issue and looking for the way to solve it in
a common way.
Thanks,
Pavel