第一次写jsp和servlet,主要是熟悉配置,详细的命令放在以后慢慢学习。这里不用eclipse或myeclipse,纯手工的完成jsp和servlet的配置。 看的是李刚的javaee的书... Read More
posted @ 2013-04-22 22:43 kunzeal Views(315) Comments(0) Diggs(0)
打开tomcat的控制台后,最前面会出现一个特别长的异常,内容如下 The APR based Apache Tomcat Native library which allows optimal... Read More
posted @ 2013-04-22 16:46 kunzeal Views(1793) Comments(0) Diggs(0)
原文地址:http://www.361way.com/shell-process/1126.html fork ( /directory/script.sh) fork是最普通的, 就是直接在脚本里面用/directory/script.sh来调用script.sh这个脚本。运行的时候开一个sub-shell执行调用的脚本,sub-shell执行的时候, parent-shell还在。sub-shell执行完毕后返回parent-shell. sub-shell... Read More
posted @ 2013-04-21 08:42 kunzeal Views(689) Comments(0) Diggs(0)
首先要安装一个插件 http://www.eclipsetotale.com/tomcatPlugin.html上,我下的是v33.zip。注意看下文档 Unzip it in : - Eclipse_Home/dropins for Eclipse 3.4, 3.5 and 3.6 - Eclipse_Home/plugins for Eclipse 2.1, 3.0, 3.1, 3.2 and... Read More
posted @ 2013-04-20 18:25 kunzeal Views(579) Comments(0) Diggs(0)