[jboss-user] [Management, JMX/JBoss] - Re: SocketServer in a MBean?

2007-10-30 Thread vojedavjr
Yes but ... when start the thread? I need my server to start listening "automatically" How can I accomplish that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100423#4100423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Management, JMX/JBoss] - SocketServer in a MBean?

2007-10-26 Thread vojedavjr
Hello all, is it posible to use a server socket inside a MBean? The problema I found is that if I want it to start when the app server starts then it hangs up the loading process because of the accept() method. What I need is a server socket to listen to other non Java applications in order