新的起点 新的开始

快乐生活 !

在Weblogic上创建ADF运行的Domain

There are lots of ways to do it.

1. Using GUI wizard to do it with selected JRF template.
2. ApplyJRF
3. AddTemplate of jrf_template_1.1.1..jar and update.

Following is detail for way 3.

loadProperties("D:/python/dev/BELL.properties")
readTemplate(WL_HOME+"/common/templates/domains/wls.jar")
cd('Servers/AdminServer')
set('ListenAddress','')
set('ListenPort', int(domain_port))
create('AdminServer','SSL')
cd('SSL/AdminServer')
set('Enabled', 'True')
set('ListenPort', int(domain_https_port))
cd('/')
cd('Security/base_domain/User/weblogic')
set('Name',userName)
cmo.setPassword(passWord)
setOption('OverwriteDomain', 'true')
writeDomain(base_domain_path+"/"+domain_name)
closeTemplate()
readDomain(base_domain_path+"/"+domain_name)
addTemplate('WL_HOME+"/oracle_common/common/templates/applications/jrf_template_11.1.1.jar')
updateDomain()
closeDomain()
exit()

posted on 2012-11-25 23:00 advincenting 阅读(1463) 评论(1)  编辑  收藏 所属分类: JSF/ADF

评论

# re: 在Weblogic上创建ADF运行的Domain 2012-11-26 13:32 扑克扫描仪

收藏一下,也许以后能用到。  回复  更多评论   


只有注册用户登录后才能发表评论。


网站导航:
 

公告

Locations of visitors to this page

导航

<2012年11月>
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

统计

常用链接

留言簿(13)

随笔分类(71)

随笔档案(179)

文章档案(13)

新闻分类

IT人的英语学习网站

JAVA站点

优秀个人博客链接

官网学习站点

生活工作站点

最新随笔

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜