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