error, no display). And when I look at the source I got :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>
Have I missed something ?
strange...Paul?
Oh, and I forgot to tell that the connection from the browser works : when I do a second 'telnet', the counter is equals to 3 (thus, the mozilla request has been received).
[EMAIL PROTECTED]:~/thesis/implementation/phoenix/phoenix-4.0a4$ telnet localhost 8999
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
<html><body><b>Hello World!</b><br> Requests so far = 1<br>
you are localhost at 127.0.0.1<br>
</body></html>
Connection closed by foreign host.
Then i try to acess the service from my browser.
[EMAIL PROTECTED]:~/thesis/implementation/phoenix/phoenix-4.0a4$ telnet localhost 8999
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
<html><body><b>Hello World!</b><br> Requests so far = 3<br>
you are localhost at 127.0.0.1<br>
</body></html>
Connection closed by foreign host.
So it seems that it is only the output that is corrupted somewhere ?
Cheers, yann.
-- / Yann SECQ Equipe SMAC [EMAIL PROTECTED] \ | Multi-Agent Systems Modeling & Agent Oriented Programming | \ http://www.lifl.fr/SMAC http://www.lifl.fr/~secq /
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>