#What are the java servers?
The application server mainly provides a running environment for applications and provides services for components. There are many Java application servers, which are divided into two major categories in terms of function, JSP server and Java EE server, and can also be divided into other subcategories.
JSP servers include Tomcat, Bejy Tiger, Geronimo, Jetty, Jonas, Jrun, Orion, Resin, etc.
Java EE servers include TongWeb, BES Application Server, Apusic Application Server, IBM Websphere, Sun Application Server, Oracle's Oracle9i/AS, Sun Java System Application Server, Bea Weblogic, JBoss, open source GlassFish, etc.
Relatively speaking, the functions of Java EE server are more powerful.
Recommended learning: Java video tutorial
The above is the detailed content of What are the java servers?. For more information, please follow other related articles on the PHP Chinese website!