博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Deploying an Application to Weblogic using WLST
阅读量:2437 次
发布时间:2019-05-10

本文共 1135 字,大约阅读时间需要 3 分钟。

 

 

I am just posting this here as handy reference on how to deploy an application from the command line to BEA Weblogic 9.2 Server. Simply change my server names with yours:

Drop your EAR File Location: /bea/bea9/deployables
Deployment Instructions:
- Login on Weblogic Admin Server (admin1) with user weblogic
- Goto directory /bea/bea9/weblogic920/server/bin

- source setWLSEnv.sh script

 

 

- Run: java weblogic.WLST

wls:/offline> connect()
Please enter your username ["weblogic"] : adminid
Please enter your password ["weblogic"] : adminpassword
Please enter the url ["t3://localhost:7001"] : t3://stewlm90:10001 -- This should be your admin port
Connecting to weblogic server instance running at t3://stewlm90:10001 as username admin ...
Successfully connected to Admin Server 'stewlm90' that belongs to domain 'wlsdomain'.
Warning: An insecure protocol was used to connect to the server.
To ensure on-the-wire security, the SSL port or Admin port
should be used instead.
wls:/wlsdomain/serverConfig> redeploy('myApp')
wls:/wlsdomain/serverConfig> disconnect()

Questions or comments? Feel free to post them here. No login or id required.

转载地址:http://zxqmb.baihongyu.com/

你可能感兴趣的文章
sqlserver中的一些技巧(转)
查看>>
简化Windows 2003域控制器密码(转)
查看>>
GSM无线网络的虚拟分层(转)
查看>>
不用重装 轻松解决Windows系统棘手问题(转)
查看>>
对移动通信网络优化工作的一些见解(转)
查看>>
正确网络配置建议 减少卡机死机的关键(转)
查看>>
智能手机Smartphone开发从零起步(五)(转)
查看>>
SEO技巧中你可能没有注意的细节(转)
查看>>
微软开始二代Windows Live 不见Cloud OS踪影
查看>>
创建ISAPI扩展(转)
查看>>
病毒及木马预警一周播报(06.04.17~04.23)(转)
查看>>
黑客口述:我的第一台3389肉鸡的经历(转)
查看>>
关于 cleanup stack 和 two phase consturction [1](转)
查看>>
Oracle数据导入导出imp/exp (转)
查看>>
如何构建固定网(PSTN)短消息系统(转)
查看>>
Delphi文件管理(三)(转)
查看>>
关于网线的一些问题的解答(转)
查看>>
深度分析Win 2003自动升级补丁功能(转)
查看>>
使用Carbide.vs与VS.NET2003构建Symbian开发平台-S60 平台(转)
查看>>
来访者地址统计,很好的一个程序!(转)
查看>>