摘要: http://www.chinaunix.net/old_jh/50/564442.html 阅读全文
posted @ 2013-11-08 16:50 松鼠飞翔吧 阅读(25) 评论(0) 推荐(0) 编辑
摘要: http://www.2cto.com/os/201108/99754.htmlhttp://www.2cto.com/os/201108/99755.html 阅读全文
posted @ 2013-11-08 16:48 松鼠飞翔吧 阅读(36) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxidc.com/Linux/2007-12/9521.htm 阅读全文
posted @ 2013-11-08 16:47 松鼠飞翔吧 阅读(34) 评论(0) 推荐(0) 编辑
摘要: http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=1138949 阅读全文
posted @ 2013-11-08 15:47 松鼠飞翔吧 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1配置log4j配置log4j的CLASSPATH环境变量一定要直接指定,vim /etc/profileexport CLASSPATH=$JAVA_HOME/lib/log4j-1.2.17.jar:$JAVA_HOME/lib:$JAVA_HOME/jre/lib。编译 javac Hello... 阅读全文
posted @ 2013-11-07 00:13 松鼠飞翔吧 阅读(1949) 评论(0) 推荐(0) 编辑
摘要: 1 http://bbs.csdn.net/topics/310256270Internal Error: File /WEB-INF/web.xml not found 阅读全文
posted @ 2013-11-06 21:21 松鼠飞翔吧 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 1 http://zhidao.baidu.com/link?url=EpjTxF91byfYuJwgJ6bnCoUtwiOMfqqIoVzuZFGKi4GdualQEQOIIbNP3mtPd-t8iQtrwy7-yZfF16FqlDpe9aWEB-INF/web.xml做什么用的?web.xml文... 阅读全文
posted @ 2013-11-06 20:54 松鼠飞翔吧 阅读(4693) 评论(1) 推荐(0) 编辑
该文被密码保护。 阅读全文
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 松鼠飞翔吧 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1修改tomcat监听端口 2修改tomcat的字符集 貌似修改字符集可以直接在server.xml中配置: 阅读全文
posted @ 2013-10-31 23:42 松鼠飞翔吧 阅读(177) 评论(0) 推荐(0) 编辑