You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: