Hi 

I would like to use Zinc to debug some files that I’m generating.

I do the following 

(ZnServer defaultOn: 7071) start.

(ZnServer defaultOn: 7071) start.
ZnServer default delegate: (ZnStaticFileServerDelegate new
                prefixFromString: '';
                directory: '/Users/ducasse/Test2/Play/generated/' 
asFileReference;
                yourself)


Now I get the server running (the famicon is changed)
but when I do 

http://localhost/7071/index.html

I get not found or #, was sent to nil

I tried to debug the delegate but I could not find my mistake.


Stéphane Ducasse
http://stephane.ducasse.free.fr
06 30 93 66 73

"If you knew today was your last day on earth, what would you do differently? 
....ESPECIALLY if, by doing something different, today might not be your last 
day on earth.” Calvin & Hobbes





Reply via email to