Re: Deployment of an application on multiple instances running on the same machine

2002-08-30 Thread Jacob Kjome
You can refer to dynamic variables in your config file after having set them dynamically by your initialization code... I run log4j initialization at application startup in a servlet's init() method and create a system variable which is

Re: Deployment of an application on multiple instances running on the same machine

2002-08-30 Thread Patrice Thiebaud
Thanks, but I didn't anything about this possibility in the documentation. Could anyone please tell how it can be configured ? Thanks in advance. At 13:54 29/08/2002 -0500, you wrote: >Hello: > >The configuration class can read a system property and substitute it. You >can build a unique log n

Deployment of an application on multiple instances running on the same machine

2002-08-29 Thread Patrice Thiebaud
Hi, Sorry if my question has already been answered. I need to deploy an application on multiple instances of WebLogic Server running on the same machine, with the same log4j configuration file. I would like to have a specific log file used for each WLS instance. How can it be done ? Thanks in