Hello,
I’m a newbie in the WS world, so this may be a dumb question. I’m trying
to convert a JSP page which returns data to a web service, but I’m stuck
by this:
File f = new File(application.getRealPath("data"),
request.getParameter("file"));
How can I do something similar?
I wouldn’t like to put an absolute path somewhere in a config file, so
is there a way to retrieve the path to the web app the WS is deployed on?
Thank you for your help,
B.