Tag: JDK预览模式: 普通 | 列表

Linux下Nginx + Resin 的搭建

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进行查找下载,并上传到服务器上。

查看更多...

Tags: Linux nginx Resin JDK

分类:Linux技术 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 1199

TOMCAT 6不再需要JDK支持,只需要JRE

版权所有,欢迎转载,转载请注明转自http://www.suneca.com

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.

查看更多...

Tags: tomcat6 jre JDK

分类:开源项目 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 4719