1. DownloadOpen the Apache Tomcat official website and select the required version to download: 2. Installation and decompression Unzip to a local path, I put it in 3. Start Tomcat Enter the bin directory terminal in the figure above and run the script -bash: ./startup.sh: Permission denied The reason is that the user does not have permission, which leads to failure to execute. You need to use the command chmod to modify the .sh permission in the bin directory. If it does not appear, it means that the startup is successful. chmod u+x *.sh After modification, re-execute the startup command: ./startup.sh to start. Fourth, verify whether the installation is successful Enter http://localhost:8080 in the browser address bar (or enter the computer IP + port number in the mobile browser to access it) and the following interface will be displayed: 5. Shut down Tomcat Or the previous 6. IDEA configures tomcatFinally, click Apply -> OK to complete the configuration. This is the end of this article about the steps to configure Mac+IDEA+Tomcat. For more relevant Mac IDEA Tomcat configuration content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Web design skills: iframe adaptive height problem
>>: After reading the introduction of CSS box model, you will not be confused
It's simple, just go to the tutorial, blogger...
Table of contents 01 Introduction to MySQL Router...
question For a given MySQL connection, how can we...
This article example shares the specific code of ...
Table of contents cause reason Introduction to NP...
1. Preparation before installation Check the data...
There was a problem when installing the compresse...
I recently upgraded MySQL to 5.7, and WordPress r...
Problem Description Recently, when I was building...
The web color picker function in this example use...
Document Scope This article covers mode switching...
After switching from Vue2's writing style to ...
This article mainly introduces the relevant solut...
Mysql installation, configuration, and optimizati...
Table of contents Features Preservation strategy ...