在JB7中按如下步骤配置WL6.1:
1.Tools-Configure Servers
选择Weblogic Application Server 6.x+(最初是灰的)-->复选Enable server(Server settings的选项变为可编辑)-->
A、General标签
 <1> Home directory : K:/bea/wlserver6.1 (Weblogic 6的安装路径)
 <2> Main class: weblogic.Server  (default)
 <3> VM paramenters:...           (default)
 <4> Working directory:K:/bea/wlserver6.1
B、Custom标签
 <1> JDK installation directory: K:/bea/jdk131_02( 或者D:/JBuilder7/jdk1.3.1)
 <2> BEA home directory: k:/bea
 <3> Domain diredtory : k:\bea\wlserver6.1\config\mydomain
 <4> User name 和 Password :是weblogic的用户名和密码
 <5> Domain name 、Server name、 Version 使用缺省值,例如mydomain,myserver,6.1(K:/bea/wlserver6.1)
2、Tools-Enterprise Setup
 A、CORBA标签 
 在Configuration中,选择new
 <1>Name for this configuaration:weblogic
 <2>Path for ORB tools: K:/bea/wlserver6.1/bin
 <3>Library for projects: WebLogic 6.x+ Deploy 
 <4>IDL compiler command: idlj.exe
 <5>Command option for output directory: (任意给定一个存在的文件夹就可以了)3、Project-Default Project Properties
 server 标签
 确保选中Single server for all services in project ,然后从下拉列表中选择WebLogic Application Server 6.x+就即可以到此JB7与WL6集成配置全部结束,下面就看你怎么用了,呵呵......