Changes between Version 2 and Version 3 of waue/2011/0311
- Timestamp:
- Mar 11, 2011, 7:47:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2011/0311
v2 v3 4 4 5 5 news : 6 * 更進一步測試發現, 無論 /opt/tomcat/webapps/的資料夾名稱為何,只有在 執行 /opt/tomcat/bin/startup.sh 的資料夾下的crawl 才會被建立索引。因此無論/opt/tomcat/webapps/下有多少個資料夾,都只會索引到你執行 startup.sh 時資料夾下的crawl。6 * 更進一步測試發現,只有在 執行 /opt/tomcat/bin/startup.sh 的資料夾下的crawl 才會被建立索引。因此無論/opt/tomcat/webapps/下有多少個資料夾內的crawl 怎麼設定,網頁都只會索引到你執行 startup.sh 時資料夾下的crawl 。也就是如果執行/opt/tomcat/bin/startup.sh 時,此資料夾下沒有crawl 這正確的lucene 索引目錄的話,tomcat 建立起來的網頁都是錯誤的。 7 7 8 8 == 前提 ==