摘要:1.虚拟主机对一个Tomcat,可以配置多台虚拟主机。简单地说,就是让一台服务器可以对应多个主机名。这在Tomcat中称之为Host。要求每个Host的Name必须唯一。配置方法:在$CATALINA_HOME/conf/server.xml中定义了所有的Host。Tomcat默认会建立一个localhost的虚拟主机,如下:<Host name="localhost" appBase="w...
阅读全文
摘要:在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...
阅读全文
摘要:转载一篇文章,从一定程度上说明了原因。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'...
阅读全文