jbuilder与weblogic集成
1,JBUILDER9打开
2,依次单击菜单上的TOOLS--CONFIGURE SERVERS命令
3,选中WEBLOGIC SERVER8.1,在右边单击“ENABLE SERVER”,选择HOME目录为/BEA/WEBLOGIC81/SERVER,然后选择工作的目录
class类中填加c:/bea/weblogic81/server/lib/weblogic_sp.jar
             c:/bea/weblogic81/server/lib/weblogic.jar
             c:/bea/weblogic81/server/lib/webservices.jar三个jar文件。
4,单击“CUSTOMER”选项卡,分别填写username,password,listen address:127.03.0.1,listen port:7001,在add an admin console...选项中打钩,在add a configuration wizard item...选项中打钩。
5,单击工程菜单,选择“project properties”子菜单,在弹出的对话框中选择“server”选项卡,选择服务器为weblogic platform server8.x.
6.单击run选项卡,同样新建一个运行配置,使用同样的名称为weblogic,选择运行的类型为server,使用的服务为weblogic.
7,用鼠标右键单击一个.jsp的文件,选择”web run“的菜单,然后单击“using weblogic”,也可。