deployment script for apps
Hello,
I am using jdev 12.2.1.2 with integrated weblogic(also have a dev and qa weblogic).
I developed an app (lets call it a repository) based in https://blogs.oracle.com/csoto/using-weblogic-server-to-simply-store-static-content .
All my apps (except this new one) have .ear files(all in one place folder), which i deploy using an ant script.
My question is: how can i use ant script to deploy the repository app(the one of link above)?
This app is deployed using the weblogic console and providing absolute path.
If there is no possible solution to deploy using ant (as used here: Andrejus Baranovskis Blog: Redeploy and Version ADF Shared Libraries on WLS