Bugzilla – Bug 3218
Tomcat deployment needs to deal with $GL/libexec
Last modified: 2005-06-13 14:13:23
You need to log in before you can comment on or make changes to this bug.
The tomcat deployment script currently completely ignore $GL/libexec. Instead some mechanism (possible a service/component specific hook) needs to be developed to deploy the right set of files from $GL/libexec. For reference, just creating a softlink from MC_CONFIGPATH/libexec to $GL/libexec allowed me to get GRAM working in Tomcat (modulo the GLOBUS_LOCATION hack I added to AxisServlet).
I updated the Tomcat deployment script to copy the entire libexec directory to WEB-INF/libexec location. This hopefully should be a suffcient for now. Update committed to cvs trunk and globus_40_branch.