选中了WL,要在右边把Enable Server前面勾上才能进行配置.

解决方案 »

  1.   

    To: flexinsky(我心飞扬) 
     "选中了WL,要在右边把Enable Server前面勾上才能进行配置."
    在JB的Tools->Configure Servers 左侧的Weblogic Application Server 6.x+ 选项是灰色,右边把Enable Server前面勾上是没有用的。
      

  2.   

    http://www.yesky.com/20020820/1626178.shtml
    里面讲的很详细.
      

  3.   

    复选 Enable server 后,其它各项可选或可填,点击 ... 按钮,
    选择 Home directory ;
    选择 Working directory ;
    为你机器所装 Weblogic 的位置。
      

  4.   


    复选 Enable server 后,其它各项可选或可填,但改完后在Project->Default Project Properties中,在下拉列表框中还是只能看到Tomcat,看不到Weblogic。再打开Tools->Configure Servers ,一切还是原样,所有修改的都没起作用。我看了http://www.yesky.com/20020820/1626178.shtml,我这里没有cr_wls60f.jar文件,也没有安装BorlandEnterpriseServer,因此不能在JB中设置Enterprise Setup -> Corba ,不知是否是它们的原因。哪里有cr_wls60f.jar文件和BorlandEnterpriseServer?
      

  5.   

    安装Weblogic后,在jbuilder的config server上钩上Enable Server就可以了,我刚试了
      

  6.   

    在jbuilder的config server上钩上Enable Server就可以了,我Weblogic装在c盘,General中按照你Weblogic的位置填写Custom中各项就能自动生成。
      

  7.   

    怎么我的设置还是不行。
    我在JBuilder下开发的Applet,Servlet等程序,我都可以在Weblogic下发布,但就是不能在jbuilder的开发环境下的config server中设置weblogic,真不知是什么原因。
      

  8.   

    哪里有cr_wls60f.jar文件和BorlandEnterpriseServer
      

  9.   

    你可以看这篇文章:
    配置JBuilder7和Weblogic7  
    作者:chenying     发表时间:2002/08/06 05:30pm
     
    JBuilder7和Weblogic7都出来了,在这里记录了一些配置过程,希望对大家有帮助
    :) 
    假设将Weblogic7安装在c:/bea
    <一>Weblogic7
    安装略,
    配置选择菜单中的Configuration Wizard就可以进行配置了 1.Select a template:选择WLS Domain,Name默认的mydomain
    2.Choose Server Type: Managed Server(...)最长的
    3.Specify directory for "mydomain" domain:C:\bea\user_projects\
    4.Value Administrative Server Info-Admin Server Name or IP 写机器的ip就可以了,其它的默认值即可
    5.Configure Managed Server: 
     <1> Server Name:默认为myserver,我这里是默认的
     <2> Server Listen Address:写机器的ip .其它的默认
    6.Create System UserName and Password:写用户名和密码,随便写了
    7.Install Server as Windows Servic:这里问要不要在启动操作系统时启动,可根据自己的需用选择。
    8.Install Domain in Windows Start Menu:这里问要不要在开始菜单添加快捷方式,建议是“Yes”.这样在开始菜单中会出现EBA Weblogic Platform 7.0-User projects-my domain-Start Server

    <二>JBuiler7
    1.Tools-Configure Servers
    选择Weblogic Application Server 6.x+后,选择Enable server,使标签的选项为可编辑的。
     A、General标签
    <1> Home directory : C:/bea/weblogic700/server
    <2> Main class: weblogic.Server
    <3> VM paramenters:-ms64m -mx64m    -Djava.library.path=C:/bea/weblogic700/server/bin    -Dbea.home=C:/bea -Dweblogic.Domain=mydomain    -Dweblogic.Name=myserver    -Djava.security.policy==C:/bea/weblogic700/server/lib/weblogic.policy    -Dweblogic.management.discover=false    -Dweblogic.ProductionModeEnabled=false    
    -Dweblogic.management.username=admin -Dweblogic.management.password=password
        Main class和VM paramenters在选择Home directory后系统自动给出(总之不用自己填)
     <4> Working directory:C:/bea/user_projects/mydomain
         即使不将weblogic安装到c盘,系统也会创建c:/bea的。
         mydomain是在weblogic中创建的名称。
    B、Custom标签
     <1> JDK installation directory: C:/bea/jdk131_02(系统在c盘自建的)
     <2> BEA home directory: C:/bea(同上)
     <3> Domain diredtory : C:/bea/user_projects/mydomain(同上)
     <4> User name 和 Password :是weblogic的用户名和密码
     <5> Domain name 、Server name、 Version 都是默认的就可以了,例如mydomain,myserver,7.0(C:/bea/weblogic700) 2、Tools-Enterprise Setup
     A、CORBA标签 
     在Configuration中,选择new
     <1>Name for this configuaration:随便写,在这里我写的是weblogic
     <2>Path for ORB tools: C:/bea/weblogic700/server/bin
     <3>Library for projects: WebLogic 6.x+ Deploy ,Path for ORB tools写对了,这个选一下就好了。
     <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+就可以了。