CAROL setup guide
 
DotNetJ can be configured as a protocol provider for CAROL and run inside a Java application server.
In order to set DotNetJ as a protocol provider, set the carol.properties and the jndi.properties configuration files as shown below :
 
#carol.properties
 
carol.rmi.activated=dotnetj
 
carol.rmi.dotnetj.PortableRemoteObjectClass=com.overone.dotnetj.carol.Provider
 
 
#jndi.properties
 
java.naming.factory.initial    com.overone.dotnetj.LocalNaming
java.naming.provider.url       dnj:localhost
 
 
 
 
 
 
© Copyright 2003 Romain Laboisse. All rights reserved.