Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nexus Sonatype return 404 not found after installation

after installing Nexus Sonatype OSS (3.2.1) to manage maven plugin, when I want to access my Nexus user interface using this url http://localhost:8081/nexus as the doc said here https://books.sonatype.com/nexus-book/reference/running.html, I got 404 not found. But when I type just http://localhost:8081, I got the repository manager front page.

How could I do to access the nexus user interface please ?

like image 634
Teddy Kossoko Avatar asked Feb 27 '17 15:02

Teddy Kossoko


People also ask

How do I run nexus Sonatype?

To use the user interface, fire up a web browser and type in the URL http://localhost:8081/nexus . You should see the user interface as displayed in Figure 3.5, “Application Window”. While we use localhost throughout this book, you may need to use the IP Loopback Address of 127.0.

How do I add artifacts to Sonatype nexus?

Maven - Uploading a Pom File with Artifacts To upload a pom file and its associated artifacts add all the files into the upload screen at the same time. Be sure to specify the extension of the pom file as pom ; this will let Nexus Repository know it should be taking the coordinates from the pom file, not the UI.

What is Sonatype Nexus repository?

“Nexus Repository delivers artifacts to all of our different environments and ensures consistency and quality across our software supply chain.” Sonatype automates the evaluation of over a billion components a day for its Nexus user community and now delivers supply chain intelligence for npm packages.


1 Answers

Your source https://books.sonatype.com/nexus-book/reference/running.html is about Nexus 2.14, but you installed 3.2.1.

The URL changed from Nexus 2 to Nexus 3.

like image 58
J Fabian Meier Avatar answered Oct 14 '22 01:10

J Fabian Meier