阅读教程

怎么配置Weblogic数据源?

[日期:2008-06-09] 来源:  作者:志伟

weblogic数据源配置教程,文章层次结构清晰,一步一步为你讲授如何正确配置weblogic数据源.

weblogic数据源,weblogic配置教程

应用环境:JBuilderX+Welogic7.0+MSSQL server2000
一、    安装MSSQL  Server驱动程序
此 处假设安装路径是:F:\green\Microsoft SQL Server 2000 JDBC那么在F:\green\Microsoft SQL Server 2000 JDBC\lib下面, 会有以下三个文件msbase.jar、mssqlserver.jar、msutil.jar。
二、    设置Weblogic的启动classpath,也就是设置Weblogic启动时要加载的包
一定记住:是修改%BEA_HOME%\user_projects\mydomain\目录下的startWeblogic.cmd,一定不要修改%WL_HOME%\server\bin\下的任何文件。

配置后的文件如下:
@rem *************************************************************************
@rem This script is used to start WebLogic Server for the domain in the
@rem current working directory.  This script simply sets the SERVER_NAME
@rem variable and calls the startWLS.cmd script under
@rem %WL_HOME%\server\bin.
@rem
@rem To create your own start script for your domain, all you need to set is
@rem SERVER_NAME, then call %WL_HOME%\server\bin\startWLS.cmd
@rem
@rem Other variables that startWLS takes are:
@rem
@rem WLS_USER     - cleartext user for server startup
@rem WLS_PW       - cleartext password for server startup
@rem STARTMODE    - true for production mode servers, false for
@rem                development mode
@rem JAVA_OPTIONS - Java command-line options for running the server. (These
@rem                will be tagged on to the end of the JAVA_VM and MEM_ARGS)
@rem JAVA_VM      - The java arg specifying the VM to run.  (i.e. -server,
@rem                -hotspot, etc.)
@rem MEM_ARGS     - The variable to override the standard memory arguments
@rem                passed to java
@rem
@rem For additional information, refer to the WebLogic Server Administration
@rem Guide (http://e-docs.bea.com/wls/docs70/adminguide/startstop.html).
@rem *************************************************************************

echo off



[1] [2] 下一页   
      
      使用百度搜索:怎么配置Weblogic数据源?百度中搜索:怎么配置Weblogic数据源?
阅读:
录入:志伟

评论 】 【 推荐 】 【 打印
上一篇:WebLogic安装调试的详细说明(Linux操作系统)
下一篇:Weblogic 8.1 for Linux ES3.0安装与配置
相关教程      
本文评论       全部评论
发表评论


点评: 字数
姓名:

 
搜一下


 
本周热门教程
 

关于我们 | 广告合作 | 法律声明 | 联系站长 | 网站地图 | 网站搜索 | | Top ↑
Copyright © 志伟教程资料网 Powered by zhiweinet 1.0
 本栏目提供:怎么配置Weblogic数据源?