Linux下Nginx + Resin 的搭建
作者:admin 日期:2010-01-05
nginx的安装
对于现在流行的Nginx + Resin,其性能大家都有目共睹。
首先,安装Nginx
可以参数Nginx的安装文章:http://www.suneca.com/article.asp?id=86
如果在安装Nginx的时候提示有问题,可以参考:http://www.suneca.com/article.asp?id=87
有关Nginx,pcre,openssl相关的包文件,可以通过google进行查找下载,并上传到服务器上。
对于现在流行的Nginx + Resin,其性能大家都有目共睹。
首先,安装Nginx
可以参数Nginx的安装文章:http://www.suneca.com/article.asp?id=86
如果在安装Nginx的时候提示有问题,可以参考:http://www.suneca.com/article.asp?id=87
有关Nginx,pcre,openssl相关的包文件,可以通过google进行查找下载,并上传到服务器上。
TOMCAT 6不再需要JDK支持,只需要JRE
作者:admin 日期:2007-12-04
版权所有,欢迎转载,转载请注明转自http://www.suneca.com
Tomcat 5.5及以前的版本,我们都必须安装JDK,因为Tomcat Jasper需要使用JDK去编译jsp(翻译后的java文件),Tomcat 6的jasper在新的版本已经做了重新的设计,以下是tomcat 6官方文档的一句话:
程序代码
Tomcat 5.5及以前的版本,我们都必须安装JDK,因为Tomcat Jasper需要使用JDK去编译jsp(翻译后的java文件),Tomcat 6的jasper在新的版本已经做了重新的设计,以下是tomcat 6官方文档的一句话:
程序代码Tomcat 6.0 uses the Eclipse JDT Java compiler for compiling JSP pages. This means you no longer need to have the complete Java Development Kit (JDK) to run Tomcat, but a Java Runtime Environment (JRE) is sufficient. The Eclipse JDT Java compiler is bundled with the binary Tomcat distributions. Tomcat can also be configured to use the compiler from the JDK to compile JSPs, or any other Java compiler supported
by Apache Ant.
by Apache Ant.
