January 21
Today's main content: introduced several common javaweb servers, focusing on Tomcat and Tomcat installation and how to detect the successful installation
1.JavaWeb Common servers
Tomcat (free but only supports some Java specifications with JBoss to meet all), Resin (free), JBoss (free), WebSphere (toll), WebLogic (charge)
2.tomcat
2.1 Apache Open source organization, support JSP and servlet specification
2.2 There are multiple versions on multiple platforms, personal custom decompression version (do not need to install, unzip on the line, and then configure the environment variable java_home to the home directory of the JDK)
2.3 JDK support is required because Tomcat is also a Java program
2.4 Boot Tomcat Find bin under Startup.bat (Bat is a DOS command file) double click
3. How to detect the success of Tomcat installation
Browser input http://localhost:8080 The Apache interface even succeeds.
Wisdom Podcast Javaweb Day02 notes