Closed
Description
I have been using WDT for a couple of years but we are now refactoring to deploy from a kubernetes pod to, hopefully, remote networked, weblogic servers.
The container I have i am running from is from a 12.2.1.3 image but does not itself contain the domains that i am deploying tool. I used this image as it has wlst which is required.
When i do an online deploy it tells me ...
- WLSDPLY-20008: deployApps argument processing failed: Supplied Domain Home directory /opt/app/Oracle/Middleware/user_projects/domains/patch was not valid: Directory /opt/app/Oracle/Middleware/user_projects/domains/patch is not a directory
This is true locally but not true on the remote server which i am deploying to.
Is it possible to use the tool in this manner, I assumed so due to the use of admin_url to talk to the server.