我就在这里
发布时间:2014-05-24 22:22:40
转自:http://examples.javacodegeeks.com/enterprise-java/jms/simple-jms-example-on-jboss-5-1/In this example we shall show you how to create a simple hello World example in JMS, using JBoss 5.1. JMS is a very popular API standard for messaging, and most messaging systems provide a JMS API. To crea.........【阅读全文】
发布时间:2014-05-24 20:47:49
前言现在的网站,基本上都离不开数据库,而微软的SQL Server就是其中应用较广的数据库。如果要在JBoss7中使用MSSQL,就要配置DataSource,即数据源。至于如何配置,可以参考如下的内容。 准备JDBC首先去MSSQL的官网下载最新的JDBC驱动程序,相关的链接如下所示:http://www.microsoft.com/downl.........【阅读全文】
发布时间:2013-01-31 20:09:03
jboss-as 目录结构(Directory Structure)DirectoryDescriptionbinContains startup, shutdown and other system-specific scripts. Basically all the entry point JARs and start scripts included with t.........【阅读全文】
发布时间:2013-01-31 19:46:26
一、设置Connector 修改server/default/deploy/jboss-web.deployer/server.xml Xml代码 <Connector port="80" address="0.0.0.0" maxThreads="250" maxHttpHeaderSize="8192" .........【阅读全文】
发布时间:2013-01-29 21:49:06
1.用keytool生成server.keystore文件:C:\Documents and Settings\new>keytool -genkey -alias tc-ssl -keyalg RSA -keystore c:\ExpressPoscard.keystore -validity 3650生成完后放入C:\jboss-3.2.6\server\default\conf中。2。配置server.xml文件<!-- SSL/TLS Connector configuration using the admin devl .........【阅读全文】