# CORBA Training # configuration file for an instance of the CORBA GenericServer # authors : Fabienne Boyer, Didier Donsez poas=rootpoa # poas=rootpoa;persistentpoa # for GICOM project # persistentpoa.policy= # persistentpoa.manager.class= # persistentpoa.manager.params.0= # servants=shutdown;repertory;hello servants=shutdown;hello shutdown.class=training.corba.admin.ShutdownImpl shutdown.poa=rootpoa shutdown.model=INHERITANCE shutdown.nsbind=Shutdown shutdown.iorfile=ior/shutdown.ior shutdown.codebase=file://build hello.class=training.corba.HelloImpl hello.poa=rootpoa hello.model=INHERITANCE hello.nsbind=Hello hello.iorfile=hello.ior hellod.class=training.corba.hello.HelloImpl hellod.poa=rootpoa hellod.initparams.0=Hello;java.lang.String hellod.initparams.1=World;java.lang.String hellod.model=DELEGATION;training.corba.HelloPOATie hellod.nsbind=Hello/Delegation hellod.iorfile=hellod.ior hellod.codebase=http://localhost/public/helloclasses.jar