Inprise Application Server,现在更名为BAS(Borland Application Server)
Borland有意思,自己的名字也变来变去。
http://jspchina.com试试。

解决方案 »

  1.   

    必须要IAS
    下载:
    http://www.jspchina.com/top2.htm
      

  2.   

    iPlanet Application Server, by SUN and Netscape.
      

  3.   

    要在JBuilder里写EJB,IAS是必须装的,但不一定要在IAS上调试,你可以照下面的方法让JBuilder与WebLogic集成起来。作者:何志强[[email protected]]
    日期:2000-11-7
    版本:1.0一、准备工作
      在配置前确保已经安装了下列软件:
        Inprise Application Server 4.1
        WebLogic 5.1.0
        JDK 1.2或1.3
      本文用$IAS代表Inprise Application Server 4.1安装目录,缺省为C:/Inprise/AppServer
      本文用$WebLogic代表WebLogic 5.1.0安装目录,缺省为C:/weblogic
      本文用$JDK代表JDK安装目录
    二、环境变量配置
      将TMP环境变量设置为一个不包含空格的目录:
        打开"控制面板"
        选择"系统"
        点击"高级"配置栏中的"环境变量..."按钮
        在"用户变量"中进行配置
    三、CORBA配置
      选择菜单Tools->Enterprise Setup...
      在CORBA配置栏中,选中VisiBroker,并按Edit...按钮
      将Path for ORB tools设置为$IAS/bin,如C:/Inprise/AppServer/bin
    四、Inprise Application Server 4.1配置
      选择菜单Tools->Enterprise Setup...
      在Application Server的IAS 4.1配置栏中,将IAS installation director设置为$IAS,如C:/Inprise/AppServer
      按OK后重新启动JBuilder,重启后JBuilder会自动创建IAS 4.1库
    五、WebLogic配置
      选择菜单Tools->Enterprise Setup...
      在Application Server的WebLogic 5.1配置栏中,将WebLogic installation directory设置为$WebLogic,如C:/weblogic  选择菜单Tools->Configure Libraries...
      按New...新建一个库
        Name: WebLogic 5.1
        Location: User Home
        Library paths: 
          $WebLogic/classes
          $WebLogic/classes/boot
          $WebLogic/lib/weblogicaux.jar
          $WebLogic/lib/persistence/WebLogic_RDBMS.jar
    六、项目配置
      选择菜单Project->Default Project Properties...
      在Enterprise配置栏中,选择...按钮,选中WebLogic Application Server 5.1,并按Edit...按钮
        将Class中已有的东西全部删除
        将$WebLogic/lib/weblogic510sp6boot.jar, $WebLogic/classes/boot将到Class栏中,如C:/weblogic/lib/weblogic510sp6boot.jar, C:/weblogic/classes/boot
        按OK按钮后Application Server应该为WebLogic Application Server 5.1
      在Paths的Required Libraries配置栏中,将WebLogic 5.1和IAS 4.1加进去
      在Build的WebLogic配置栏中
        选中Use WebLogic EJBC to generate stub files和Use external compiler to compile stub files
        将Compiler path设置为$JDK/bin/javac.exe,如C:/jdk1.3/bin/javac.exe
      在Run配置栏中,可以不选中Compile before running和Compile before debugging注意:
      在创建项目时将Root path指到一个不包含空格的目录
      

  4.   

    yanhall(赛门铁克):
    iPlanet Application Server, by SUN and Netscape. 
    一般,缩写为iWs
      

  5.   

    to fatpig521(瘦驼) :
    iWs is iPlanet Web Server, it is a web server.
      

  6.   

    yanhall(赛门铁克):
    哦,我知道了,多谢