I have a JSP problem. I have a Java programs, which would read a XML
configuation file and parse the xml data inside. It works fine as a
stand-alone program, but if I converse it to a bean and use JSP to
call it. It would come out MalformedURLException exception during
it opening the file and parsing the XML. Can anybody tell me why? Is
there any restriction for the JSP calling bean?