Wednesday, January 16, 2019

Change Nexus Default port 8081 - How to change Nexus default port

The default port number for Sonatype Nexus is 8081. It can be changed though.

If you would like to change it, modify in below location:

 $install-dir/etc/org.sonatype.nexus.cfg file
application-port=8082

Click here to see steps for how to install Nexus on Redhat.
Click here to see steps for how to install Nexus on Ubuntu.

No comments:

Post a Comment

How to Automate Security Scan of Terraform Files using Checkov with Jenkins Pipeline? | How to Perform Security scan for Terraform Files using Checkov?

  Checkov is a static code analysis tool designed to scan Infrastructure as Code (IaC) files and identify potential security and compliance ...