05 2010 档案

Tomcat虚拟主机及Root Context配置
摘要:1.虚拟主机对一个Tomcat,可以配置多台虚拟主机。简单地说,就是让一台服务器可以对应多个主机名。这在Tomcat中称之为Host。要求每个Host的Name必须唯一。配置方法:在$CATALINA_HOME/conf/server.xml中定义了所有的Host。Tomcat默认会建立一个localhost的虚拟主机,如下:<Host name="localhost" appBase="w... 阅读全文

posted @ 2010-05-18 08:36 daition 阅读(5882) 评论(1) 推荐(0)

Ubuntu下桌面环境变量设置
摘要:在Ubuntu community上看见关于环境变量设置的文档:https://help.ubuntu.com/community/EnvironmentVariables其中有一段"/etc/bash.bashrc- This is is the system-wide version of the~/.bashrcfile. Ubuntu is configured by default to... 阅读全文

posted @ 2010-05-13 13:56 daition 阅读(995) 评论(0) 推荐(0)

相比Flash,为什么Applet不流行?
摘要:转载一篇文章,从一定程度上说明了原因。zz fromhttp://weblogs.java.net/blog/joconner/archive/2008/02/java_applets_no.htmlJava applets not viable for this application?Posted byjoconneron February 22, 2008 at 10:10 AM PSTI'... 阅读全文

posted @ 2010-05-13 13:49 daition 阅读(860) 评论(0) 推荐(0)

导航