[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to configure jboss for xinetd
rdettwyler
do-not-reply at jboss.com
Mon Dec 17 16:26:31 EST 2007
If I use the following config and it is running under xinetd, I get an error:
Dec 17 15:25:48 integration xinetd[6215]: warning: can't get client address: Transport endpoint is not connected
Dec 17 15:25:48 integration xinetd[32474]: START: jboss pid=6215 from=<no address>
/etc/services -- jboss 8080/tcp
/etc/xinetd.d/jboss.conf
# default: on
# description: JBOSS
service jboss
{
flags = REUSE
socket_type = stream
port = 8080
wait = yes
user = jboss
group = jboss
server = /usr/local/jboss/bin/run.sh
server_args = -c all -b `hostname`
log_on_failure += USERID
disable = no
}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113563#4113563
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113563
More information about the jboss-user
mailing list