What are WAS resources ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 5 of 5 Answers

anjaneyulu

  • Jul 14th, 2011
 

jdbc
jms
mail services
resourec adapters
cache instances
url

  Was this answer useful?  Yes

Dayanidhi Naidu

  • Aug 1st, 2011
 

Hi,
Basically WAS resources are nothing but the configurations and their respective properties files (Depending upon the architecture).

These are way to do the configurations from backend (Server Box) which can be done from console, in a better and efficient ways. These config files (Resources) can be Listener Ports (Its other details like max sessions etc), Generic JVM arguments, Data Sources, JMS Providers, Connection Factory etc (Basically all kind of configurations).

Basically these resources file will be picked up from a place (A .jacl script can be useful to achieve this) and will be configured into its appropriate places from backend.

Regards
Dayanidhi Naidu

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions