当前位置: 技术问答>java相关
送分了!
来源: 互联网 发布时间:2015-10-19
本文导语: JBuilder7 + Weblogic7 运行JSP and EJB 如何配置Weblogic7(在工程属性中),只要编译通过就行。 | JBuilder7的配置: 1. 修改环境变量TEMP和TMP 为不带空格的目录如:E:winnttemp 2. 启动Jbuilder7,选择:Tools->Configu...
JBuilder7 + Weblogic7 运行JSP and EJB 如何配置Weblogic7(在工程属性中),只要编译通过就行。
|
JBuilder7的配置:
1. 修改环境变量TEMP和TMP 为不带空格的目录如:E:winnttemp
2. 启动Jbuilder7,选择:Tools->Configure Servers
3. 选中左侧的Weblogic Application Server 6.x+,选中右边的Enable Server
4. 将General->Home Directory设为WebLogic7的Home Directory如:E:/bea/weblogic700/server,正常的话Jbuilder7将自动为你添好其他的项。
5. 将Custom->JDK Installation Directory设为 JDK的安装目录,如:E:/bea/jdk131_02
6. 将Custom->BEA Home Directory设为WebLogic7的Home Director,如:E:/bea
7. 将Custom->Domain Directory设为你的域目录,如:E:/bea/user_projects/mydomain
8. 添好User name, Password ,Domain name, Server name后,单击OK退出。
9. 选择:Tools->Enterprise Setup,单击CORBA页上的New, 按下表填写相应信息:
Name for this configuration = WelLogic 7.0
Path for ORB Tools = E:/bea/weblogic700/server
Library for Projects = WebLogic 6.x+ Deploy
IDL compiler command = idlj.exe
Commnad option for output directory = E:CORBAOutput(任意目录,不要有空格)
单击OK退出。
10.选择Project->Default Project properties
在Path页的Required libraries中将会看到WebLogic 6.x+ Client和WebLogic 6.x+ Deploy两项,如果没有,请检查以上步骤是否正确。
11.选择Server页,单击Single services for all service in project
在下拉列表中选择WebLogic Application Server 6.x+,但击OK退出,配置完毕。
WebLogic7的配置:
1. 启动WebLogic7
2. 打开IE6,在地址栏中输入:http://localhost:7001/console
3. 输入用户名和密码
4. 在左边的目录树中选中Services->JDBC->Connection Pools,单击右侧的Configure a new JDBC Connection Pool.,输入以下信息:
Configuration->General页:
Name =
URL =
Driver classname =
Properties : user =
Password =
单击Create建立连接池。
Targets->Server页:
将myserver(服务器名称)移至右侧的列表中,但击单击Apply
5. 在左边的目录树中选中Services->JDBC->TXData Sources,单击右侧的Configure a new JDBC Connection Pool.,输入以下信息:
Configuration->General页:
Name =
JNDI Name =
Pool Name =
选中Emulate Two-Phase Commit for non-XA Driver和Row Prefetch Enabled
单击Create建立数据源。
Targets->Server页:
将myserver(服务器名称)移至右侧的列表中,但击单击Apply,配置完毕。
1. 修改环境变量TEMP和TMP 为不带空格的目录如:E:winnttemp
2. 启动Jbuilder7,选择:Tools->Configure Servers
3. 选中左侧的Weblogic Application Server 6.x+,选中右边的Enable Server
4. 将General->Home Directory设为WebLogic7的Home Directory如:E:/bea/weblogic700/server,正常的话Jbuilder7将自动为你添好其他的项。
5. 将Custom->JDK Installation Directory设为 JDK的安装目录,如:E:/bea/jdk131_02
6. 将Custom->BEA Home Directory设为WebLogic7的Home Director,如:E:/bea
7. 将Custom->Domain Directory设为你的域目录,如:E:/bea/user_projects/mydomain
8. 添好User name, Password ,Domain name, Server name后,单击OK退出。
9. 选择:Tools->Enterprise Setup,单击CORBA页上的New, 按下表填写相应信息:
Name for this configuration = WelLogic 7.0
Path for ORB Tools = E:/bea/weblogic700/server
Library for Projects = WebLogic 6.x+ Deploy
IDL compiler command = idlj.exe
Commnad option for output directory = E:CORBAOutput(任意目录,不要有空格)
单击OK退出。
10.选择Project->Default Project properties
在Path页的Required libraries中将会看到WebLogic 6.x+ Client和WebLogic 6.x+ Deploy两项,如果没有,请检查以上步骤是否正确。
11.选择Server页,单击Single services for all service in project
在下拉列表中选择WebLogic Application Server 6.x+,但击OK退出,配置完毕。
WebLogic7的配置:
1. 启动WebLogic7
2. 打开IE6,在地址栏中输入:http://localhost:7001/console
3. 输入用户名和密码
4. 在左边的目录树中选中Services->JDBC->Connection Pools,单击右侧的Configure a new JDBC Connection Pool.,输入以下信息:
Configuration->General页:
Name =
URL =
Driver classname =
Properties : user =
Password =
单击Create建立连接池。
Targets->Server页:
将myserver(服务器名称)移至右侧的列表中,但击单击Apply
5. 在左边的目录树中选中Services->JDBC->TXData Sources,单击右侧的Configure a new JDBC Connection Pool.,输入以下信息:
Configuration->General页:
Name =
JNDI Name =
Pool Name =
选中Emulate Two-Phase Commit for non-XA Driver和Row Prefetch Enabled
单击Create建立数据源。
Targets->Server页:
将myserver(服务器名称)移至右侧的列表中,但击单击Apply,配置完毕。
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。