README.TXT
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:1k
源码类别:

Java编程

开发平台:

Java

  1. Before starting we recommend you to set up the enviroment properly 
  2. by following steps described in c:styejbexamplesREADME.TXT
  3. A. The following steps describe compilation process,
  4.     Start a command window and run build, and deploy script,
  5.       In case of WebLogic, use the following steps
  6.         C:styejbexamples>setEnvWebLogic.bat
  7.         C:styejbexamples>cd day21ex
  8.         C:styejbexamplesday21ex>buildWebLogic.bat
  9.       In case of JBoss, use the following steps
  10.         C:styejbexamples>setEnvJBoss.bat
  11.         C:styejbexamples>cd day21ex
  12.         C:styejbexamplesday21ex>buildJBoss.bat
  13.    
  14. B. The following steps describe how to run the example: 
  15.    1. Start application server in a command window as follows,
  16.       In case of WebLogic, use the following steps:
  17.         C:styejbexamples>setEnvWebLogic.bat
  18.         C:styejbexamples>startWebLogic.bat
  19.       In case of JBoss, use the following steps:
  20.         C:styejbexamples>setEnvJBoss.bat
  21.         C:styejbexamples>startJBoss.bat
  22.    2. Use the Web browser to access the University Registration System
  23.       In case of WebLogic, use the URL http://localhost:7001/ursday21ex
  24.       In case of JBoss, use the URL http://localhost:8080/ursday21ex
  25.