how to make external files accessible to the servlet in tomcat

2006-01-19 Thread Neha Narkhede
Hi.. I am running a servlet which uses an api of the package 'conceptnet'.The conceptnet api requires access internally to some data files of conceptnet.Iam getting the message that the data files are not found by tomcat.In which folder of tomcat should I put these supplementary data files so th

data file access for servlet

2006-01-18 Thread Neha Narkhede
Hi.. Thank you for the reply.. but could not open that url. My problem is that my servlet uses the function of another software. When I run that software code from the terminal, I have to go till that software's home directory so that it has access to the required files. But when I include that c

data file access for servlet

2006-01-18 Thread Neha Narkhede
Hi.. I am running a servlet which requires some data files. But I dont know where to paste those data files so that the servlet can find it. I have a servlet "Indexer" and so a folder 'Indexer" in webapps. Please help.. Thank you. --

SAXParseException for matching end tags

2006-01-18 Thread Neha Narkhede
Hi.. I am getting the following error while using Apache Tomcat. I am using JTidy to convert HTML file to XML. [Fatal Error] :15:184: The element type "HR" must be terminated by the matching end-tag "". >From XMLParser org.xml.sax.SAXParseException: The element type "HR" must be terminated by