在 sonatype nexus 服务器中哪里可以找到日志文件,通过 osx 上的brew安装

Der*_*rek 2 homebrew nexus

我通过brew在mac Motion Lion上安装了sonatype nexus服务器,如下所示:

\n\n
\xe2\x9e\x9c  ~  brew install nexus\n==> Downloading http://download.sonatype.com/nexus/oss/nexus-2.6.3-01-bundle.tar\n\nAlready downloaded: /Library/Caches/Homebrew/nexus-2.6.3-01.tar.gz\n\n==> Caveats\n\nTo have launchd, start nexus at login:\n\nln -sfv /usr/local/opt/nexus/*.plist ~/Library/LaunchAgents\n\nThen to load nexus now:\n\nlaunchctl load ~/Library/LaunchAgents/homebrew.mxcl.nexus.plist\nOr, if you don't want/need launchctl, you can just run:\n\n/usr/local/opt/nexus/libexec/bin/nexus start\n\n==> Summary\n\n  /usr/local/Cellar/nexus/2.6.3-01: 285 files, 42M, built in 2 seconds\n\n\xe2\x9e\x9c  ~  /usr/local/opt/nexus/libexec/bin/nexus start\n\nStarting Nexus OSS...\n\nStarted Nexus OSS.\n
Run Code Online (Sandbox Code Playgroud)\n\n

但我可以\xe2\x80\x99t找到nexus服务器启动正常,8081端口未启动。

\n\n

在哪里可以找到日志文件?

\n

Lef*_*ogh 6

聚会有点晚了...对于 Nexus 3.15...

因此,相对于您的安装文件夹,例如,如果您将 tar.gz 复制到/opt并在那里解压,则完整路径将是:

/opt/sonatype-work/nexus3/log/
Run Code Online (Sandbox Code Playgroud)