Relevant part from the php.ini
Code:
[Ice]
ice.profiles = "/home/sac/ice/pyce/ice.profile"
ice.profile
Code:
[pyce]
ice.slice = "/home/sac/ice/pyce/Hello.ice"
ice.config = "/home/sac/ice/pyce/config"
Hello.ice
Code:
module Demo {
interface Hello {
void printHello();
};
};
config
Code:
#
# The IcePack locator proxy.
#
Ice.Default.Locator=IcePack/Locator:default -p 12000
#
# IcePack registry configuration.
#
IcePack.Registry.Client.Endpoints=default -p 12000
IcePack.Registry.Server.Endpoints=default
IcePack.Registry.Internal.Endpoints=default
IcePack.Registry.Admin.Endpoints=default
IcePack.Registry.Data=db/registry
IcePack.Registry.DynamicRegistration=1
#
# IcePack node configuration.
#
IcePack.Node.Name=node1
IcePack.Node.Endpoints=default
IcePack.Node.Data=db/node
IcePack.Node.CollocateRegistry=1
# Ice.Trace.Network=2
# IcePack.Node.Trace.Activator=3