IT Community - Software Programming, Web Development and Technical Support

How to install jboss on linux machine ?

This is a discussion on How to install jboss on linux machine ? within the Operating Systems forums, part of the Computer Hardware/Software and Networking category; Hi. Can any tell me How to Install JBOSS SERVER in Linux...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Computer Hardware/Software and Networking > Operating Systems

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 09-13-2007, 05:33 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default How to install jboss on linux machine ?

Hi.

Can any tell me How to Install JBOSS SERVER in Linux
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-13-2007, 06:13 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Talking Re: How to install jboss on linux machine ?

How to Install JBOSS SERVER in LINUX

Quote:
1.Requirement for JBOSS
a. jboss-4.0.2.tar.gz
b. jdk-1_5_0_12-linux-i586.rpm

2.Extract the file jboss-4.0.2.tar.gz in folder /var

3.Install jdk-1_5_0_12-linux-i586.rpm
a. rpm -ivh jdk-1_5_0_12-linux-i586.rpm
b. export JAVA_HOME=/usr/java/jdk1.5.0_12
c. export PATH=$JAVA_HOME/bin:$PATH

start the jboss server
/var/jboss-4.0.2/bin/run.sh
NOW YOUR JBOSS SERVER IS READY

Quote:
Type localhost:8080 in browser and check whether JBOSS is running

Regards

Sans
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-14-2007, 04:01 AM
$enthil $enthil is offline
D-Web Sr.Programmer
 
Join Date: Apr 2007
Posts: 162
$enthil is on a distinguished road
Smile Re: How to install jboss on linux machine ?

hi sans,

I searched the Jboss-4.0.2, but i didnt get any link to download the jboss version. Can you please give me some link to download the file?
__________________
$enthil
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-14-2007, 04:25 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Thumbs up Re: How to install jboss on linux machine ?

Hi

you can download the jboss-4.0.2.tar.gz here


Regards

SanS

Last edited by sans : 09-14-2007 at 08:50 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-14-2007, 04:39 AM
it.wily it.wily is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
it.wily is on a distinguished road
Lightbulb Re: How to install jboss on linux machine ?

hi sans,

i have downloaded and installed the JBOSS server in my linux machine.. But am having a screen which shows that the server is started and remains idle. If i tried to close the window, the server stops. Is it possible to close the screen after the server starts???

please help me..
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-14-2007, 07:22 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Thumbs up Re: How to install jboss on linux machine ?

hi it.wily,

1. Create Script file (ex. startjboss.sh) vi startjboos.sh
Quote:
#!/bin/sh
JAVA_HOME=/usr/java/jdk1.5.0_12
export JAVA_HOME
cd /var/jboss-4.0.2/bin
echo "Starting JBOSS server"
nohup /var/jboss-4.0.2/bin/run.sh -c projectfolder > JBoss.log 2>&1 &
sleep 60
exit

2. Save the file :wq

3. Run this file instead of run.sh

Quote:
TO START THE SERVER, TYPE bash startjboss.sh
Now the server will run in back ground

Hope this will help You

with regards

SANS

Last edited by sans : 09-14-2007 at 07:24 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-19-2007, 09:20 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: How to install jboss on linux ?

hi sans,

I finished installed JBOSS its working, Thanks
and I want to install Oracle 10g Enterprise Edition,
Jboss default port is 8080, oracle also is same 8080,
how to configure Jboss and Oracle in this case?


Regards

itbarota
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-25-2007, 08:28 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Thumbs up Re: How to install jboss on linux machine ?

hi,

For installation and configuration of Oracle check this link

Regards
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install Linux in my PC? $enthil Operating Systems 1 01-09-2008 10:17 PM
How to install Mysql in Linux server? write2ashokkumar Server Management 1 12-14-2007 04:24 AM
How to install a MIDlet onto Motorola Linux OS phones jeyaprakash.c J2ME 0 10-26-2007 11:41 PM
How to Install Oracle in linux sans Operating Systems 0 09-25-2007 08:19 AM
Can I install VS .NET and the Visual Studio 6.0 installed on the same machine? oxygen ASP and ASP.NET Programming 1 07-20-2007 04:42 AM


All times are GMT -7. The time now is 01:03 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0