some news... I've found the source of the error,
this line in my index.jsp:
<jsp:include page='<%= "database/"+dbn+"/db_rec.xml" %>' />
if the file exists I get the error...
I've used another include just before this one:
<jsp:include page='<%= "database/"+dbn+"/htmlform.jsp" %>' />
this...
I had a problem with a web app... I had a servlet to manage files on the server... with a jsp calling it with proper parameters.. but I get a server error... 500
the files are simple xml files that i use as simple database system, so i must create, read and write them. They are in a particular...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.