- 博客(50)
- 收藏
- 关注
原创 apache httpd mod_rewrite
安装:1.如果为初次安装apache,在编译时增加--enable-rewrite选项。 ./configure --prefix=/usr/local/apachel --enable-so --enable-mods-shared=all --enable-rewrite --enable-cache 2.如果已安装apahe httpd,但通过./apachec...
2012-06-01 15:36:05
163
原创 jboss twiddle命令例子
twiddle.sh -uadmin -p12345678 get jboss.system:type=Server Version
2012-03-19 15:15:30
249
原创 将 JBoss封装为Windows 服务
Download javaService form objectWeb Install Service set Java_Home=D:\programfiles\java\jdk160_24set JBOSS_HOME=D:\programfiles\jboss-eap-5.1\jboss-as JavaService.exe -install JBoss...
2012-03-16 16:21:42
160
原创 JBoss EAP 使用 Binding Manager
For JBoss 4.3.x: 1. edit JBoss_EAP_4.3.0.GA_CP02_sts\jboss-as\server\default\conf\jboss-service.xml2. enable mbean: <mbean code="org.jboss.services.binding.ServiceBindingManager" ...
2012-03-14 10:56:30
178
原创 IBM MB Tool kit Utilities
1. 切换Tookit 语言为英文加参数 -nl "EN" ,如 mb.exe -nl "EN"
2012-02-08 14:16:51
120
原创 [REF] Java HotSpot VM Options
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html#DebuggingOptions Java HotSpot VM OptionsAt a Glance Core Database Desktop Acc...
2012-02-07 11:22:17
126
原创 [转载]浅谈软件开发定律系列之帕金森定律(Parkinson’s Law)
原文地址 http://eilfei2000.blog.51cto.com/2956473/718353 浅谈软件开发定律系列之帕金森定律(Parkinson’s Law)2011-11-18 18:12:11标签:拖延 项目时间 项目管理 冗余原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。h...
2012-02-06 14:17:31
246
原创 Chrome 占用 CPU 高的解决方法
Shift + ESC ,查看那个进程占用CPU高,结束之。 我的是 shockwave flash 插件占用CPU很高,可能跟开太多窗口有关。
2012-02-03 19:00:05
1104
原创 JEE - JPS Command
(1) -q :只显示pid,不显示class名称,jar文件名和传递给 main 方法的参数 $> jps -q 28680 23789 23651 (2) -m :[实用] 输出传递给 main 方法的参数,在嵌入式jvm上可能是null $> jps -m 28715 Jps -m 23789 BossMain 23651 Resin -socketwait 3276...
2012-02-03 17:23:14
124
原创 JEE - Unveiling Java OOM (Out of Memory Error)
java.lang.OutOfMemoryError: Perm Space Only Oracle(Sun) HotSpot JVM has perm space. java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError: unable to create new native thread jav...
2012-02-03 15:03:14
218
原创 Tools - GCViewer gcviewer-1.31-RC4.zip
http://www.tagtraum.com/gcviewer.html new version (a fork) https://github.com/chewiebug/GCViewer/downloads
2012-02-03 13:16:30
213
原创 JEE - Memory Status Jsp Using JMX
<!-- jsp file content --> <%@ page import="java.lang.management.*" %><%@ page import="java.util.*" %> <h1 style="text-decoration: underline;">JVM Memory Moni
2012-02-03 10:42:14
115
原创 JBoss - Services Binding Management
http://docs.jboss.org/jbossas/docs/Server_Configuration_Guide/beta422/html/Additional_Services-Services_Binding_Management.html 10.5. Services Binding Management With all of the in...
2012-02-02 16:38:12
171
原创 JBoss Howto - Configure Ports
https://community.jboss.org/docs/DOC-9376 ConfigurePorts版本 18 创建于: 2004-6-1 上午3:49 作者 tedtollefson - 最后修改: 2010-5-12 下午3:46 作者 Stelios KoussourisSetting up multiple instanc...
2012-02-02 16:34:02
145
原创 JBoss - AS 5 ServiceBindingManager
https://community.jboss.org/docs/DOC-9038 AS5ServiceBindingManager版本 21 创建于: 2008-8-2 下午7:25 作者 Brian Stansberry - 最后修改: 2009-8-24 下午4:10 作者 Brian StansberrySearchab...
2012-02-02 16:33:14
305
原创 JBoss - Configuring Multiple JBoss Instances On One Machine
https://community.jboss.org/docs/DOC-9384 Configuring Multiple JBoss Instances On One Machine版本 50 创建于: 2004-10-8 下午9:02 作者 Elias Ross - 最后修改: 2010-7-30 下午12:55 作者 Vadim Kopiche...
2012-02-02 15:04:58
143
原创 为什么程序员的社会地位不高?
http://www.leiphone.com/why.html 为什么程序员的社会地位不高?归类于:业界 作者:benimaru 于 2012-1-2,10:46 3 坨评论到目前为止,在过去60年中在世界排名前20的国家中,没有哪条街是以程序员或者计算机科学家的名字命名的。没有任何一个世界主要城市拥有程序员或者计算机科学家的...
2012-02-01 13:34:53
145
原创 DAS、NAS、SAN三种模式
linked from http://www.it.com.cn/f/server/053/21/89080.htm 浅议DAS、NAS、SAN三种模式目前磁盘存储市场上,存储分类(如下表一)根据服务器类型分为:封闭系统的存储和开放系统的存储,封闭系统主要指大型机,AS400等服务器,开放系统指基于包括Windows、UNIX、Linux等操作系统的服务器;开放系统的存储分为:内...
2012-01-29 13:14:42
152
原创 httpd ServerTokens
apache httpd server默认http返回的HTTP RESPONSE 中的 HTTP HEADER会带有其具体版本信息,如: --------http head -----------null = HTTP/1.1 404 Not FoundDate = Mon, 09 Jan 2012 07:40:54 GMTContent-Length = 204...
2012-01-16 13:13:20
383
原创 httpd 过滤对特定文件扩展名资源的访问
edit conf/httpd.conf, add <FilesMatch "\.(log|ascx)$"> Order deny,allow Deny from all</filesMatch>
2012-01-16 13:10:27
191
原创 Apache httpd 2.2 默认支持的http方法
Apache httpd 2.2 默认支持的http方法: 关闭方法√OPTIONS √GET √HEAD √POST PUT DELETE √TRACETraceEnable off CONNECT ...
2012-01-09 16:09:55
169
原创 httpd utilities
--------- commands---------apachectl -k startapachectl -k stopapachectl -k restartapachectl configtest cat conf/httpd.pid ----------- httpd.conf :----------------TraceEnable offS...
2012-01-05 16:41:45
84
原创 转载:负载均衡会话保持技术、原理、产品(以F5为例)
_____________________________1.什么是会话保持?在大多数电子商务的应用系统或者需要进行用户身份认证的在线系统中,一个客户与服务器经常经过好几次的交互过程才能完成一笔交易或者是一个请求的完成。由于这几次交互过程是密切相关的,服务器在进行这些交互过程的某一个交互步骤时,往往需要了解上一次交互过程的处理结果,或者上几步的交互过程结果,服务器进行下一步操...
2011-12-29 14:26:53
135
原创 Apache Http Over View
Which Version Apache Httpd Apache Httpd 1.3 Deprecated (END OF LIFE)Apache Httpd 2.0Apache Httpd 2.2 RecommandedApache Httpd 2.3 Beta mod_JK mod_jk 1.2 Recommandedmod_jk 2.0 ...
2011-12-26 23:09:41
92
原创 Configuring SSL for Apache Httpd 2.2.x
1. Alter httpd.conf, uncomment 'Include conf/extra/httpd-ssl.conf' Include conf/extra/httpd-ssl.conf # uncomment this #uncomment this on windows platform#LoadModule ssl_module module...
2011-12-26 21:09:19
126
原创 Linux find
find ./ -name *.shfind ./ -iname *.log find ./ -filetype dfind ./ -filetype f find ./ -g groupfind ./ -u user find ./ -name *.log -exec chmod 777 {} \;
2011-12-22 17:26:41
165
原创 linxu sudo
[root] user1 ALL=(tomcat) NOPASSWD:/opt/soft/apache-tomcat-6.0.35/bin/startup.sh------------[user1] su -u tomcat /opt/soft/apache-tomcat-6.0.35/bin/startup.sh
2011-12-22 17:02:27
86
原创 linux free
[root@localhost ~]# free -m total used free shared buffers cached Mem: 7848 7803 45 0 198 736 -/+ buffers...
2011-12-22 16:59:42
84
原创 Using Log4j in Tomcat 5.5.x
Create a file called log4j.properties with the following content and save it into common/classes.log4j.rootLogger=INFO,Rlog4j.appender.R=org.apache.log4j.DailyRollingFileAppender...
2011-12-14 10:16:20
95
原创 Using Log4j in Tomcat 6.0.x & 7.0.x
The paper is part of http://tomcat.apache.org/tomcat-6.0-doc/logging.html Using Log4jThis section explains how to configure Tomcat to use log4j rather than java.util.logging for all To...
2011-12-14 09:08:03
135
原创 temporay
http://community.jboss.org/wiki/ServiceBindingManagerhttp://community.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine http://zwchen.iteye.com/blog/753913 配置AWSTATS用于分析web访问日志...
2011-12-08 17:30:06
174
原创 Configuring Mod_JK 1.2 with Apache httpd 2.2
1. install Apache Httpd server # intall path, ie. /apache2.2gunzip -d httpd*.tar.gztar -xvf httpd*.tarcd httpd*./configure --prefix=/ apache2.2 --enable-sslmakemake install ...
2011-12-06 16:35:12
331
原创 linux rpm
安装、升级安装 php-4.1.2-1mdk.i586.rpm: rpm --prefix /opt -i php-4.1.2-1mdk.i586.rpm升级 php 到“4.1.2”: rpm -U php-4.1.2-1mdk.i586.rpm卸载卸载 php-4.1.2-1mdk.i586.rpm: rpm -e php 查询查询安装信息: rpm -qi php查...
2011-12-05 11:36:55
102
原创 WebLogic Clustering in Remote Boxes
from http://middlewaremagic.com/weblogic/?p=971WebLogic Clustering in Remote Boxesby JaySenSharma under Common CategoryHi,Jay SenSharmaMany times we face Security...
2011-12-02 15:37:04
128
原创 HOWTO: Disable HTTP Methods in Tomcat Introduction
HOWTO: Disable HTTP Methods in TomcatIntroductionIn the Apache web server, if you want to disable access to specific methods, you can take advantage of mod_rewrite and disable just about ...
2011-12-02 15:26:21
191
原创 HOWTO: Disable HTTP Methods in Apache
HOWTO: Disable HTTP Methods in ApacheIntroductionAt several points in our careers as web server/site administrators, we will be required to disable certain HTTP methods from the web ans app...
2011-12-02 15:24:59
219
原创 查看weblogic server version
cd weblogic1035/user_projects/domains/clus1.ulic.com.cn/binsource ./setDomainEnv.shjava weblogic.version -verbose
2011-12-02 10:03:03
239
原创 weblogic server - 控制台访问
访问 10.3.0 console再访问 10.3.5 consoleconsole 主页显示不正常办法:清空浏览器历史数据
2011-11-27 17:53:54
329
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人