Bugzilla – Bug 3217
Message context independent way to get config path
Last modified: 2005-06-22 14:17:48
You need to log in before you can comment on or make changes to this bug.
Core should provide a message context independent way to get the root for the config directory (generally $GLOBUS_LOCATION or the value of MC_CONFIGPATH) to replace current users of ContainerConfig.getGlobusLocation().
Created an attachment (id=588) [details] Temporary hack to fix this problem (will cause problems if you are trying to run multiple wsrf servlets in the same tomcat instance)
Added ContainerConfig.getBaseDirectory() and ContainerConfig.getSchemaDirectory (). They are both properly set in Tomcat or our standalone container. Changes committed to globus_4_0_branch and trunk.