tomcat配置文件web.xml中前加入以下内容

 

  Example Security Constraint
    
      My Test  
      /test/*  
      DELETE
      GET
      POST
      PUT
  
  
    role1  
    
 
 
    BASIC  
    My Test  
 
 
然后在tomcat-users.xml中添加相关权限的账号密码
 
重启tomcat之后访问http://IP/test就会弹出提示框需要输入账号密码了