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.
I don't think it's possible.

You can:

  1. use conf/Catalina/.../<name>.xml instead of application's context.xml
  2. write your own factory implementation which will suck in
     configuration data from elsewhere


--
Mikolaj Rydzewski <[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