Re: Finding the path to the program folder with JSP tags.



It has been awhile since I've done any servlet programming, but look
for a method called "getServletContext" or something like that. I
think what you can do (in conjunction with this method) is -- using a
url to a known JSP -- determine what the internal file path is to it.

If I can better recall what to do, I'll write again.

.