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
This article example shares the specific code of ...
【Foreword】 If you want to use ORM to operate data...
1. Introduction to inode To understand inode, we ...
Table of contents 1. How to obtain different view...
Written in the opening: Absolute said: "Rela...
Table of contents Preface 1. Why do cross-domain ...
summary: The following is a method for changing t...
Data URI Data URI is a scheme defined by RFC 2397...
1. Environmental preparation: Operating system: C...
Table of contents 1. The relationship between red...
1 Background Recently, some performance issues ha...
Introduction When writing SQL today, I encountere...
When using the idea development tool to debug cod...
Previously, I summarized how to use CSS to achieve...
As shown below: select name from mysql.proc where...