Hello, I have implemented a Java function in my graphhopper project and I import it in a JSP page, the problem is that: when I go to this JSP page, the page is running and after some second there is an error on the page:"Connection Failed" infact in my shell there is this message:
What is the problem? The Java file that I want to start is a Java file that open a XML file and modify it with DOM; the XML file is 26,7 MB. asked 28 Feb '14, 16:00 Zoifil aseerel4c26 ♦ |
The question has been closed for the following reason "Self-answered, closing since accepting own answers is not possible." by aseerel4c26 16 Mar '14, 01:38
I have solved, the problem was in the java file, because I use an System.exit answered 13 Mar '14, 16:36 Zoifil |