力香: 守护!自在! 读书!

导航

JBoss 实战

 

Director Note
appclient Contains configuration details for the applicaiton client container.
bin/ Contains start-up scripts for JBoss Enterprise
Application Platform 6 on Microsoft Windows
bundles/ Contains OSCi bundles which pertain to JBoss Enterprise Application Platform 6 internal functionality.
docs/ License files, schemas and examples
domain/ Configuration files, deployment content, and writable areas used when JBoss Enterprise Application Platform 6 runs are a managed domain.

standalone/ Configuration files, deployment content, and writable areas used when JBoss Enterprise Application Platform 6 runs as standalone server.

modules/ Modules which are dynamically loaded by JBoss Enterprise Application Platform 6 when services request them

welcome-content/ Contains content used by the Welcome web applicaton which is available on port 8080 of a default installation

jboss-modules.jar The bootstrapping mechanism which loads modules

 

 

JBOSS基本配置-端口
在JBOSS EAP6的bin目录下,输入./standalone.sh即可启动JBOSS EAP6
在启动过程中如果发现端口冲突的问题可以修改$JBOSS_HOME/standalone/configuration/standalone.xml,把该文件中的端口改成相应的地址即可
如果你要终止JBOSS也很简单,直接ctrl + c即可。
初始化用户名密码
http://127.0.0.1:9990/
cd /opt/jboss/bin
./add-user.sh
我们增加一个admin的用户,记住:admin的密码必须为8位字符+数字混合

 

 

JBoss 实战(1)
https://www.cnblogs.com/aiwz/p/6154594.html
https://www.cnblogs.com/aiwz/p/6154591.html
https://www.cnblogs.com/aiwz/p/6154592.html
lidu1702@126.com
广州天河软件园(天河公园)附近
https://www.cnblogs.com/aiwz/archive/2005/01/13/6333288.html

https://www.cnblogs.com/aiwz/archive/2005/01/10/6333290.html
https://www.cnblogs.com/aiwz/archive/2005/10/01/6333164.html

https://www.cnblogs.com/aiwz/p/6153990.html 偶的观点是:

1.幼儿园,可以通过IPAD,或者电脑,玩玩游戏,开拓智力;

2.上小学,可以学习画图啥滴,学习一下简单的所见即所得的可视化编程语言,如Visual Basic语言;

3.上初中了可以让他学习、学习高级编程语言,如Java;

4.高中可以,适当的,学习下算法,锻炼下逻辑思维能力,如搜索法(枚举、回溯、广度优先搜索)、构造法(分治、归纳、模拟等)、排序、队列、栈等数据结构;

5.考大学嘛!不太建议学计算机。主要还是看他个人的兴趣,如果自己真心喜欢,就去干软件研发吧!

我的观点,学习电脑,来提供自己的动手能力,逻辑思维能力,提供软件使用软件,把电脑当做一个工具,不要当做一个职业。


posted on 2020-03-14 05:14  力香  阅读(198)  评论(0编辑  收藏  举报