#please set this first line to the directory openwings is installed in net.openwings.home=#REPLACE_WITH_OW_HOME_DIR# #Openwings release version net.openwings.version=1.1 net.openwings.builddate=2003.09.08 #used to find various directories net.openwings.openwingshome=${net.openwings.home}/openwings-1.1 net.openwings.lib.home=${net.openwings.openwingshome}/lib net.openwings.policies=${net.openwings.openwingshome}/policies net.openwings.data=${net.openwings.openwingshome}/data net.openwings.bootstrap=${net.openwings.data} net.openwings.system=${net.openwings.openwingshome}/system #network configuration net.openwings.hostname=${@net.openwings.identity.PropertyInitializer.getHost} net.openwings.port=8880 net.openwings.hostport=${net.openwings.hostname}:${net.openwings.port} net.openwings.codebase=http://${net.openwings.hostname}:${net.openwings.port} #used to run lookup service and http server net.openwings.http.home=${net.openwings.home}/jakarta_tomcat-4.1 net.openwings.http.root=${net.openwings.http.home}/webapps/ROOT net.openwings.http.lib=${net.openwings.http.home}/lib #installer net.openwings.install.inst_http_root=/install net.openwings.install.auto_install= net.openwings.install.hot_install=${net.openwings.openwingshome}/hotinstall # jar authentication settings: None, Authenticated, Trusted net.openwings.install.jar_authentication=None com.gd.openwings.install.waitDelay=2000 com.gd.openwings.install.sleepTries=5 #Openwings core service implementations net.openwings.component.implementation=com.gd.openwings.component.jini.JiniComponent net.openwings.policy.implementation=com.gd.openwings.policy.loader.SimplePolicyLoader net.openwings.management.implementation=com.gd.openwings.management.core.ManagerImpl net.openwings.availability.reachable.implementation=com.gd.openwings.availability.PingReachable net.openwings.availability.visible.implementation=com.gd.openwings.availability.PingVisible net.openwings.security.rolesigner=com.gd.openwings.security.role.RoleSignerImpl #Policy settings com.gd.openwings.policy.resolveProperties=true #Policy implementations net.openwings.component.ComponentPolicy=com.gd.openwings.component.policy2,com.gd.openwings.component.policy net.openwings.component.EventServicePolicy=com.gd.openwings.component.policy2,com.gd.openwings.component.policy net.openwings.component.UseServicePolicy=com.gd.openwings.component.policy2,com.gd.openwings.component.policy net.openwings.component.ProvideServicePolicy=com.gd.openwings.component.policy2,com.gd.openwings.component.policy net.openwings.management.ManagementPolicy=com.gd.openwings.management.policy2,com.gd.openwings.management.policy net.openwings.install.InstallableComponentDescriptorPolicy=com.gd.openwings.install.policy2,com.gd.openwings.install.policy net.openwings.container.utilities.ContainerManagerPolicy=com.gd.openwings.container.policy2,com.gd.openwings.container.policy com.gd.openwings.component.core.ComponentServicesPolicy=com.gd.openwings.component.core.policy2,com.gd.openwings.component.core.policy com.gd.openwings.component.jini.JiniComponentPolicy=com.gd.openwings.component.jini.policy2,com.gd.openwings.component.jini.policy com.gd.openwings.utilities.logging.LogPolicy=com.gd.openwings.utilities.logging.policy2,com.gd.openwings.utilities.logging.policy #UniqueID implementation # If on Solaris, Openwings seems to freeze up, change this to # com.gd.openwings.identity.FallbackUniqueIDGenerator net.openwings.identity.implementation=com.gd.openwings.identity.DefaultUniqueIDGenerator #jini settings net.jini.discovery.ttl=5 net.jini.discovery.group=openwings #RMI debugging (set to true for server-side exception stack traces) sun.rmi.server.exceptionTrace=false #RMI hostname definition. Also used for Multi-NIC machines to define # WHICH hostname should be used by Openwings # java.rmi.server.hostname=hostname #Used by the explorer when it launches a browser window #This is mostly relevant to UNIX platforms, as we just launch the default browser on Win32 net.openwings.browser=/usr/bin/netscape #### Remote call failure recovery #### # suggested number of retries for a failed remote call #com.gd.openwings.utilities.connector.maxErrors=3 # suggested delay (in ms) between retries for a failed remote call #com.gd.openwings.utilities.connector.callDelay=200 # ***** Container Services logging properties ***** # Used by the Container and Container Manager implementations # Disables creation of log files in the platform temp directory #com.gd.openwings.container.loggingOff=false # Maximum Openwings process log file size (stderr + stdout) (bytes) #example: maximum of 1M for each log file #com.gd.openwings.container.logMaxSize=1048576 ## ****** Security Properties ******* ## Please exercise care in modifying these... java.security.auth.login.config=${net.openwings.system}/owLogin.conf com.gd.openwings.security.keystore=${net.openwings.system}/keystore com.gd.openwings.security.keystoretype=JKS com.gd.openwings.security.certstore=${net.openwings.system}/owcerts com.gd.openwings.security.certstoretype=JKS com.gd.openwings.security.signer=owsigner com.gd.openwings.security.logintimeout=28800000 javax.security.auth.useSubjectCredsOnly=true ## This is the name of the application that relates to the ## login rules defined in owLogin.conf com.gd.openwings.connector.synchronous.rmigss.LoginContextAppName=openwings # This one is for Unsecure systems. It allows them to ignore any existing # secure services present on the network. If set to "false" any secure # services discovered will be ignored. com.gd.openwings.security.allowSecureServices=false