On Wed, 2003-10-22 at 19:58, Yu Xiang Xi (Maveo) wrote:
> Hello
>  
> I have a question on the separation of log4j configuration file.

Use the XML property file format and declare external entities at the
top.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project [
   <!ENTITY customer  SYSTEM "../customer.ent">
   <!ENTITY customer2 SYSTEM "../customer2.ent">
]>

<log4j>
   &customer;
   &customer2;
...



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to