nothing to do with ANTs but a general J2EE question (please help).
   
  Iam using WLS 8.1 sp3.
   
  I have a situation where i need to put some specific properties files on my 
BEA managed instances. for eg.  having 3 different properties files for my "A" 
managed server.  Similary, say other 4 properties files on my "B" managed 
servers ....so on and so forth ....

   
   
  I do not want to do it via server start scripts like following can be done 
for Log4j properties files:
  (JAVA_OPTIONS specifying ..... - 
Dlog4j.configuration=file:${WL_DOMAIN_HOME}/myLog4jCfg.xml \ ).  
   
   
  The reason we do not want to refer these properties files in the BEA server 
startup script is that we are allowed to have ONLY ONE startups script that too 
very generalised for all of our managed servers i.e startups script contains NO 
logic specifying what is needed for each managed servers.
   
   
  Question:
Can that be done via config.xml for each of my BEA managed servers where i can 
specify all my specific properties files ?
   
   
  When i see my weblogic config.xml --- i see <server> ... </server> tags 
.....which has all the configuration information of that specific managed 
server.....CAN'T i just use config.xml to specify my 
"properties$maangedserver.xml" files ...for each of the managed servers ?? 
   
  any pointers or links as help, please ?
   
  
 

                
---------------------------------
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail Beta.

Reply via email to