readme.txt
来自「学生注册— 本模块允许新的学生创建和维护他们的帐户信息」· 文本 代码 · 共 32 行
TXT
32 行
Before starting we recommend you to set up the enviroment properly
by following steps described in c:\styejb\examples\README.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:\styejb\examples>setEnvWebLogic.bat
C:\styejb\examples>cd day21ex
C:\styejb\examples\day21ex>buildWebLogic.bat
In case of JBoss, use the following steps
C:\styejb\examples>setEnvJBoss.bat
C:\styejb\examples>cd day21ex
C:\styejb\examples\day21ex>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:\styejb\examples>setEnvWebLogic.bat
C:\styejb\examples>startWebLogic.bat
In case of JBoss, use the following steps:
C:\styejb\examples>setEnvJBoss.bat
C:\styejb\examples>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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?