主要是修改server.xml中的端口,这个是tomcat自带的配置,在这里需要进行修改这几个点 把上边的复制一份 还需要把webapp中的东西全都复制到webapp1中,这样才能显示信息,启动startup.bat启动成功,进行访问
分类:
其他好文 时间:
2014-07-16 23:10:26
阅读次数:
267
After following the first three posts about Oracle installation, you should finish installing Oracle successfully. We will further discuss how to star...
分类:
数据库 时间:
2014-07-10 11:07:13
阅读次数:
393
机型:Samsung Galaxy S GT-I9000版本:2.2.1bug:Couldn't create directory for SharedPreferences file xxx.xmlAttempt to read preferences file xxx.xml without p...
分类:
其他好文 时间:
2014-07-10 10:39:02
阅读次数:
311
Linux下Memcached的安装步骤,如果出现/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory异常在/etc/ld.so.conf中加入/usr/local/lib这一行,保存之后,再运行:/sbin/ldconfig –v更新一下配置即可。...
分类:
系统相关 时间:
2014-06-30 09:20:50
阅读次数:
320
还是一台Cisco2960坏了,但是没有管理人员,也没有之前配置,虽然2960很简单,但是连VLAN什么的信息都没有怎么搞啊,于是挨个询问大致了解VLAN的划分后,配了上去,客户也没反应什么问题,应该是没配错了,但是为了下次麻烦给客户做了个备份。虽然是2960,但是在3560、3700、45..
分类:
其他好文 时间:
2014-06-29 21:52:11
阅读次数:
309
在windows我们习惯性的使用“\”作为文件分隔符,但是在linux上系统不认识这个标识,于是就要引入这个php内置变量了:DIRECTORY_SEPARATOR 路径分隔符windows\ or /linux/ 在 Windows 中,斜线(/)和反斜线(\)都可以用作目录分隔符,在l...
分类:
Web程序 时间:
2014-06-29 18:59:47
阅读次数:
244
问题描述:thetomcatinstallationdirectoryisnotvalid原因:我在上一页没有选择apachetomcat7.0,因为eclipse版本太低,只有到6.0的server供选择所以这边就算把Name改成7.0,还是配置不了解决方案:安装更高版本的eclipse
分类:
其他好文 时间:
2014-06-28 06:30:26
阅读次数:
575
if (Directory.Exists(path)) { string[] name = Directory.GetFiles(path); foreach (string item in name) { ...
分类:
其他好文 时间:
2014-06-27 18:44:08
阅读次数:
196
# Sample ``local.conf`` for user-configurable variables in ``stack.sh``
# NOTE: Copy this file to the root ``devstack`` directory for it to
# work properly.
# ``local.conf`` is a user-maintained set...
分类:
其他好文 时间:
2014-06-26 11:41:09
阅读次数:
272
Lvs三种模式NATDRTUNLVS-NAT:目标地址转换注意事项:realserver的网关必须指向DIP,通常都是私有地址directory位于client和realserver之间,并负责处理进出的所有通信directory支持端口映射,向外提供服务的端口和realserver的端口可以不相同realserver可以使用任意操作系统较..
分类:
其他好文 时间:
2014-06-26 06:23:39
阅读次数:
510