Re: [ansible-project] deploy WAR file in IBM Webshpere application server ND9 (AIX server 7.1)
33 views
Skip to first unread message
Message has been deleted
Stefan Hornburg (Racke)
unread,
Dec 12, 2019, 5:17:25 AM12/12/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
On 12/12/19 10:14 AM, Pradeep Drall wrote:
> We are unable to deploy WAR file in IBM Webshpere application server ND9 (AIX server 7.1) through ansible.
>
>
> tasks:
> name: copying the war file from the existing WAS deployment folder to backup
> shell: sh wsadmin.sh -username wsadmin -password wsadmin && "AdminConfig.save()" && exit && exit && sh stopServer.sh
> server2 -username wasadmin -password ??? && sh startServer.sh server2
>
> we get the wsadmin> prompt in ansible server, please do let me know how to deploy war file in IBM Webshpere application
> server through ansible via Jython or python.
>
That's not a Ansible question. Find out why wsadmin uses the prompt.