惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 风满袖

如何进行有效的沟通(二) 如何进行有效的沟通(一) SOA——概念 (转)Locale 详解 A XMLBean Tip BI相关的术语 开源BI系统简述 如何收集项目需求 Prefactoring——Guidelines Prefactoring——Introduction Create C++ Object Dynamically MVP——Model-Viewer-Presenter Success/Failure Criteria for Software Projects AJAX Secutiry and AJAX Applications Accessible -- Many Tutorials and Articles A NHibernate Helper Kit Apache——Config WebDAV 3D Desktop Some Funny Development Methodologies -- XXX Driven Development Why I hate Web 2.0/AJAX? Here are some reasons...
在Weblogic8.1.4服务器上安装Alphablox8.4
风满袖 · 2007-03-05 · via 博客园 - 风满袖

Alphablox是个很不错的前端展现工具,对Webshpere支持得很好,而在Weblogic上则相对问题较多,而且现在只支持Weblogic8.1.4,连8.1.6都不支持。而我必须使用Weblogic,在我安装Alphablox的时候,遇到了诸多的麻烦,将成功经验记录如下:

Weblogic8.1.4服务器上安装Alphablox8.4

安装环境

       Windows2003Weblogic8.1.4Alphablox8.4只支持Weblogic8.1.4

安装步骤:

1、  安装Weblogic8.1.4,设置好Weblogic的管理员用户和口令。

2、  使用Weblogic8.1.4的配置向导(Configuration Wizard),建立一个domain,如alphablox_domainservermyserver

3、  在该domain上配置用户(user)、用户组(group)和角色(role),具体如下:

a、  security下创建AlphabloxAdministrator 组和AlphabloxUser

b、  创建AlphabloxAdministrator角色,设置condition为:Caller AlphabloxAdministrator AlphabloxUser 组的一部分

c、  创建AlphabloxUser角色,设置condition为:Caller AlphabloxUser 组的一部分

d、  创建用户admin,口令为password,并将admin添加到AlphabloxAdministrator AlphabloxUser

4、  安装Alphablox8.4,指定部署到Weblogic服务器,并指定域目录,指定域为第2步建立的domainserver

5、  安装Alphablox完成后,到Weblogic安装目录的domain目录下找到Alphablox的目录,如:..\bea\user_projects\domains\alphablox_domain,编辑该目录下的startWebLogic.cmd文件,加入一句“call "D:\Program Files\IBM\DB2 Alphablox\bin\aassetup.bat"”,其中“D:\Program Files\IBM\DB2 Alphablox”为Alphablox的安装路径。

6、  启动Alphablox_domain下的myserver

7、  打开Alphablox的管理页面,进入前会提示输入用户和口令,输入admin/password即可进入页面。

更多详细的内容请参考Alphablox信息中心