【发布时间】:2017-09-12 03:16:20
【问题描述】:
Artifactory 新手,请多多包涵。
尝试(但失败)创建新的访问令牌。
Artifactory 中的 GUI 对此一无所知,但指向用户指南 (https://www.jfrog.com/confluence/display/RTF/Access+Tokens),其中讨论了通过 WAR 文件管理访问令牌。
这是简介:
Access Service
From Artifactory version 5.4, access tokens are managed under a new service
called Access which is implemented in a separate WAR file, access.war. This
change has no impact on how access tokens are used, however, the Artifactory
installation file structure now also includes the added WAR file under the
$ARTIFACTORY_HOME/webapps folder. Artifactory communicates with the Access
service over HTTP and assumes it is running in the same Tomcat using the
context path of "access".
好的,太好了。那么如何访问这个东西呢?
我对网络应用程序/服务器也不太了解。在今天之前,我认为战争是国家之间的战斗:-)
我的 Artifactory 服务器 proc 正在运行,我可以确认访问 war 文件(显然是某种 jar 文件)在 webapps 目录中。
我可以通过“http://myserver:8081/artifactory/webapp/#/home”获得神器。
【问题讨论】:
标签: war artifactory