1#!/bin/bash2set-x3dir=/export/servers/nginx45stop()6{7#pkill-f$dir/perl-fcgi.pl8kill$(cat$dir/logs/perl-fcgi.pid)9rm$dir/logs/perl-fcgi.pid2>/dev/nul...
分类:
移动开发 时间:
2014-07-07 10:00:30
阅读次数:
252
下图一一个典型的config.json的配置: 配置中主要包括四个部分,master,servers,db,memcached。master用来定义master的端口,serv...
分类:
其他好文 时间:
2014-07-02 15:13:01
阅读次数:
218
1.下载tomcat免安装版,tomcat路径不含空格
http://download.csdn.net/detail/u014112584/7549191
2.windows -preferences-Myeclipse-servers-tomcat7.x
(1)选择Enable
(2)Tomcat home directory: 粘贴tomcat路径
...
分类:
系统相关 时间:
2014-06-26 07:38:55
阅读次数:
300
获取远程计算机信息:$d=get-date $servers="10.4.34.41","10.4.34.40","10.4.34.36","10.4.34.37","10.4.34.39" $serverpass="Dell1950" $UserName="Administrator"#定义线程数...
分类:
编程语言 时间:
2014-06-23 08:25:00
阅读次数:
338
这里只讲述http{}模块下的配置:
在ngx_http_block()函数内(这个函数别调用时在ngx_inti_cycle内的ngx_conf_parse函数,这个函数遇到http命令时 回调ngx_http_block,开启http{}配置块的解读工作),针对每一个http模块,调用init_conf之后,有调用了ngx_http_merge_servers()。这是为何!
...
分类:
其他好文 时间:
2014-06-22 20:34:44
阅读次数:
204
这个函数做了连部分工作:1)以端口为入口点 将有用的信息存放到hash表内 2)调用ngx_http_init_listening()函数 对端口进行监听
1、 在ngx_http_core_main_conf_t结构体中有一个字段为ports,是一个数组,数组内存放的全是ngx_http_conf_port_t;对于每一个端口信息(ngx_http_conf_port_t),调用
ngx_h...
分类:
其他好文 时间:
2014-06-21 21:16:25
阅读次数:
267
With network virtualization, the software switches (such as Open vSwitch) on the servers act like the edge switches. So, to gain insights into the net...
分类:
Web程序 时间:
2014-06-21 15:34:13
阅读次数:
324
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:
其他好文 时间:
2014-06-21 14:48:04
阅读次数:
225
产生这个问题的原因的是将项目部署到tomcat的时间超过了45秒,当项目比较大,用的框架比较复杂常会出现这个问题。
解决方法很简单,找到下面这个路径中 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml的server.xml文件
将start-timeout设置为100或者更长即可~...
分类:
其他好文 时间:
2014-06-14 13:21:11
阅读次数:
351
指定用户名密码启动管理服务器You can start and stop Oracle WebLogic Server Administration Servers using the WLST command line or a script. When you start or stop the...
分类:
数据库 时间:
2014-06-14 08:24:43
阅读次数:
368