Hi
I wrote a chat application while ago.
It contains the server run the thread simultaneously at one port number, not
port 8080, the server receive the message from a client & route it, send
it to another specific client. On the client side, the client connect to
server through the port. there is a thread running all the time to check if
there is any message sent from server. This app worked well. The problem
of the program is that in order to chat, the client has to open the port
number, & it is not a good thing for security reason. If I embedded the
chat into Jsp app, how can I make the applet client talk to sever ( is it
will create url=http://8080..myserver <http://8080..myserver> ) , and how
the client receive the response back from server.
Thanks
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets