`
文章列表
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 independently deployed services available in JBoss, running multiple instances on a given machine can b ...
https://community.jboss.org/docs/DOC-9376   ConfigurePorts 版本 18   创建于: 2004-6-1 上午3:49 作者 tedtollefson - 最后修改:  2010-5-12 下午3:46 作者 Stelios Koussouris Setting up multiple instances of JBoss on the same machine   The ServiceBindingManager   JBoss 5   Easy Way   Start JBos ...
https://community.jboss.org/docs/DOC-9038     AS5ServiceBindingManager 版本 21   创建于: 2008-8-2 下午7:25 作者 Brian Stansberry - 最后修改:  2009-8-24 下午4:10 作者 Brian Stansberry Searchable Title: Service Binding Manager in JBoss Application Server 5   Overview of Changes   As in pre ...
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 Kopichenko Overview   Multiple instances of JBoss AS can run on a single machine assuming you have ...
  linked from http://www.it.com.cn/f/server/053/21/89080.htm   浅议DAS、NAS、SAN三种模式 目前磁盘存储市场上,存储分类(如下表一)根据服务器类型分为:封闭系统的存储和开放系统的存储,封闭系统主要指大型机,AS400等服务器,开放系统指基于包括Windows、UNIX、Linux等操作系统的服务器;开放系统的存储分为:内置存储和外挂存储;开放系统的外挂存储根据连接的方式分为:直连式存储(Direct-Attached Storage,简称DAS)和网络化存储(Fabric-Attached Storage,简称FAS) ...
  apache httpd server默认http返回的HTTP RESPONSE 中的 HTTP HEADER会带有其具体版本信息,如:   --------http head ----------- null = HTTP/1.1 404 Not Found Date = Mon, 09 Jan 2012 07:40:54 GMT Content-Length = 204 Keep-Alive = timeout=5, max=100 Connection = Keep-Alive Content-Type = text/html; charset=iso-8859 ...
edit conf/httpd.conf, add   <FilesMatch "\.(log|ascx)$"> Order deny,allow Deny from all </filesMatch>
Apache httpd 2.2  默认支持的http方法:       关闭方法 √ OPTIONS  

httpd utilities

--------- commands--------- apachectl -k start apachectl -k stop apachectl -k restart apachectl configtest   cat conf/httpd.pid   ----------- httpd.conf : ---------------- TraceEnable off ServerTokens ProductOnlyServerSignature Off  
      _____________________________ 1.什么是会话保持?在大多数电子商务的应用系统或者需要进行用户身份认证的在线系统中,一个客户与服务器经常经过好几次的交互过程才能完成一笔交易或者是一个请求的完成。由于这几次 ...

Apache Http Over View

Which Version   Apache Httpd   Apache Httpd 1.3 Deprecated (END OF LIFE) Apache Httpd 2.0 Apache Httpd 2.2 Recommanded Apache Httpd 2.3 Beta   mod_JK   mod_jk 1.2 Recommanded mod_jk 2.0 Deprecated (NO LONGER MAINTAINED)
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 modules/mod_ssl.so     2. edit conf/extra/httpd-ssl.conf     <VirtualHost>    #...   SSLCert ...

Linux find

  find ./ -name *.sh find ./ -iname *.log   find ./ -filetype d find ./ -filetype f   find ./ -g group find ./ -u user   find ./ -name *.log -exec chmod 777 {}  \;

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

linux free

[root@localhost ~]# free -m                total       used       free     shared    buffers     cached  
Global site tag (gtag.js) - Google Analytics