[ 
https://issues.apache.org/jira/browse/TUSCANY-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576963#action_12576963
 ] 

ant elder commented on TUSCANY-1974:
------------------------------------

Another very useful tool for debugging this is TCPMON from the Apache WS 
project - http://ws.apache.org/commons/tcpmon/download.cgi

You can use that to view the messages sent between the browser client and 
tomcat server. Start up TCPMON, click on Admin , enter 8089 for the listen port 
and change the Listener target port to 8080 and click add. Now on the browser 
change the URL used to run the sample to use the port 8089 eg 
http://localhost:8089/sample-chat-webapp/, TCPMON should then show all the HTTP 
messages like GET/ and POST/. Comparing the message differences from the 
Tuscany 1.0.1 and current trunk code may give a good indication of what the 
problem may be.

> Chat webapp sample misses chat messages
> ---------------------------------------
>
>                 Key: TUSCANY-1974
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1974
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.1
>         Environment: Tuscany 1.1 RC1
> RHEL5
> IBM JDK 1.5
> Tested Firefox 2.0.0.11 and 3.0 beta2
>            Reporter: Jean-Sebastien Delfino
>            Assignee: ant elder
>             Fix For: Java-SCA-Next
>
>
> To reproduce the issue:
> Deploy the Chat webapp to Tomcat and open it in Firefox
> enter nickname: test1, text: 1
> nothing is logged, the message seems to be lost
> enter text: 2, then 2 is logged
> Another weird issue:
> open another window
> enter nickname: test2, text: a
> again 'a' is lost
> enter text b, this time b is logged
> Go back to the first window
> enter several text messages
> they are logged in the first window but none of them is logged in the second 
> window
> The chat application does not seem to really work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to