Archived

This forum has been archived. Please start a new discussion on GitHub.

IcePatch2 and IceBox

IcePatch2 is an excellent design. It simplified the management process of Ice, especially for IceGrid with lots of nodes.
How to let IcePatch2 and IceBox working together?
The service element of IceBox does not accept full path name.
My tmp solution is let LD_LIBARY_PATH contains the path to data/node/servers/distrib/xxx/.

Any good ideas?

Comments

  • matthew
    matthew NL, Canada
    Take a look at issue 9 of Connections. The article "Grid Computing with IceGrid" has an example that shows how to solve this problem.
  • That's GREAT!!
    <env>LD_LIBRARY_PATH=${server.distrib}/lib
    :$LD_LIBRARY_PATH</env>