I have an artifact created from maven task in my build configuration, now I want to deploy those artifact to the web logic server so anyone please help me how to add a deployment task with web logic server?I cannot see any web logic deployment task like that of tomcat deployment server.HOW TO DEPLOY TO WEBLOGIC SERVER???
somebody answer me to write own web logic API deployment scripts. but I didn't understand this clearly.
PLEASE HELP ME
Hello Aakash,
I am wondering if you can try to use an SCP Task in order to copy your artifact from Bamboo to your Weblogic server.
If this answer was helpful, please allow me to ask you to mark my answer as accepted in order to have it in the top of the thread, also helping other customers.
Thanks in advance!
Kind regards,
Felipe Kraemer
I will try with that. So by scp task we can deploy our application to web logic server right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Felipe Kraemer : Thanks very much for the concept provided above, I copied the artifact to weblogic server. Does it means deployed the application? or still something left for deployment?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aakash Basnet, I am not sure how exactly Weblogic works, but as far as I can see at http://docs.oracle.com/cd/E13196_01/platform/docs81/deploy/deploy.html#1070825, as soon as the file extension is EAR and you've followed those steps in the link, the application should have been deployed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.