ci.docker.websphere-traditional
ci.docker.websphere-traditional copied to clipboard
Configure Shared Libraries Using Properties File (.props)
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.
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.