JPDA 利用Eclipse和Tomcat进行远程调试 --转
摘要:1 编辑tomcat\bin\catalina.bat,添加rem ===========================================================================rem this isadded for remoting debugSET JP...
阅读全文
posted @
2014-08-22 15:19
一天不进步,就是退步
阅读(1760)
推荐(0)
Can a Tomcat docBase span multiple folders?--转
摘要:Question:I apologize if this is a poor question, but I'm using Windows and looking to see if there's a way to run a webapp via Tomcat where thedocBase...
阅读全文
posted @
2014-08-20 14:27
一天不进步,就是退步
阅读(388)
推荐(0)
Embedded tomcat 7 servlet 3.0 annotations not working--转
摘要:Question:I have a stripped down test project which contains a Servlet version 3.0, declared with annotations like so: @WebServlet("/test")public cl...
阅读全文
posted @
2014-08-20 14:14
一天不进步,就是退步
阅读(1310)
推荐(0)
Difference between Tomcat's extraResourcePaths and aliases to access an external directory--转
摘要:Question:Simple question: In Tomcat7, what's the difference between using extraResourcePaths and aliases to access an directory outside the applicatio...
阅读全文
posted @
2014-08-20 12:01
一天不进步,就是退步
阅读(422)
推荐(0)
Maven Build Life Cycle--reference
摘要:What is Build Lifecycle?ABuild Lifecycleis a well defined sequence of phases which define the order in which the goals are to be executed. Here phase ...
阅读全文
posted @
2014-08-12 16:40
一天不进步,就是退步
阅读(1074)
推荐(0)
migrate from weblogic to tomcat: directory mapping--reference
摘要:Question:I am trying to migrate from weblogic to tomcat. in weblogic I have E:/internalFor example I havemysiteproject. It means that localhost:8080/...
阅读全文
posted @
2014-08-12 14:59
一天不进步,就是退步
阅读(588)
推荐(0)
JBoss EAP6/AS7/WildFly: How to Use Properties Files Outside Your Archive--reference
摘要:IntroductionI’d like to preface this post with, really, all properties files should be inside your application archive. However, there are occasions, ...
阅读全文
posted @
2014-08-12 11:57
一天不进步,就是退步
阅读(514)
推荐(0)
开发环境下jboss 7.1.1 Final 的jsp热部署解决方案--转
摘要:公司的网站系统使用的中间是jboss7.1.1 Final,由于有些数据和服务测试环境不具备,免不了要在测试环境调试些jsp页面,发现从jboss社区里下载的jboss应用有个问题,新增jsp页面会实时部署,修改过的jsp页面就无法正常部署。 最新查到了如下解决方式:在jboss7\standalo...
阅读全文
posted @
2014-08-12 11:28
一天不进步,就是退步
阅读(2934)
推荐(0)
Where Jboss7.1 take war application to deploy--reference
摘要:Questioni've deployed the jboss-as-helloworld-errai application in my standalone jboss7.1 instance, and i've delete it latter ( in the */standalone/de...
阅读全文
posted @
2014-08-12 10:21
一天不进步,就是退步
阅读(582)
推荐(0)
configure JAAS for jboss 7.1 and mysql--reference
摘要:Hello all, In this tutorial we are going to configure JAAS for jboss 7.1 and mysql for Form based authentication to be used in a web application. . We...
阅读全文
posted @
2014-08-07 17:24
一天不进步,就是退步
阅读(1018)
推荐(0)
AS 7 Internal Architecture Overview--reference
摘要:High Level OverviewAt a coarse level, AS 7 consists of two main elements:A core manageable service container based on modular classloadingExtensions t...
阅读全文
posted @
2014-08-07 16:54
一天不进步,就是退步
阅读(360)
推荐(0)
How to load jars residing over NFS in JBossAS7 classpath ? --reference
摘要:In this article we will discuss how can we load jars residing over NFS in JBoss AS-7 classpath. In some development environment, when there are multip...
阅读全文
posted @
2014-08-07 11:11
一天不进步,就是退步
阅读(320)
推荐(0)
Creating a simple static file server with Rewrite--reference
摘要:Today, I’d like to take a quick moment to demonstrate how to make a simple file server usingRewrite, and any Servlet Container, such as Tomcat, Wildfl...
阅读全文
posted @
2014-08-05 14:55
一天不进步,就是退步
阅读(392)
推荐(0)
Jboss image upload and http access to show image--reference
摘要:questionI am uploading images to jboss server by getting the absolute path using the following codegetServletContext().getRealPath("");The uploaded im...
阅读全文
posted @
2014-07-16 16:48
一天不进步,就是退步
阅读(1260)
推荐(0)
Realm Configuration HOW-TO--官方
摘要:来源: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)
Tomcat源码分析--转
摘要:一、架构下面谈谈我对Tomcat架构的理解总体架构:1、面向组件架构2、基于JMX3、事件侦听1)面向组件架构tomcat代码看似很庞大,但从结构上看却很清晰和简单,它主要由一堆组件组成,如Server、Service、Connector等,并基于JMX管理这些组件,另外实现以上接口的组件也实现了代...
阅读全文
posted @
2014-07-02 22:56
一天不进步,就是退步
阅读(4320)
推荐(1)
configure JDBCRealm JAAS for mysql and tomcat 7 with form based authentication--reference
摘要: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
一天不进步,就是退步
阅读(538)
推荐(0)
WebLogic: The Definitive Guide examined WebLogic's security mechanisms--reference
摘要:reference from:http://www.onjava.com/pub/a/onjava/excerpt/weblogic_chap17/index1.html?page=1.............................................................
阅读全文
posted @
2014-06-30 15:23
一天不进步,就是退步
阅读(1676)
推荐(0)
WebLogic Server的单点登陆功能--转载
摘要:在WebLogic8.1最新的 SP4版本中,最引人注目的要算是在安全方面,提供了用于和Microsoft Windows客户端进行Single Sign-On的Single Pass Negotiate Identity Assertion Provider。通过该Provider可以轻松完成从前...
阅读全文
posted @
2014-06-30 14:23
一天不进步,就是退步
阅读(3255)
推荐(0)
WebLogic Server的Identity Assertion--转载
摘要:在一些典型的公司Web应用程序安全部署中,访问受保护应用程序的用户通过企业身份/访问管理产品,如Netegrity 的 SiteMinder,IBM 的WebSEAL 和Oblix 的 Oblix COREid。然而,身份验证服务被委派给应用程序自身的提供程序或应用服务器。 应用服务器根据Web应...
阅读全文
posted @
2014-06-30 14:15
一天不进步,就是退步
阅读(569)
推荐(0)