
App Servers
iteye_8138
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JBoss Tips (1)
Copy database driver to C:\usr\jboss\jboss-4.2.3.GA\server\default\lib like h2.2009-09-02 21:37:23 · 99 阅读 · 0 评论 -
Multiple JBoss instances on the same machine
http://manoharviswanathan.com/blog/tech/running-multiple-jboss-instances-on-the-same-machine/ Running multiple JBoss instances on the same machine Did you ever had the requirement to run multipl...原创 2010-08-10 11:36:10 · 154 阅读 · 0 评论 -
Wildfly 8.2 configure data source
wildfly-8.2.0.Final/bin$ ./jboss-cl You are disconnected at the moment. Type 'connect' to connect to the server or ' [disconnected /] connect [standalone@localhost:9990 /] module add --name=or...原创 2014-12-02 12:50:00 · 161 阅读 · 0 评论 -
Wildfly 8.2 confict with Mojarra 2.2.1
SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-3) Critical error during deployment: : com.sun.faces.config.ConfigurationException: The tag named passThroughAttr...原创 2014-12-02 16:03:13 · 366 阅读 · 0 评论 -
Jboss -- Manually deploy war
wildfly-8.x.x.Final/bin$ ./jboss-cli.sh --connect [standalone@localhost:9990 /] deploy xxx原创 2014-12-27 21:17:08 · 181 阅读 · 0 评论