[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Servlets
 
RSS feed
 
New topic
Author

Servlet 3.0 Asynchronous Chat Sample NOT working?

Namitha karupaiya
Ranch Hand

Joined: Mar 10, 2004
Messages: 78

Has anyone tested the Chat software which (features the Servlet 3.0 new Asynchronous feature) is included as a sample in the JavaEE 6 download?

This program is NOT working for me. Any small help from anyone is greatly appreciated!
Ankit Garg
Bartender

Joined: Aug 03, 2008
Messages: 6371

Namitha karupaiya wrote:This program is NOT working for me.

It would be better if you specify more clearly what problem you are facing. Are you getting any exception, or unable to deploy it or something else??

SCJP 6.0 98%, SCWCD 5 98%, Javaranch SCJP FAQ, SCWCD Links
Namitha karupaiya
Ranch Hand

Joined: Mar 10, 2004
Messages: 78

The program can be compiled & deployed without any problem. Say, now I am opening the chat page in two windows of my Firefox browsers. The first user "fox_a" is able to chat in the first window without any problem. But the 2nd user "fox_b" cannot view his/her chat text display in the 2nd window. (but fox_a is able to view messages from fox_b)

But if you use IE, the logging in button is not responding at all!

(I used Netbeans 6.8, Firefox 3.5, Glassfish 3, IE 8 & Chat application shipped with Java EE 6 download)

This message was edited 1 time. Last update was at by Namitha karupaiya

 
jQuery in Action
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Servlets
 
RSS feed
 
New topic
IntelliJ open source