Please see
http://kbase.redhat.com/faq/FAQ_107_9963.shtm
for more
information
JBoss AS is configured with its internal servlet engine to listen for HTTP traffic on port 8080.
Once the jbossas service has been started, you can verify that it is running by pointing your web
browser to:
http://localhost:8080/web-console
You can use the Web Console to administer JBoss AS.
The entire JBoss AS suite runs under a new
jboss
system user. It may be necessary to use the
'
su -s /bin/bash jboss
' system command to deposit
.ear / .war / .jar
files under the
JBoss AS deployment directory, due to file system permissions. Alternatively, a developer can
be listed in the
jboss
user group by the system administrator. The best approach is to use the
Web Console (URL above) to deploy the application.
Note
Depositing files for which the user
jboss
has no read access in the deployment
directory will cause the server to fail to deploy.
To create additional JBoss AS configurations besides the provided 'default', 'minimal', 'all' and
'production', you must create a new directory for your configuration as follows (note the switches
given to the
cp
command):
export JBOSS_BASE=/var/lib/jbossas
cd $JBOSS_HOME
cp -pL -R server/default server/myownconfig
You can then change the configuration and request it to be used by setting the
JBOSSCONF
variable in the file:
/etc/sysconfig/jbossas
Optionally, you can just set the
JBOSSCONF
variable in
/etc/sysconfig/jbossas
to a
non-existent subdirectory (existing parent with write access by the
jboss
user) or an empty
directory (with write access by
jboss
) and the init script will create a new configuration directory
tree for you based on the current "production" configuration when the service is first started. You
can then stop the service, adjust the configuration as desired, and start it again.
Chapter 4. Using JBoss AS
12
Summary of Contents for APPLICATION STACK 1.3 RELEASE
Page 1: ...Red Hat Application Stack V 1 3 Release Notes 1 3 ISBN N A Publication date ...
Page 2: ...Red Hat Application Stack V 1 3 Release Notes ...
Page 3: ...Red Hat Application Stack V 1 3 Release Notes Copyright 2006 2008 Red Hat Inc ...
Page 4: ...Red Hat Application Stack V 1 3 Release Notes ...
Page 6: ...vi ...
Page 8: ...2 ...
Page 12: ...6 ...
Page 24: ...18 ...
Page 26: ...20 ...