Brantley Hobbs wrote:

>My question is this:  Is it possible to pull in an "include" file in
>server.xml?  I'd like to place all the database connection information
>in a separate file.

You are referring to placing a file called context.xml in the /META-INF
folder of your web app.  This file can be moved to the
$CATALINA_HOME/conf/[enginename]/[hostname]/ folder.  Rename context.xml to
[contextname].xml, or ROOT.xml if your application is the root web
application.  See
http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html.


Bill

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to