Tomcat starts normally, no project is loaded

1. Look at the console output ~ see if it is normal

2. Please make sure that the startup information of your tomcat contains the content of this item.

3. Where do you put your project?
If it is a war package, it can be automatically deployed by restarting tomcat under webapps. Others generally need to change the server.xml file.

4. Enter the management page, usually http://localhost:8080, click Tomcat Manager, the user of tomcat6 is admin, and the password is empty;
   If you want to set a password, open the tomcat folder - "conf folder - "tomcat-users.xml,

      <tomcat-users> 

          <user name=" tomcat" password=" tomcat" roles="admin,manager" />

      </tomcat-users> 

      At this point, the username has been added: tomcat, the password is: tomcat, and the roles are admin and manager.

  See if your project has been deployed. Make sure that the items you entered are exactly correct.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326979331&siteId=291194637