July 28, 2011
4:31 p.m.
I guess it would be a good idea for the Seaside adaptor to do this automagically ? I'll have a look when I download your freshly backed image.
Yes, the WAServerManager should bring them up again. I suspect this is an issue with Seaside or Pharo; as this is exactly the same problem with Kom.
Now I can fix the ZnZincServerAdaptor when I add the following methods: ZnZincServerAdaptor>>startUp self server isNil ifFalse: [ self server start ] ZnZincServerAdaptor>>shutDown self server isNil ifFalse: [ self server stop ] The strange thing though is that when the images comes up and I stop the server adaptor manually, the server continues to run :-S Lukas -- Lukas Renggli www.lukas-renggli.ch