Hi,

I'm using <Resource> directives in my server.xml file under
<GlobalNamingResources> (I used to have them in the webapps specific
context files). I use <ResourceLink> in the webapps specific context
files to point to them.
I'd like to know if it's possible to now put the <Resource> directives
in a file separate from server.xml and still keep them global? The
server.xml files in my production/dev/staging environments are
different, and I'd like to be able to just deploy a separate consistent
file for all environments.
Maybe something like using DOCTYPE/ENTITY?
<!DOCTYPE Server [
    <!ENTITY inc_resources SYSTEM "/opt/apps/tomcat/conf/resources.xml">
]>
And then putting &inc_resources; inside the <GlobalNamingResources>
directive in server.xml
Would this be supported? I'm using 6.0.18.

Thanx,

-Tony
---------------------------
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to