Originally Posted by
abhisolanki94
I am new to JSP !! and I'm developing a web-based chatting system using JSP and socket.
First: one thing is to use HTTP, web pages and possibly timed/auto-refresh of the page to implement a "chat" system (this approach is used by many chats offered by companies on the web for the customer-care). In this case sockets are unuseful/not necessary.
All another thing is to implement a chat using a "custom" protocol (choosen by you) with sockets at TCP level on any port you like.
So please, clarify the scenario and your expectations.