durusmail: quixote-users: Help with using medusa
Help with using medusa
2004-06-18
2004-06-18
2004-06-18
2004-06-18
2004-06-18
2004-06-18
2004-06-18
2004-06-18
2004-06-18
Re: Help with using medusa
2004-06-18
2004-06-18
2004-06-18
2004-06-18
2004-06-19
2004-06-19
2004-06-19
2004-06-19
2004-06-20
Help with using medusa
Vineet Jain
2004-06-18
It starts and then shuts down. I put print statements before and after the:

print 'starting async loop'
asyncore.loop()
print 'finished async loop'

and this is the output from medusa:

C:\appservers\medusa-0.5.4\demo>start_medusa.py
info: Medusa (V1.11) started at Fri Jun 18 13:58:13 2004
        Hostname: localhost
        Port:8080

info: FTP server started at Fri Jun 18 13:58:13 2004
        Authorizer:
        Hostname: vinjvinj
        Port: 8021
info: Monitor Server (V1.5) started on port 9999
Chat Server (V1.4) started on port 8888
starting async loop
finished async loop

C:\appservers\medusa-0.5.4\demo>

What should I try I next. I searched on the internet and did not get much
success on medusa.

Vineet


-----Original Message-----
From: quixote-users-bounces+vineet=eswap.com@mems-exchange.org
[mailto:quixote-users-bounces+vineet=eswap.com@mems-exchange.org]On
Behalf Of Oleg Broytmann
Sent: Friday, June 18, 2004 11:39 AM
To: quixote-users@mems-exchange.org
Subject: Re: [Quixote-users] Help with using medusa


On Fri, Jun 18, 2004 at 11:57:33AM -0400, Vineet Jain wrote:
> Is there a way to serve something static so I can be sure that the problem
> is not with the quixote demo application or my path to it.

   Yes, see quixote.util.StaticFile.

Oleg.
--
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Quixote-users mailing list
Quixote-users@mems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixote-users


reply