README.TXT
资源名称:某公司的java培训教材 [点击查看]
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:1k
源码类别:
Java编程
开发平台:
Java
- Before starting we recommend you to set up the enviroment properly
- by following steps described in c:styejbexamplesREADME.TXT
- A. The following steps describe compilation process,
- Start a command window and run build, and deploy script,
- In case of WebLogic, use the following steps
- C:styejbexamples>setEnvWebLogic.bat
- C:styejbexamples>cd day21ex
- C:styejbexamplesday21ex>buildWebLogic.bat
- In case of JBoss, use the following steps
- C:styejbexamples>setEnvJBoss.bat
- C:styejbexamples>cd day21ex
- C:styejbexamplesday21ex>buildJBoss.bat
- B. The following steps describe how to run the example:
- 1. Start application server in a command window as follows,
- In case of WebLogic, use the following steps:
- C:styejbexamples>setEnvWebLogic.bat
- C:styejbexamples>startWebLogic.bat
- In case of JBoss, use the following steps:
- C:styejbexamples>setEnvJBoss.bat
- C:styejbexamples>startJBoss.bat
- 2. Use the Web browser to access the University Registration System
- In case of WebLogic, use the URL http://localhost:7001/ursday21ex
- In case of JBoss, use the URL http://localhost:8080/ursday21ex