Web & J2EE server
Awstats on Tomcat
Added on September 4th, 2008 The original war file is no longer available, please find a copy here I’ve found this little tutorial two years ago and it helps me a lot with awstats on tomcat, i hope it can be useful for you…. AwStats Author: John Smith (first website found) it seems to [...]
Zenoss – presentation
The new version of Red Hat Entreprise Linux was launched on March 14th. RHEL 5 includes a lot of new features such as: Application Design/Construction/IDE/Analysis Application Server/Integration Server Back-Office Enterprise Collaboration/Groupware/Messaging Consumer Content Management/Authoring CRM Enterprise Resource Planning Information Access/Delivery/Mining/Portal Information/Data Management/Database Middleware/Message-oriented/Transaction Network Management Networking Other Development Tools Security ServerWare/Clustering/Web/VM Storage Systems Management Considering [...]
En recherche active sur Grenoble
Je suis actuellement à la recherche d’un poste en region Rhône-alpes, à Grenoble. Ma mission actuelle se termine le 30 Mars. Je suis disponible à partir du 2 Avril. Je recherche parmi les types de postes ci dessous: Architecte technique Chef de projet technique Administrateur Systeme Linux et/ou DBA Oracle L’environnement technique du poste pourrait [...]
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 [...]
Apache – Directive Listen
Au moment de son démarrage, Apache ecoute sur un port et à une IP definié dans http.conf Par defaut il ecoute sur toutes les adresses IP et sur le port 80 Il est possible de créer des combinaisons IP/port. Cette possibilité peut s’averer utile dans le cadre de la definiton de Virtual hosts Par exemple: [...]
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 [...]
Oracle Application Server 10g – part I – Presentation & Introduction
Oracle Application Server (latest version 10g) also called OAS 10g is a very huge box. OAS is gathering various products: Oracle Portals, Oracle Reports, Oracle Forms,…. all of these running with the “kernel” of OAS: the OC4J container which belongs to the Application Server 10g instances. It is the main component of OAS. Using it, [...]