dugsong/msgbus

Web interface not working

Opened this issue · 1 comments

What steps will reproduce the problem?
1. run ./configure
2. run make CFLAGS=-I/usr/include/python2.5/
3. run make install

What is the expected output? What do you see instead?

Expected output is that when running chatdemo, messages can be input and 
will then appear in the lower half of the web interface.  Also, when 
running test-pub and test-sub should be able to browse to 
http://localhost:8888/msgbus/flood.

Actual output is that the chatdemo accepts messages but does not display 
them. When running test-pub / test-sub, attempts to browse to 
http://localhost:8888/msgbus/flood fail because there is no such directory.


What version of the product are you using? On what operating system?

msgbus 0.1 on Ubuntu 8.04


Please provide any additional information below.

Does the make install create the web directory, or do I need to create 
it?  If I need to create it, where should it be placed and what should it 
be called?

Original issue reported on code.google.com by dan.hark...@gmail.com on 5 Oct 2009 at 3:10

NOT an issue.  Discovered problem.  (***Sarcasm***)Big surprise
here(***Sarcasm***).....the problem was that IE does not know how to handle
multipart/x-mixed-replace content type.

Original comment by dan.hark...@gmail.com on 7 Oct 2009 at 7:16