How to run JBoss AS as a Windows Service JBoss AS comes with Windows service executable as part of JBossNative
Continue readingCategory: Jboss
this category contains posts related to JBoss
JNDI lookup in JBoss
This post illustrates a simple JNDI lookup in Jboss Server that can be used to lookup Data Sources etc. 1.
Continue readingJBoss JMS using HornetQ
JBoss JMS feature using HornetQ
Continue readingJBoss JMS Queue configuration
Configuring JMS providers in JBoss:- ******************************** The below example demonstrates a JMS example using Queue Destination (Point β To β
Continue readingLDAP Authentication on JBoss
The below post demonstrates a sample configuration of LDAP Server with JBoss Server Steps: 1. Install OpenDS Directory Server. 2.
Continue readingSSL Configuration with Jboss server
The below post describes the steps to configure SSL for your JBoss Server. Steps: 1:- Create a self signed certificate
Continue readingCreating Virtual Hosts on JBoss
Create an application having the virtual host element in the jboss-web.xml present in the WEB-INF folder of the applicatio jboss-web.xml
Continue readingConfigure Apache WebServer with Jboss cluster.
1:- Create a cluster of Jboss server instances. a:- Copy the folder βallβ under the server directory i.e. the location
Continue readingCreating a datasource on JBoss
Place the oracle database driver (ojdbc14.jar) in C:JBossjboss-5.1.0.CR1serverdefaultlib Create the datasource xml file and place it in C:JBossjboss-5.1.0.CR1serverdefaultdeploy oracle-ds.xml <datasources>
Continue reading