[Zope] Telnet to Port 8080
Tino Wildenhain
tino@wildenhain.de
Thu, 08 Mar 2001 23:03:36 +0100
Hi karthick,
if your Zope is running on port 8080, you should either use:
GET / HTTP/1.0[enter][enter]
or more precisely:
GET / HTTP/1.1[enter]Host: yourhost[enter]connection:
close[enter][enter]
This is because Zope does not support HTTP/0.9
HTH
Tino Wildenhain
karthick ramanarayanan wrote:
>
> Why Am I not able to telnet to port 8080 and do a ,
> GET / like you do on port 80.
> It just hangs.
> Whats the problem.
> Bye,
> A.R.Karthick
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )