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
Table of contents 1. Command 2. docker-compose.ym...
1. Use the mysql/mysql-server:latest image to qui...
Common usage of Regexp in Mysql Fuzzy matching, c...
The basic structure of HTML hypertext documents is...
Table of contents Preface 1. Conventional Vue com...
Although head and DTD will not be displayed on th...
<br />Table is a tag that has been used by e...
question By clicking a control, a floating layer ...
<br />I have summarized the annotation writi...
Since the standard ab only supports stress testin...
When I first taught myself web development, there...
Today I will introduce two HTML tags that I don’t...
Table of contents 1. Why do we need unit testing?...
I took the bus to work a few days ago. Based on m...
1. Arrow Function 1. Take advantage of the fact t...