web.xml配置詳解5

cow977發表於2011-06-02

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

.xml配置詳解2: http://space.itpub.net/81227/viewspace-696552

.xml配置詳解3: http://space.itpub.net/81227/viewspace-696730

.xml配置詳解4: http://space.itpub.net/81227/viewspace-696970

 

16、登陸驗證配置

  

     FORM

     Example-Based Authentiation Area

    

        /jsp/security/protected/login.jsp

        /jsp/security/protected/error.jsp

    

  

17、安全形色:security-role元素給出安全形色的一個列表,這些角色將出現在servlet元素內的security-role-ref元素的role-name子元素中。

    分別地宣告角色可使高階IDE處理安全資訊更為容易。

     tomcat

18Web環境引數:env-entry元素宣告Web應用的環境項

     minExemptions

     1

     java.lang.Integer

19EJB 宣告

     Example EJB reference

     ejb/Account

     Entity

     com.mycompany.mypackage.AccountHome

     com.mycompany.mypackage.Account

20、本地EJB宣告

     Example Loacal EJB reference

     ejb/ProcessOrder

     Session

     com.mycompany.mypackage.ProcessOrderHome

     com.mycompany.mypackage.ProcessOrder

 

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

相關文章