Hi,

I wish to implement a TCP/IP based Server inside Jboss which would
accept and listen to requests from external clients. To start off, is
this possible?; can I open TCP sockets inside Jboss server and establish
connections to external clients? The server would basically involve
using some kind of a threading mechanism so that it can stay alive and
listen for messages from the external clients.


I know this cannot be done via EJBs as they have a restricted lifecycle
and the contained does not allow user threads (is this right?). Is there
any other way to achieve this?. Can I have a simpel Java class inside
the Jboss server acting as the TCP server?


Any help is much appreciated. Also is there any low level documentation
that discusses protocols and various ways of establishing connections to
the Jboss server

i think creating an mbean is the right way.



best regards


Ingo Bruell
---
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC
Germany PGP-Public-Key available at pgpkeys.mit.edu




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to