Deploy to weblogic using maven and jenkins

十年热恋 提交于 2019-12-05 04:13:52
osman

Use the Jenkins "Weblogic Deployer Plugin". This will do the deployment for you. All you need to do is specify:

  • Task Name: Give the deployment a name; Eg. Webapp WL Deployment

  • Environment: Specify the environment you are deploying to. Make sure you are using the AdminServer port number and not the Managed Server port number; default is 7001

  • Name: The name weblogic should use for your webapp to display the deployed component

  • Built resource to deploy: The file name of your webapp. You can use also use regular expressions for this

  • Targets: The name of the managed server you want to deploy the webapp to

  • Weblogic libraries: Whether or not the webapp should be deployed as a library component.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!