I have a url-pattern in my web.xml which invokes my little servlet.
All is well, and the servlet is called when my url has the specified extension.
The problem is that I wish to receive, back from the servlet an XML response. However, when I open an input-stream from the URL I receive an error. Because the servlet was invoked via a file, it believes that I am attempting to open the file - whoops....
Should the above work?? Can I pull this data from the HttpServletResponse header??
Should be a simple problem, but for some reason has me stumped....
Any and all ideas are welcome...
