码迷,mamicode.com
首页 >  
搜索关键字:tomcat ssl    ( 29466个结果
The Apache Tomcat Connector
http://tomcat.apache.org/connectors-doc/generic_howto/quick.html搭建最简单的tomcat connector用到了apapche 的mod_jk 模块 。下载编译 tomcat connectorwget http://mirrors....
分类:其他好文   时间:2014-06-15 16:38:31    阅读次数:220
路径获取
1、项目根目录(tomcat、web项目)String path = ServletActionContext.getServletContext().getRealPath("");System.out.println(path);想要获取图片存放的位置,则为String path = Servl...
分类:其他好文   时间:2014-06-15 16:27:14    阅读次数:205
SSL/TLS Strong Encryption: An Introduction
As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. It is not intended ...
分类:其他好文   时间:2014-06-15 06:46:21    阅读次数:219
An Introduction to Mutual SSL Authentication
1. Introduction Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying...
分类:其他好文   时间:2014-06-15 06:41:10    阅读次数:351
Oracle Enterprise Linux 64-bit下安装apache-tomcat-7.0.53步骤
測试环境:VMware Workstation v9.0.2软件中安装好Oracle Enterprise Linux 5.864-bit虚拟机安装软件:jdk-7u40-linux-x64.rpm+apache-tomcat-7.0.53.tar.gz安装说明:从官网下载jdk-7u40-linu...
分类:数据库   时间:2014-06-15 00:30:25    阅读次数:353
高性能nginx HTTP服务器 配置实例(转自我的收藏)
分享下nginx http服务器的配置方法。第一篇:HTTP服务器因tomcat处理静态资源的速度比较慢,所以首先想到的就是把所有静态资源(JS,CSS,image,swf)提到单独的服务器,用更加快速的HTTP服务器,这里选择了nginx了,nginx相比apache,更加轻量级,配置更加简单,而...
分类:其他好文   时间:2014-06-15 00:20:17    阅读次数:194
org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart
今天将项目部署到Centos 6.3 x64上面的tomcat 7.0.54,访问链接出现了404错误。后来查看了/usr/local/apache-tomcat-7.0.54/logs/catalina.out 文件,出现了Error listenerStart 。org.apache.cat.....
分类:其他好文   时间:2014-06-14 23:44:17    阅读次数:740
Myeclipse编译工程用Weblogic发布的时候jdk版本问题
最近在用Myeclipse编译的代码在Weblogic上发布的时候总是出错,调查发现原来的jdk版本的问题。我的情况是这样的:开发的时候我是用tomcat来发布测试的,没有任何问题,但是实际发布的时候用Weblogic,总是出错,所以就自然而然的想到的jdk版本的问题。我用的Weblogic中用到的...
分类:Web程序   时间:2014-06-14 22:40:39    阅读次数:398
Qt中调用PolarSSL库(一)
最近一直在学习SSL相关的知识,也是先了解理论相关的知识,主要是SSL相关的基本概念和连接建立过程,主要是基于PolarSSL开源库进行学习。学习完了之后就希望能给有所运用,就想用Qt写一个简单的程序,增加对SSL相关概念的把握和对PolarSSL库的运用。当然,最终希望是可以使用Qt做一个比较完善的工具,帮助大家更好的理解和学习SSL相关知识。这都是后话,在第一篇里面,我们就简单用例子展示如何在...
分类:其他好文   时间:2014-06-14 17:40:05    阅读次数:186
Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds解决方案
产生这个问题的原因的是将项目部署到tomcat的时间超过了45秒,当项目比较大,用的框架比较复杂常会出现这个问题。 解决方法很简单,找到下面这个路径中 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml的server.xml文件 将start-timeout设置为100或者更长即可~...
分类:其他好文   时间:2014-06-14 13:21:11    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!