Image files cumulating

Lukas Renggli renggli at gmail.com
Tue Apr 14 21:40:47 MEST 2009


> before that it saves image ok, and pier image keeps responding to
> requests afterwards.

Aha, now I understand. You have multiple web-server adapters listening
on the same port. After the image is saved they restart and throw an
exception. Stop them all using:

   WAKom withAllSubclassesDo: #stop

And then start your favorite adapter using:

   WAKom startOn: 8080

That should solve the problem.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the smallwiki mailing list