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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to