ci.docker.websphere-traditional icon indicating copy to clipboard operation
ci.docker.websphere-traditional copied to clipboard

Configure Shared Libraries Using Properties File (.props)

Open cmunoz1101 opened this issue 3 years ago • 1 comments

Good morning everyone, I am starting with traditional WAS the docker. I have seen that there is a way to configure the WAS through properties files (.props) such as datasources, environment variables etc.

I have been looking for a way to configure shared libraries using properties file (.props) but I have not found. Anyone have information on this ?. Thanks in advance.

image

cmunoz1101 avatar May 16 '21 02:05 cmunoz1101

I have used AdminTask.applyConfigProperties() and AdminTask.extractConfigProperties() for changing ports. You will find them in IBM doc. However, to configure datasources, environment variables, I use .car file (short of configuration archive) instead . There are AdminTask.importWasPorfile(), AdminTask.exportWasPorfile() in the command line to import/export .car. You can import/export .car on the RAD as well.

hoangnguyent avatar Jul 19 '21 12:07 hoangnguyent