Jboss
The Deployment scanner – jboss
Start The conf/jboss-service.xml file is full of options. One of these ones is about the deployment scanner. If you make any change in a jboss config file then you’ll have to restart the server. Open the conf/jboss-service.xml in vi or some text editor capable of saving in plain text. Scroll near the bottom to the [...]
Definition d’un datasource sous jboss
Pour mettre en place, une datasource, il suffit de prendre un exemple ici /usr/local/jboss/docs/examples/jca/*-ds.xml oracle-ds.xml par exemple copier le /usr/local/jboss/server/default/deploy/ sous le nom fichier_de_datasource.xml il faudra y faire reference dans les fichiers de config xml de l’appli qui sera deployer sous jboss:
JBoss – open source J2EE application server
* What is Jboss? * Downloading Jboss * Installing JBoss -with command line -with graphical mode * Running JBoss * Exploring the Directory Structure * Configuration * Deploying an application to JBoss * Summary JBoss is an open source J2EE application server. It is J2EE 1.4 spec-compliant, which means that it offers the same level [...]