I write some icebox service in Java. So I can use Ice.jar to run my service.
I know iceStorm is a relatively lightweight service in that it requires very little configuration and is implemented as an IceBox service. But I find I can run icestorm by the shell 'icebox --Ice.Config=config.icebox' only. How can I integrate it to icebox in java env?

Reply With Quote