设置持久化影射实现
#====================================================================
# default application map persistence manager is dods
#
#——————————————————————–
#
# dods application map persistent manager defaults
#
applicationmappersistencemanagerclassname=org.enhydra.shark.appmappersistence.dodsapplicationmappingmgr
# if set to true, the debug information on application mapping transaction will be
# written to console
#dodsapplicationmappingmgr.debug=false
#====================================================================
# default authenticationmanager is dods
#
# warning: this and user/group manager must comply.
#——————————————————————–
#
#authenticationmanagerclassname=org.enhydra.shark.authentication.ldapauthenticationmanager
authenticationmanagerclassname=org.enhydra.shark.authentication.dodsauthenticationmanager
# the database used for authentication when using dods implementation
#dodsauthenticationmanager.databasename=sharkdb
#====================================================================
# default cache is lru
#
#——————————————————————–
# cache defaults
#
cachemanagerclassname=org.enhydra.shark.caching.lrucachemgr
# default lru cache sizes (lru implementation default is 100 for each cache)
#lruprocesscache.size=100
#lruresourcecache.size=100