Re: Running as a daemon

2004-11-19 Thread Bob Arnott
ning to. I'm currently using the Commons launcher though, which is quite nice. Cheers, -- Bob Arnott

Re: Running as a daemon

2004-11-19 Thread Bob Arnott
Is it not light weight enough? If you want to install it all as a service and have it automatically start and stop etc, you could maybe use the Commons daemon stuff, or one of the other Java based service wrappers? Cheers, -- Bob Arnott Software Developer Autonomy Systems Ltd. Cambridge Business

Re: Anyone know a filter I can use to prevent this?

2004-11-12 Thread Bob Arnott
/decompression time. You could also try sending it as a byte[] as this would then be Base64 encoded. I'm assuming that zipping it returns a Base64 encoded String...? Cheers, -- Bob Arnott