Creating Java Listener on a specific socket
Hi,
I reasonably new to Java, I have only really had experience with JSP pages. Now what I would like to accomplish is to create a listening program that will listen on a port yet to be specified and peform certain tasks on the local database before returning a successful completion message.
Could someone please tell me where I can start to accomplish this? I am running Tomcat on Solaris 7 and I am assuming I will first of all need to open a port to listen, then create a listening program ..... But that is the best I've got ...
thanks in advance.

