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 b
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/.../.xml instead of application's context.xml
2.