Web Development1. Overview of web development•To learn web development, you need to install a web server first and deploy the developed web project in the web server for external access. There are many WEB servers, popular ones include Tomcat, WebSphere, WebLogic, Jboss, etc. In small application systems or systems with special needs, you can use a free Web server: Tomcat installation and configurationTomcat official website: http://tomcat.apache.org Get the Tomcat installation package – The tar.gz file is the installation version for Linux operating system – The zip file is a compressed version for Windows Install Tomcat–Unzip the tomcat compressed file Install JDK (Click here for JDK installation tutorial) – Set the JAVA_HOME environment variable – Set the PATH environment variable 2. Web development environment constructionStart the server and check whether the installation is successful 3. Create and publish web projects1. Create a Java project 2. Add web This way there is an extra web folder to store HTML files 3. Configure tomcat to automatically publish web files 4. After clicking Apply, write hello world in index.jsp and start 5. Success This is the end of this article about how to use IDEA to create a Web project and publish it to Tomcat. For more information about how to use IDEA to create a Web project and publish it to Tomcat, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Background image cache under IE6
>>: ElementUI implements cascading selector
When the front-end requests the interface, it is ...
Zen Coding It is a text editor plugin. In a text ...
1. Always close HTML tags In the source code of p...
Enable remote access rights for mysql By default,...
The first parameter passing method is dynamic rou...
During this period of time, I was studying docker...
Table of contents 1. System Information 2. Shutdo...
<br />How to remove the dividing lines of a ...
Table of contents Missing root location Off-By-Sl...
Table of contents VMware BurpSuite 1. Virtual mac...
Recently, I came across a webpage that had images ...
I'm playing with big data recently. A friend ...
Navigation, small amount of data table, centered &...
Macrotasks and Microtasks JavaScript is a single-...
This is an enhanced version. The questions and SQ...