- Original Message -
From: "Fredrik Rubensson" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, January 10, 2006 4:17 AM
Subject: Re: Avoid duplication of database settings
Sorry about the "antispammed" subject in my previous post.
I have an applic
Sorry about the "antispammed" subject in my previous post.
>>> I have an application consisting of a web application and some stand
>>> alone java clients. Both the web application and the java clients
use
>>> a database. The problem is that the database configuration is
>>> duplicated.
>
>> If
>>> I have an application consisting of a web application and some stand
>>> alone java clients. Both the web application and the java clients
use
>>> a database. The problem is that the database configuration
>>> is duplicated.
>
>> If you are doing it the ant way I recommend using filtering.
>
>> I have an application consisting of a web application and some
>> stand alone java clients. Both the web application and the java
>> clients use a database. The problem is that the database
configuration
>> is duplicated.
> If you are doing it the ant way I recommend using filtering.
Thanks f