天天看点

gentoo下安装JBoss Web Server 2.1.2

1、安装jdk并配置环境

# emerge sun-jdk

#  nano /etc/env.d/20java-config

添加以下内容

gentoo下安装JBoss Web Server 2.1.2

PATH

=

"

/opt/sun-jdk-1.6.0.12/bin

gentoo下安装JBoss Web Server 2.1.2

ROOTPATH

gentoo下安装JBoss Web Server 2.1.2

CLASSPATH

.:

/

opt

sun

-

jdk

1.6

.

0.12

lib

dt.jar:

tools.jar

gentoo下安装JBoss Web Server 2.1.2

2、安装jboss并配置环境

gentoo下安装JBoss Web Server 2.1.2

下载 JBoss Web Server 2.1.2.GA bintar,文件为jboss-web-2.1.2.GA.tar.gz

 # tar -xvf jboss-web-2.1.2.GA.tar.gz

 # mv jboss-web-2.1.2.GA /jboss

# nano /etc/env.d/99jboss-config

添加以下内容: 

gentoo下安装JBoss Web Server 2.1.2

JBOSS_HOME

/jboss

gentoo下安装JBoss Web Server 2.1.2

/jboss/bin

gentoo下安装JBoss Web Server 2.1.2

# /jboss/bin/startup.sh 

gentoo下安装JBoss Web Server 2.1.2

Using CATALINA_BASE:   

jboss

gentoo下安装JBoss Web Server 2.1.2

Using CATALINA_HOME:   

gentoo下安装JBoss Web Server 2.1.2

Using CATALINA_TMPDIR: 

temp

gentoo下安装JBoss Web Server 2.1.2

Using JRE_HOME:       

usr

gentoo下安装JBoss Web Server 2.1.2

,显示以下页面说明正常

gentoo下安装JBoss Web Server 2.1.2

4、将JBOSS设置为开机自动运行

# nano /etc/conf.d/local.start

添加以下内容:

gentoo下安装JBoss Web Server 2.1.2

bin

startup.sh