shark工作流文档翻译活动--shark(5) - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- shark工作流文档翻译活动--shark(5) (http://www.webasp.net/article/26/25366.htm) |
| -- 作者:未知 -- 发布日期: 2005-06-27 |
| 设置持久化影射实现
#==================================================================== # 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
|
| webasp.net |