Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Shared Libraries Using Properties File (.props) #242

Open
cmunoz1101 opened this issue May 16, 2021 · 1 comment
Open

Configure Shared Libraries Using Properties File (.props) #242

cmunoz1101 opened this issue May 16, 2021 · 1 comment

Comments

@cmunoz1101
Copy link

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

@hoangnguyent
Copy link

hoangnguyent commented Jul 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants