after you startup your tomcat,  you type a concrete request url  in broswer, the tomcat probably will prompt you the subsequent message.

it is because the <security-constraint> will restrict the access and in need of authentication.

please comment the following tags named security-constraint in web.xml file of directory WEB-INF of your webapp. it will help you to solve the issue.

最新文章

  1. springmvc+jpa实现分页的两种方式
  2. ssh 登录慢?
  3. FreeBSD 查看硬件信息
  4. $.inArray()
  5. 为什么一个类的全局变量默认以m开头?
  6. Caffe学习系列(8):solver及其配置
  7. Apache ActiveMQの版本更迭和Apache ActiveMQの故障转移
  8. struts2支持的结果类型
  9. error:could not open D:\java\jre1.8\lib\i386\jvm.cfg
  10. Objective-C基本数据类型、表达式和语句
  11. MapReduce的执行过程.
  12. leecode 每日解题思路 64 Minimum Path Sum
  13. Oracle REGEXP_INSTR 用法
  14. 文件上传-html
  15. 看了一本书,说可以利用Hierarchy Viewer优化布局
  16. webpack+gulp实现自动构建部署
  17. Django之路:模型(数据库)和自定义Field以及数据表的更改
  18. 5 安装Alloc服务
  19. sqlserver2008中删除了windows用户,导致无法登陆的解决方案
  20. php7 curl返回false error返回空串

热门文章

  1. VC2008中如何为MFC应用程序添加和删除消息响应函数
  2. python之模块导入方法总结
  3. Sql批量修改语句
  4. 单核cpu实现多任务原理
  5. eclipse启动Failed to load the JNI shared library
  6. MySQL不支持事务处理的解决方法
  7. Python内部变量与外部变量
  8. js基本算法
  9. 【leetcode】962. Maximum Width Ramp
  10. python3 schedule定时任务