
Weblogic
iteye_1678
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
enable/disable Weblogic production mode
Set the value of "production-mode-enabled" to false/true in ${wls.domain.path}/config/config.xml原创 2012-10-31 17:20:59 · 372 阅读 · 0 评论 -
deploy Weblogic application with Ant
... <taskdef name="wldeploy" classname="weblogic.ant.taskdefs.management.WLDeploy" classpath="${wls.home}\server\lib\weblogic.jar"/> <wldeploy action="deploy" name="${appName}" target原创 2012-10-31 17:24:37 · 139 阅读 · 0 评论 -
install WebLogic server as a windows service
save following script to a bak file -> update the info inside -> run it FYI: http://weblogic-wonders.com/weblogic/2011/02/01/weblogic-as-a-windows-service/ install script: SETLO...原创 2012-11-02 14:50:21 · 202 阅读 · 0 评论