First of all, don't know if it's the right section.
BTW I'm trying to code a servlet that handles an XML file.
I'm on Windows using NetBeans 6.9 Beta and the embedded Tomcat Web Server. I've two main questions:
1. Why NetBeans searching for XML file in:
C:\Programmi\Apache Software Foundation\Apache Tomcat 6.0.26\bin
I need the IDE to search my own folder "xml" inside the web application context.
I'm getting a NPE for this.
2. Is NetBeans testing every servlet code when you start (I mean when you "play" that) a project? I'm gettin the same NPE,
just starting the index.jsp, without calling the above servlet.
Many thanks for the attention and sorry for my english.