Hi.
Assume that I have a file /WEB-INF/data/categories.txt
For obvious reasons I don't want to hard-code a path to the data, but instead want to use a path relative to the application directory. How do I specify that relative path, either within the
JSP or within web.xml?
Thanks!
[Edit]It would help if I specified that the app is running under
Tomcat 6, but I can't use CATALINA_HOME since that is pointing to Tomcat 5.