10 2013 档案

该文被密码保护。
posted @ 2013-10-31 23:50 松鼠飞翔吧 阅读(4) 评论(0) 推荐(0)
摘要:1 apache-tomcat-6.0.29.tar.gz + jdk1.6.0.22JDK的安装vi /etc/profileexport JAVA_HOME=/usr/local/jdkexport JRE_HOME=/usr/local/jdk/jreexport CATALINA_HOME=/usr/local/tomcatexport CATALINA_BASE=/usr/local/tomcatexport PATH=$JAVA_HOME/bin:$CATALINA_HOME/bin:$PATHexport CLASSPATH=$JAVA_HOME/lib:$JAVA_HOME/j 阅读全文
posted @ 2013-10-31 23:48 松鼠飞翔吧 阅读(155) 评论(0) 推荐(0)
摘要:1修改tomcat监听端口 2修改tomcat的字符集 貌似修改字符集可以直接在server.xml中配置: 阅读全文
posted @ 2013-10-31 23:42 松鼠飞翔吧 阅读(185) 评论(0) 推荐(0)
摘要:Tomcat设置多个虚拟主机方案一:多个工程在不同的目录下 测试在C:\WINDOWS\system32\drivers\etc下的hosts文件中添加如下内容:127.0.0.1xixi.jb51.net127.0.0.1lala.jb51.net127.0.0.1haha.jb51.net按照上面的配置:1.http://xixi.jb51.net访问${tomcat}\abcapps\ROOT下的网站2.http://haha.jb51.net访问D:\ProgramFiles\Tomcat\test\ROOT下的网站3.http://lala.jb51.net访问${tomc... 阅读全文
posted @ 2013-10-31 23:39 松鼠飞翔吧 阅读(170) 评论(0) 推荐(0)
摘要:Windows Server 200864bits:ed2k://|file|cn_windows_server_2008_datacenter_enterprise_standard_x64_dvd_x14-26746.iso|2883866624|BDCF3B6D8579B527509D036E... 阅读全文
posted @ 2013-10-26 12:47 松鼠飞翔吧 阅读(2747) 评论(0) 推荐(0)
摘要:戴尔技术中心http://zh.community.dell.com/techcenter/戴尔技术中心WIKIhttp://zh.community.dell.com/techcenter/w/PowerEdge服务器Lifecycle Controller简介http://zh.community.dell.com/techcenter/w/techcenter_wiki/190.poweredgelifecycle-controller.aspx 阅读全文
posted @ 2013-10-26 00:09 松鼠飞翔吧 阅读(352) 评论(0) 推荐(0)
摘要:戴尔服务器启动过程:memory initialize --> iDRAC --> sas ahci controller --> NIC controller --> raid controller --> firmware initialize -> lifecycle controller ... 阅读全文
posted @ 2013-10-25 22:54 松鼠飞翔吧 阅读(14954) 评论(0) 推荐(0)
摘要:1.使用虚拟光驱挂在系统原版ISO镜像;2.使用WINDOWS通用安装器安装; 3.可以选择挂载第三方sata驱动, dell r420自带一块PERC H310 raid controller,raid controller驱动要选择sas raid 驱动. 关于如何设置RAID: BIOS R... 阅读全文
posted @ 2013-10-25 15:56 松鼠飞翔吧 阅读(1099) 评论(0) 推荐(0)
摘要:RHEL 5.4 X86_64系统 一、下载网卡驱动 根据服务器的网卡型号下载相应的驱动程序,我这里是Dell R420默认的板载网卡(Broadcom 5720),去以下链接下载相应网卡型号的驱动。 http://zh-cn.broadcom.com/support/ethernet_n... 阅读全文
posted @ 2013-10-22 21:07 松鼠飞翔吧 阅读(960) 评论(0) 推荐(0)
摘要:cpu > core > processorhow many physical cpus ? how many cores per physical cpu ? how many processors per core ? equal to how many threads per core ?1 cpu = n cores (n>=1)1 core = m processors = m threads (m>=1)1 processor = 1 thread 阅读全文
posted @ 2013-10-21 23:22 松鼠飞翔吧 阅读(190) 评论(0) 推荐(0)
摘要:To disable Media Sense, please perform the following steps: 1) Click on the Start button. 2) Type cmd in the search bar. 3) Right click on the cmd.exe... 阅读全文
posted @ 2013-10-11 22:47 松鼠飞翔吧 阅读(1158) 评论(0) 推荐(0)