Question : CentOS JBoss Configuration

Hi Experts,

I have basic working knowledge on linux. I got a laptop with 512 MB of RAM on which I have installed CentOS 5.3. My System has Pentium T2300 @ 1.66 MHz and have 512 MB RAM.

With this config, I want to work with JBoss and J2EE at the maximum possible speed.

I have downloaded JBoss 5.1.0 GA and extracted it to /usr/share/jboss-5.1.0.

Also, I have installed jdk1.6.0_05 in the system.

Can anyone give me how to

1) configure JBoss to work with J2EE Applications along with Datasource
2) deploy an servlet or any J2EE applications
3) integrate the JBoss with Netbeans 6.1 IDE which is installed on my system


Also, I want to know how to process all http requests with APACHE by default and then redirect the request to the JBoss.

Please give a step by step guidance.

Thanks & Regards,
Rameshbabu Arjuna Rajan

Answer : CentOS JBoss Configuration

Hi,
By default jboss has a default datasource configuration with HSQL DB, JNDI name for it is java:/DefaultDS

To deploy any web or J2EE application you just have to copy war or ear file into $JBOSS_HOME/server/default/deploy folder.

JBoss configuration in NetBeans 6.1

go to tab Services--->right click on Servers---Add Server option will come, click that option window will come in that choose Jboss Apllication Service, then click next give the location of server and then finish

To Stop the server right in that output window for server stop option will come ......

Random Solutions  
 
programming4us programming4us