The problem is the following one, I am developing an application J2EE and in some
XML files of the project reference to located DTD files in externals servers
My doubt is If I could use the global var
"JBOSS_HOME" within these
XML to describe path within the server where the application is executed, or if you know some form to not reference the externals servers.
Example
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 2.0//IN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
Eric