Re: Content is not allowed in prolog. - text editor for Windows XP that shows special characters before the prolog

2006-07-24 Thread Rashmi Rubdi
I have created a test war file: text_xml.war_temp and have uploaded it here http://www.latestdeals.info/dev_test/ File should be renamed to text_xml.war after downloading it, and can be accessed from http://localhost:8080/text_xml/ I changed the schema in web.xml to web-app

Re: Content is not allowed in prolog. - text editor for Windows XP that shows special characters before the prolog

2006-07-24 Thread Rashmi Rubdi
I was also able to fix this problem: java.lang.NoClassDefFoundError: org/apache/xpath/XPathException by adding jar files from xalan-j 2.7 to Tomcat's common\lib serializer.jar xalan.jar xercesImpl.jar xml-apis.jar xsltc.jar I don't know why it didn't work, when these jar files

Re: Content is not allowed in prolog. - text editor for Windows XP that shows special characters before the prolog

2006-07-24 Thread Hassan Schroeder
Rashmi Rubdi wrote: I was also able to fix this problem: java.lang.NoClassDefFoundError: org/apache/xpath/XPathException by adding jar files from xalan-j 2.7 to Tomcat's common\lib serializer.jar xalan.jar xercesImpl.jar xml-apis.jar xsltc.jar I don't know why it

Re: Content is not allowed in prolog. - text editor for Windows XP that shows special characters before the prolog

2006-07-24 Thread Rashmi Rubdi
Well, thank you Hassan and everybody for helping out. I had problems also with ELs, they were not evaluating. This problem got solved after i moved jstl.jar and standard.jar from the project/WEB-INF/lib to Tomcat_home/commons/lib. I will try out the fresh install of Tomcat and also clean up a