Hi,
As we know wsadmin script helps application deployment, for example we can use AdminApp.install() to deploy apps.
Question here is, wsadmin will utilise system's tmp folder (not WAS temp folder) for interim ear files during deployment, and if system's tmp folder is not big enough, the deployment script will simply throw exception WASX7017E error, like:
Cannot copy file "/XXX_deploy/ABC.ear" to file "/tmp/app30617466406113855.ear"
Is there anyway to route wsadmin deployment script to use other folders instead of use system's (AIX) tmp folder?
Thanks,
Eric