摘要: 来源:https://secure.gettinglegaldone.com/docs/realm-howto.htmlQuick StartThis document describes how to configure Tomcat to supportcontainer managed sec... 阅读全文
posted @ 2014-07-02 23:07 一天不进步,就是退步 阅读(1141) 评论(0) 推荐(0)
摘要: 一、架构下面谈谈我对Tomcat架构的理解总体架构:1、面向组件架构2、基于JMX3、事件侦听1)面向组件架构tomcat代码看似很庞大,但从结构上看却很清晰和简单,它主要由一堆组件组成,如Server、Service、Connector等,并基于JMX管理这些组件,另外实现以上接口的组件也实现了代... 阅读全文
posted @ 2014-07-02 22:56 一天不进步,就是退步 阅读(4320) 评论(0) 推荐(1)
摘要: Java 的 I/O 类库的基本架构I/O 问题是任何编程语言都无法回避的问题,可以说 I/O 问题是整个人机交互的核心问题,因为 I/O 是机器获取和交换信息的主要渠道。在当今这个数据大爆炸时代,I/O 问题尤其突出,很容易成为一个性能瓶颈。正因如此,所以 Java 在 I/O 上也一直在做持续的... 阅读全文
posted @ 2014-07-02 18:03 一天不进步,就是退步 阅读(470) 评论(0) 推荐(0)
摘要: Hello all,In this tutorial we are going to configure JDBCRealm JAAS for tomcat 7 and mysql database server.Let us first understand what exactly these ... 阅读全文
posted @ 2014-07-02 09:39 一天不进步,就是退步 阅读(539) 评论(0) 推荐(0)
摘要: In this tutorial you will learn how to configure JAAS authentication in Tomcat using the HTTP Basic authentication scheme.IntroductionTomcat provides ... 阅读全文
posted @ 2014-07-02 09:23 一天不进步,就是退步 阅读(393) 评论(0) 推荐(0)