基于Jboss的航天实验室管理系统
2018-02-05 本文已影响32人
6c0fe9142f09
文件下载地址 https://pan.baidu.com/s/1hsTj1a8
环境:
- jdk 1.8.0_20
- windows 7
前期准备
本航天实验管理系统是部署在Jboss上的,需要使用java环境,所以在部署前确认电脑已经安装jdk并配置相应的环境变量。
安装
- 下载解压
2.访问bin目录,运行standalone.bat
standalone.bat3.系统提示Deployed "ROOTBASE.ear" 表示系统启动成功
image.png- 默认配置端口为80,用户可以通过htttp://localhost访问;
端口配置文件位于standalone/configuration/standalone.xml(图中已经修改为8289)
端口