Help with JBOSS_HOME y XML
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
Code:
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 2.0//IN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
Eric
RE: Help with JBOSS_HOME y XML
check in your xml, when you do
Code:
<!DOCTYPE tagxml SYSTEM="midtd.dtd">
you can change SYSTEM by PUBLIC and there you can put things like a URL or reference a DTD that this in a configuration file…
Albert:rolleyes: