tomcat中主配置檔案連線資料庫
1》
tomcat中,主目錄所在位置在/opt/apache-tomcat-6.0.32/webapps/ROOT/下面
找到/opt/apache-tomcat-6.0.32/webapps/ROOT/WEB-INF/classes
這個目錄。
這個目錄。
下面有連線資料庫驅動的配置檔案jdbc.properties這個例子是連線RAC的庫用於例項級別的負載均衡
system.id=CDS001
#\u7487\u30e6\u6783\u6d60\u5815\u6e36\u7455\u4f79\u6581\u7f03\ue1bc\u57ccclasspath\u6d93\ue168\u7d1dspring\u704f\u55d5\u7ca0\u8930\u64b3\u58a0\u5bb8\u30e4\u7d94\u9429\ue1bc\u7d8d\u935c\u5b91lasspath\u6d93\ue15e\ue1f0\u93b5\u6350\ue1da\u93c2\u56e6\u6b22
hibernate.show_sql=true
hibernate.dialect=org.hibernate.dialect.Oracle9iDialect
hibernate.show_sql=true
hibernate.dialect=org.hibernate.dialect.Oracle9iDialect
jdbc.driver=oracle.jdbc.driver.OracleDriver
jdbc.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.31.31)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.31.32)(PORT=1521))(LOAD_BALANCE=yes)(FAILOVER=ON) (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(FAILOVER_MODE=(TYPE=SELECT)(METHOD=BASIC)(RETIRES=20)(DELAY=15))))
jdbc.user=citycms
jdbc.password=temobicitycms
jdbc.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.31.31)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.31.32)(PORT=1521))(LOAD_BALANCE=yes)(FAILOVER=ON) (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(FAILOVER_MODE=(TYPE=SELECT)(METHOD=BASIC)(RETIRES=20)(DELAY=15))))
jdbc.user=citycms
jdbc.password=temobicitycms
2》
tomcat中,主目錄所在位置在/opt/apache-tomcat-6.0.32/webapps/ROOT/下面
找到/opt/apache-tomcat-6.0.32/webapps/ROOT/WEB-INF/classes
這個目錄。
這個目錄。
下面的配置檔案是cms.properties的例子
# system information
system.id=CMS_GD_440000_01
system.name=CMS
system.description=The CMS system
system.version=2.0.0
system.id=CMS_GD_440000_01
system.name=CMS
system.description=The CMS system
system.version=2.0.0
jms.url=tcp://192.168.31.10:61616
#jms.url=tcp://120.197.93.67;61616
jms.user=temobioss
#jms.producer=portal.event.msgReplyTopic
#jms.consumer=portal.event.msgTopic
jms.producer=content.event.msgReplyTopic
jms.consumer=content.event.msgTopic
jms.producer.portal.content=portal.event.msgReplyTopic
jms.consumer.portal.content=portal.event.msgTopic
subscribe.directory.url=
#subscribe.directory.url=
weather.get.url=
weather.get.cycle=30 40 9 * * ?
#jms.url=tcp://120.197.93.67;61616
jms.user=temobioss
#jms.producer=portal.event.msgReplyTopic
#jms.consumer=portal.event.msgTopic
jms.producer=content.event.msgReplyTopic
jms.consumer=content.event.msgTopic
jms.producer.portal.content=portal.event.msgReplyTopic
jms.consumer.portal.content=portal.event.msgTopic
subscribe.directory.url=
#subscribe.directory.url=
weather.get.url=
weather.get.cycle=30 40 9 * * ?
#weather city
weather.get.city=Shenzhen,Dongguan,Zhongshan,Zhuhai,Shanghai
content.playurl.iptable=211.139.168.240=211.139.192.154,192.168.3.241=211.139.168.240
cms.gocsweb.url=
cms.gocsweb.search.action=/cs/contentselect.do?method=initSearch
cms.gocsweb.postADI.action=/cs/contentselect.do?method=initPostADI
weather.get.city=Shenzhen,Dongguan,Zhongshan,Zhuhai,Shanghai
content.playurl.iptable=211.139.168.240=211.139.192.154,192.168.3.241=211.139.168.240
cms.gocsweb.url=
cms.gocsweb.search.action=/cs/contentselect.do?method=initSearch
cms.gocsweb.postADI.action=/cs/contentselect.do?method=initPostADI
#map server
map.get.latlon.url =
map.get.latlon.url =
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23141985/viewspace-693642/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 網站連線資料庫配置檔案網站資料庫
- Tomcat6資料庫連線池配置Tomcat資料庫
- Tomcat 5.5 配置 MySQL 資料庫連線池TomcatMySql資料庫
- 織夢CMS(dedecms)的資料庫連線檔案_織夢連線資料庫檔案資料庫
- tomcat連線池配置,解決資料庫超時Tomcat資料庫
- Tomcat4的資料庫連線池配置 (轉)Tomcat資料庫
- Tomcat4.X 資料庫l連線池的配置Tomcat資料庫
- Tomcat5.5.12的資料庫連線池的配置Tomcat資料庫
- Mybatis配置資料庫連線MyBatis資料庫
- solr連線資料庫配置Solr資料庫
- Java讀取properties檔案連線資料庫Java資料庫
- Tomcat配置DataSource,連線池資料來源Tomcat
- PLSQL連線oracle資料庫配置SQLOracle資料庫
- JNDI配置資料庫連線池資料庫
- .net 資料庫連線池配置資料庫
- 網站資料庫如何修改config.php,如何在網站配置檔案中修改資料庫連線資訊網站資料庫PHP
- iis連線資料庫的檔案是哪個資料庫
- 找到織夢CMS的資料庫配置檔案,以便了解資料庫的具體連線資訊資料庫
- Tomcat4_1_30下Oracle DataSource(Oracle 資料庫連線池)配置TomcatOracle資料庫
- 配置檔案中的資料庫連線串加密了,你以為我就挖不出來嗎?資料庫加密
- mysql資料庫連線池配置教程MySql資料庫
- ORACLE 配置連線遠端資料庫Oracle資料庫
- 織夢資料庫配置檔案修改資料庫配置方法資料庫
- 在juilder中配置預設的tomcat資料庫連線池的問題UITomcat資料庫
- RAC資料庫連線配置,tnsnames和client端配置資料庫client
- 2.6 Laravel配置多個資料庫連線Laravel資料庫
- jive的資料庫連線配置問題資料庫
- [求助]資料庫連線池配置問題資料庫
- 網站連線資料庫配置錯誤網站資料庫
- Tomcat中訪問資料庫使用屬性檔案問題Tomcat資料庫
- 關於tomcat資料庫連線池的問題Tomcat資料庫
- Tomcat + SQL server200 資料庫的連線?TomcatSQLServer資料庫
- oracle資料庫的配置檔案Oracle資料庫
- 為什麼連線資料庫的埠號與配置檔案中的埠號不一致?資料庫
- 輕鬆找到並檢視織夢CMS的資料庫配置檔案,從而獲取資料庫連線資訊資料庫
- tomcat 配置JDBC連線池TomcatJDBC
- laravel、lumen等.env檔案資料庫密碼配置正確,連不上資料庫Laravel資料庫密碼
- 用Navicat連線資料庫-資料庫連線(MySQL演示)資料庫MySql