I'm trying to migrate my web apps server from Tomcat6 to Glassfish. I have a series of webapps that I'd like to move over, but some of them use property and config files that are stored outside of their respective .war directories.
I can deploy the .war files in glassfish easy enough, but I need to put those config files 'somewhere' equivalent to Tomcats lib directory.
I'm on a scientific linux server (~RHEL) and the tomcat lib directory is as follows: /usr/share/tomcat6/lib.
Does Glassfish have an equivalent directory?
Many thanks!