您的位置:寻梦网首页编程乐园Java天地小龙亭之JSP实践之旅
小龙亭之JSP实践之旅
主页入门EJBJ2EE平台JSP编程译文工具JavaAppServerWeb数据库XML手记小亭

Websphere3.0.2 for WindowsNT安装指南

作者:nixinzhong 2000-07-21


  一. 安装的准备工作:
  硬件:
  1〉 Pentium || or comparable processor or later
   2〉 Support for a communications adapter
  3〉 75MB of free disk space for installation; plus 20 MB for installing IBM HTTP Server; plus disk space for installing Oracle Database
  4〉 256MB of memory( 512MB recommended )
  系统:
   WindowNT 4.0 with Service Pack 4 or later
  软件:
  1〉 IBM JDK n1.1.7p for Window NT, build level 0823
  2〉 IBM HTTP server Version 1.3.6
  3〉 Oracle Version 8.0.5 with Driver Manager JDBC-thin/100% Java for JDK 1.1.x
  4〉 WebSphere Application Server 3.02 Advanced edition
  5〉 IE4.0 or Netscape4.07 or later
   另外:You may also need a text editor to edit files and a ZIP tool to unpack files.
  
  二. 安装步骤:
  1. Install IBM JDK n1.1.7p build level 0823
  如果在安装JDK1.1.7p 之前已经安装了更高的版本,必须先进行卸载。
  然后运行ibm-jdk-n117p-win32-x86.exe文件,进行缺省配置即可。
  
  2. Install IBM HTTP server Version 1.3.6
  在CD上安装,运行\httpd\Setup.exe;如果是下载的文件,运行HTTPServer_ex.exe
  选择典型安装
  安装完成后,不要立即重起。
  配置httpd.conf 中 ServerName 
   将#ServerName new.host.name 
   改为 ServerName 自己的主机名(或localhost)
  
  3. Configure Oracle as the WebSphare Application Server administrative server repository
  WebSphere Application Server supports Oracle 8.0.5 but requires the latest driver manager.,You can obtain the driver manager from the oracle website
  (< A href="http://technet.oracle.com/software/download.htm," target="_NEW">http://technet.oracle.com/software/download.htm,< /A> located under driver mangers for Oracle 8 and oracle8i, Version 8.1.6) .Place the driver manger file. classes111.zip,in your /jdbc/lib directory.
  1〉 修改oracle 的配置文件init(SID).ora,增加 open_cursor = 200项。
  2〉 sqlplus system/manager
  创建EJSADMIN/EJSADMIN(用户/密码),
  GRANT CONNECT ,RESOURCE, DBA TO EJSADMIN。
   重新启动系统。
  4. test installation of IBM HTTP Server
  1〉 启动IBM HTTP Server
  2〉 Open a browser and browse < A href="http://localhost/" target="_NEW">http://localhost/< /A> 显示IBM HTTP Server
  3〉 Select Configure server
  4〉 Enter the username and password 
  5〉 Set to ther server name parameter
  6〉 Check the right JDK version : java –fullversion
  If you don’t , you check path that c:\jdk1.1.7(or whatever you specified for the IBM JDK directory) has been added to your path.
  
  5. Install WebSphere Application Server 3.02 Advanced editon
  1〉 stop the Web server.
  2〉 Run setup.exe
  3〉 Select Custom Installation
  4〉 if no DB2 database, 选择安装,根据提示输入参数
  5〉 installed finish, restart
   
  6. test install of WAS
  1〉 start IBM WS AdminServer, 启动控制台
  2〉 察看是否起来,使用记事本打开logs下的tracefile文件
  显示:
  AdminServer A Initializing WebSphere Administration server
  DrAdminServer A DrAdmin available on port 1,035
  InitialSetupI A Creating.Sample.Server.Configuration
  AdminServer A WebSphere Administration server open for e-business
  表示成功;否则会提示错误;
  
  3〉 在控制台上选择任务菜单里的配置:
  配置应用程序服务器
  配置虚拟主机
  配置Web应用程序中的虚拟JSP文件或Web资源
   3〉 重新启动.
  
  注:在安装之前需要测试一下jdk的正确性和oracle 数据库连接的正确性。
  

小龙亭工作室 Blueski   Copyleft: 2000/9