dubbo-admin JKD is not compatible lead to 404 error

Packaged good video used in the war package for  Dubbo-ADMIN-2.5.4.war , this version does not support JDK1.8 , therefore to fight this war package on tomcat, 404 error.

Solution: Use the updated version of the war package. Because of dubbo-admin 2.6.x used springboot achieved, so this used to replace 2.5.8 2.5.4.

 

1. Go to github download dubbo Source https://github.com/apache/incubator-dubbo

2. Download the incubator-dubbo-dubbo-2.5.8

3. The decompression proceeds dubbo-admin directory, on the input path cmd, dos interface into the

4. Packaging (need to configure the computer maven environment) by cmd command

mvn package -Dmaven.skip.test=true

mvn Loft pom.xml file automatically downloads the required package jar package

The replication in the target directory war package uploaded to the server

6. Copy the war package to tomcat webapps directory server, start the tomcat

7. Enter the server address access control center

Pop-up to enter a user name and password, then build a success!

Guess you like

Origin blog.csdn.net/qq_20377675/article/details/89298263