webAppRootKey引數

qq_33554740發表於2018-02-28
參考路勁:http://elf8848.iteye.com/blog/2008595
        :http://blog.csdn.net/muziruoyi/article/details/44081209


<context-param>
<param-name>webAppRootKey</param-name>
<param-value>webapp.root</param-value>
</context-param>




 "webapp.root"這個字串可以隨便寫任何字串。如果不配置預設值是"webapp.root"。
 
可以用System.getProperty("webapp.root")來動態獲專案的執行路徑。
一般返回結果例如:/usr/local/tomcat6/webapps/專案名

相關文章