In server.xml, the following tags specify paths to various files: <global-application> - application.xml <global-web-app-config> global-web-application.xml <web-site> web-site.xml <global-application> and <web-site> correctly use relative paths from server.xml. <global-web-app-config>, however, seems to calculate its relative path, not from server.xml, but from one of the other paths (<global-application> or <web-site>). Furthermore, trying to specify an absolute path does not work for any of these tags. Am I confused about the intended functionality of these tag attributes? Garret