1. Tomcat service is not openEnter localhost:8080 in the address bar of the browser and press Enter to display the following interface Tomcat service is not open. Enter startup.bat in cmd. Do not close the open tomcat window. 2. Enter the wrong URL pathIf you enter the URL in the browser and it displays 404, it may be that the entered path does not exist or the entered path is incorrect. 3. Java JDK environment variables are not setWhen entering startup.bat in cmd, an error is reported. As shown: Solution: This is because the environment variable name of the Java jdk is not set correctly. The variable name for setting the jdk path must be JAVA_HOME . Find the system variable interface and change the incorrect jdk variable name. After the change: After the change, reopen cmd and enter startup.bat to start normally. 4. Repeatedly enable the serviceThe service has been enabled and does not need to be enabled again. 5. Port is occupiedAccess Error occurs when accessing via the web page, and the port is occupied Open cmd and enter the command: delete the process occupying the port number you specified
This is the end of this article about the problems that may arise after installing tomcat. For more information about installing tomcat, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed explanation of the use and difference between relative and absolute in HTML
>>: Example code for implementing complex table headers in html table
By default, setting width for label and span is in...
Table of contents 1. Process 2. Core Architecture...
Unique “About”-Pages A great way to distinguish yo...
Sometimes we need to import some data from anothe...
Sometimes you will see English commas ",&quo...
After I finished reading JavaScript DOM, I had a ...
Preface In actual business, paging is a common bu...
Overview I have recently started learning MySQL r...
motivation Due to learning needs, I purchased a v...
Table of contents 1. Introduction 2. The first me...
Big pit, don't easily delete the version of P...
Because I want the virtual machine to have its ow...
The following graph shows how time-consuming it is...
Canal is an open source project under Alibaba, de...
<br />Structure and hierarchy reduce complex...