Web應用中設定Context Path案例詳解

2022-09-21 11:00:08 字數 1075 閱讀 2780

url:

如果沒www.cppcns.com有contextpath,則預設使用root上下文,root上下文的路徑為"/"。

在沒有xml ioc檔案的情況下:

/test

...單獨的元素可以通過多種方式定義:

context name,context path,contextversion和base file name之間有乙個緊密的關係:

舉例說明:

context path

context version

context name

base file name

example file names(.xml, .war & directory)

/foo

none

/foo

foofoo.xml, foo.war, foo

/foo/bar

none

/foo/bar

foo#bar

foo#bar.xml, foo#bar.war, foo#bar

空字串

none

empty string

root

root.xml, root.war, root

/foo

42/foo##42

foo##42

foo##42.xml, foo##42.war, foo##42

/foo/bar

42/foo/bar##42

foo#bar##42

foo#bar##42.xml, foo#bar##42.war, foo#bar##42

空字串

42##42

root##42

root##42.xml, root##42.war, root##42

不推薦在conf/server.xml檔案中新增元素,因為只有重啟tomcat才能重新載入這個檔案,影響其他webapp的正常使用。

tomcat有預設的context元素,這個context適用於所有應用程式,但是它的優先順序也是最低,所有配置可以被應用全部覆蓋。

預設的context.xml有兩種:

jboss設定web應用的context root

這個關係同樣適用於被稱為root context 的context root 當應用被指定為root context,它將會響應沒有被明確context root處理的所有請求.crimeportal.war crimeportal crimeportalbeans.jar 第二種方式是注釋上面的那...

Context 應用場景

本文出自 張鴻洋的部落格 本文大多數內容翻譯自 我重新組織了下內容以及結構,建議大家盡可能看下原文。context,相信不管是第一天開發android,還是開發android的各種老鳥,對於context的使用一定不陌生你在載入資源 啟動乙個新的activity 獲取系統服務 獲取內部檔案 夾 路徑...

Android 中呼叫全域性Context

經常需要用到系統的一些功能必須傳遞context物件,往往有時候不方便傳遞當前的context或者即使能夠傳遞context也非常麻煩,比如 audiomanager aduiomanager audiomanager context.getsystemservice context.audio s...