Tomcat一般应用在这种小型系统中应用非常广泛,是开发调试jsp的首先应用。Tomcat和其他web软甲一样具有解析HTML语言的功能,但是处理效率远不及Apacge和Nginx,所以Tomcat一般和nginx进行结合,将Tomcat单独放在后台运行。

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

export JAVA_HOME=/usr/local/jdk1.8.0_151
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
export PATH=$JAVA_HOME/bin:$PATH
export JRE_HOME=$JAVA_HOME/jre

  

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

<%@page language="java" import="java.util.*" pageEncodin
g="UTF-8"%>
<html>
<head>
<title> JSP test2 page</title>
</head>
<body>
<% out.println("wecome to test site.http://www.t
est2.com");%>
</body>
</html>

  

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

tomcat——nginx负载均衡-LMLPHP

05-16 21:27