i have implemented a separate listener-class which includes the
context-initiliazed and contextdestroyed methods. i have put my socket
connection stuff in the initialized method.

it seems to load up with tomcat and with the webapp and is working
fine. the problem is that once its started the socket is waiting for
any messages to be recieved and in the meantime the web app does not
load up any further, once i send  a message to it, it works fine
again.

so i am back to my original problem, i want it to open up a socket in
the background and wait for communication but the web app should work
fine in the meantime, the process shouldnt stop anything.

any help guys.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to