web.xml配置詳解2

cow977發表於2011-05-29

web.xml配置詳解:http://space.itpub.net/81227/viewspace-696551

相應元素配置

 

1Web應用圖示:指出IDEGUI工具用來表示Web應用的大圖示和小圖示

/images/app_small.gif

/images/app_large.gif

2Web 應用名稱:提供GUI工具可能會用來標記這個特定的Web應用的一個名稱

Tomcat Example

3Web 應用描述: 給出於此相關的說明性文字

Tomcat Example servlets and JSP pages.

4、上下文引數:宣告應用範圍內的初始化引數。

    ContextParameter

    test

    It is a test parameter.

servlet裡面可以透過getServletContext().getInitParameter("context/param")得到

5、過濾器配置:將一個名字與一個實現javaxs.servlet.Filter介面的類相關聯。

        setCharacterEncoding

        com.myTest.setCharacterEncodingFilter

       

            encoding

            GB2312

       

        setCharacterEncoding

        /*

6、監聽器配置

      listener.SessionListener

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/81227/viewspace-696552/,如需轉載,請註明出處,否則將追究法律責任。

相關文章