搞定在前面述,httpd与tomcat整合方式 当前已知的有 ajp_proxy,mod_jk.so jk connecteor连接器下载地址http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/具体搞定策略步骤1,安装httpd,基于...
分类:
其他好文 时间:
2014-06-23 06:34:38
阅读次数:
265
问题:主要是2个内存溢出的错误。首先是:java.lang.OutOfMemoryError: Java heap space其次是:java.lang.OutOfMemoryError: PermGen space最终解决办法【我是4G内存,请适当修改大小】:【Windows】在catalina....
分类:
其他好文 时间:
2014-06-23 06:34:12
阅读次数:
205
有时候需要在Web入口地址中隐藏非80端口,而最常见的方案是整合httpd和tomcat ,下面是通过mod_jk实现httpd和tomcat整合的详细流程,希望对大家有所帮助。 OS: CentOS5.7X64主要步骤: 1. 安装JDK 略 2. 安装httpd yum install htt....
分类:
其他好文 时间:
2014-06-23 06:20:38
阅读次数:
176
tomcat的webapp下放了多个应用,当tomcat启动时会出现perm区内存溢出的报错:Exception in thread "portalMessageListener-444" java.lang.OutOfMemoryError: PermGen space解决方案:增加catalin...
分类:
其他好文 时间:
2014-06-23 00:57:37
阅读次数:
208
由于临时需求,不得不用java来开发一个webservice,之前对java webservice一片空白。临时查资料,耗费近一天,终于搞定,效率是慢了点。呵呵。首先 配置Tomcat 中WebService解析容器,下载Axis2-1.6.2 注意分别下载 红框的两个文件其中注意将 axis2-1...
分类:
Web程序 时间:
2014-06-23 00:29:03
阅读次数:
414
遇到的问题是这样的,在jsp网页中嵌入了本地的图片,由于会用到上传到服务器的图片,所以没有放到项目里面,而是把所有图片单独放到一个文件夹里,然后打算使用绝对路径把要显示的图片显示出来,比如是放在了E盘的uploadPhotos文件夹里,但是在使用绝对路径显示时,代码如下:在eclipse中的内置浏览器里面是可以显示的,但是到其他浏览器都不显示,后来看到这篇文章http://bbs.csdn.net...
分类:
Web程序 时间:
2014-06-22 22:24:23
阅读次数:
322
There are two places that SSL will need to be configured if SSL is to be used between the controller and the Open vSwtich. The instructions below assu...
分类:
其他好文 时间:
2014-06-21 15:30:08
阅读次数:
161
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-21 15:08:28
阅读次数:
259
1. Introduction Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying...
分类:
其他好文 时间:
2014-06-21 14:38:35
阅读次数:
436
Open vSwitch with SSL and Mininet By default, Mininet uses the unencrypted port in Open vSwitch for OpenFlow. This makes total sense since the purpose...
分类:
Web程序 时间:
2014-06-21 14:35:59
阅读次数:
475