`
文章列表
转自 http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/ Introduction A WSDL document describes a web service. A WSDL binding describes how the service is bound to a messaging protocol, particularly the SOAP messaging protocol. A WSDL SOAP binding can be either a Remote Procedur ...
转自: http://www.ibm.com/developerworks/library/j-jtp09238/index.html While there are many Web frameworks in the Java™ ecosystem, they all are based, directly or indirectly, on the Servlets infrastructure. The Servlets API provides a host of useful features, including state management throug ...
转自: http://www.ibm.com/developerworks/cn/java/j-lo-jse63/ 前言 在 Java 程序的运行过程中,对 JVM 和系统的监测一直是 Java 开发人员在开发过程所需要的。一直以来,Java 开发人员必须通过一些底层的 JVM API,比如 JVMPI 和 JVMTI 等,才能 ...
转自 http://sjsky.iteye.com/blog/918768   本文主要是记录windows下apache+JK+tomcat负载均衡的配置过程,方便自己以后备用,也希望能给刚接触的xd提供参考。 实验环境的系统已经安装好了apache2.2.17,安装路径D:\Program Files\Apache2.2\ apache http server的安装过程参见:http://sjsky.iteye.com/blog/918769 本文的大概章节分类:  1.下载mod_jk 2.修改apache相关配置 3.tomcat配置修改 4.测试负载均衡 5.配置apa ...
转自 http://www.iteye.com/topic/757125   第一章. 背景简介 对于大多数企业应用,都希望能做到7*24小时不间断运行。要保持如此高的可用性并非易事,比较常见的做法是将系统部署到多台机器上,每台机器都对外提供同样的功能,这就是集群。系统变为集群时,除了要求系统能够支持水平伸缩外,还要解决两个问题: 1, 如何均衡地访问到提供业务功能的机器。 2, 如何保证当机器出现问题时,用户能自动跳转到另外的机器,不影响使用。 常用的负载均衡技术有硬件和软件两种,本示例常用软件的技术实现。软件也有很多实现技术,如基于apache的mod_jk以及mod_proxy等。基于 ...
This article is refered from  http://www.ibm.com/developerworks/java/library/j-jws13/index.html   Summary:  The Apache CXF web services stack supports WS-Security, including using WS-SecurityPolicy to configure the security handling. CXF is flexible in how you configure the deployment parameters us ...
  转自 http://blog.csdn.net/kunshan_shenbin/article/details/3813000   我们使用Apache WSS4J这个WS-Security的开源实现,相关内容请参阅:   http://ws.apache.org/wss4j/ WSS4J支持如下几种模式: XML Security     XML Signature     XML Encryption Tokens     Username Tokens     Timestamps     SAML Tokens 这里将使用Timestamps+Encryp ...
转自 http://www.bbfish.net/App/App_6992.html NAT(Network Address Translation 网络地址转换)简单地说就是将一个IP地址转换为另一个IP地址,一般用于未经注册的内部地址与合法的、已获注册的Internet IP地址间进行转换。适用于解决Internet IP地 ...
yum和apt-get用法及区别 转自 http://hi.baidu.com/lmcbbat/blog/item/b741e2fa25c0e08058ee90a7.html 一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat、Centos、Fedora等 2.Debian系列:Debian、Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安 ...
RSA公钥加密在计算机产业中被广泛使用在认证和加密。可以从RSA Data Security Inc.获得的RSA公钥加密许可证。公钥加密是使用一对非对称的密码加密或解密的方法。每一对密码由公钥和私钥组成。公钥被广泛发布。私钥是隐密的,不 ...
一、            简介 现在网上有关 SSL的资料较多的是基于 VC开发, Delphi的 SSL开发资源很少。 本文主要使用 OpenSSL为基础,讲述 SSL的有关开发流程。 OpenSSL功能非常丰富,具体可以去她的官方网看看。可惜没有中文说明。 OpenSSL: http://www.openssl.org/ 一.1、           SSL协议是什么 SSL 是一个缩写,代表的是 Secure Sockets Layer。它是支持在 Internet 上进行安全通信的标准,并且将数据密码术集成到了协议之 ...
首先我们先介绍一下为什么要让 Apache 与 Tomcat 之间进行连接。事实上 Tomcat 本身已经提供了 HTTP 服务,该服务默认的端口是 8080,装好 tomcat 后通过 8080 端口可以直接使用 Tomcat 所运行的应用程序,你也可以将该端口改为 80。 既然 Tomcat 本身已经可以提供这样的服务,我们为什么还要引入 Apache 或者其他的一些专门的 HTTP 服务器呢?原因有下面几个: 1. 提升对静态文件的处理性能 2. 利用 Web 服务器来做负载均衡以及容错 3. 无缝的升级应用程序 这三点对一个 web 网站来说是非常之重要的,我们希望我们 ...

Tomcat 的一些笔记

设置Xms, Xmx for tomcat的大小: 一般来说, heap size的大小制定为物理内存的80%左右.   虚拟机的堆大小决定了虚拟机花费在收集垃圾上的时间和频度。收集垃圾可以接受的速度与应用有关,应该通过 分析实际的垃圾收集的时间和 ...
Coauthor's note: Now that writing Java web applications has become a common way to create and deploy new web content, people around the globe are finding the Jakarta Tomcat servlet and JSP container useful. It's free, it's multiplatform, it's rich in features, it's rapidly evolving and improving, ...
一. 简单的方法     Tomcat安装目录下的bin目录有两个脚本分别用来启动和停止Tomcat,分别是startup.sh, shutdown.sh,你可以用这两个脚本来手工启动和停止Tomcat服务并进行安装后的测试。     我们最简单的方法就是通过startup.s ...
Global site tag (gtag.js) - Google Analytics