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

时间:2013-12-17 16:22:30

标签: homebrew nexus

我通过brew在mac motion lion上安装sonatype nexus服务器作为打击:

➜~brew安装nexus ==>正在下载http://download.sonatype.com/nexus/oss/nexus-2.6.3-01-bundle.tar

已下载:/ Library/Caches/Homebrew/nexus-2.6.3-01.tar.gz

==>警告

要在登录时启动启动nexus:

ln -sfv /usr/local/opt/nexus/*.plist ~/Library/LaunchAgents

然后立即加载nexus:

launchctl load ~/Library/LaunchAgents/homebrew.mxcl.nexus.plist

或者,如果您不想/需要launchctl,您可以运行:

/usr/local/opt/nexus/libexec/bin/nexus start

==>总结

/usr/local/Cellar/nexus/2.6.3-01:285个文件,42M,内置2秒

➜~/ usr / local / opt / nexus / libexec / bin / nexus start

启动Nexus OSS ...

启动Nexus OSS。

但我找不到nexus服务器启动ok,8081端口未启动,我在哪里可以找到日志文件

3 个答案:

答案 0 :(得分:2)

参加聚会有点晚...对于Nexus 3.15 ...

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

/opt/sonatype-work/nexus3/log/

答案 1 :(得分:1)

不确定brew安装程序的位置。通常,nexus文件夹中有一个名为sonatype-work的兄弟文件夹。

nexus.log文件位于sonatype-work / nexus / log

最糟糕的情况是只查找nexus.log文件或使用

手动启动Nexus
  

./ bin / nexus console

并查看日志。

答案 2 :(得分:0)

➜libexecgit :( master)pwd

/usr/local/Cellar/nexus/2.6.3-01/libexec

➜libexecgit :( master)ls

LICENSE.txt bin lib wrapper.log

NOTICE.txt conf nexus

谢谢我刚收到它,wrapper.log