如何删除“artifactory”从上下文URL在artifactory 7

Erez Vadmani
2023-01-22还剩11分08秒

在Artifactory版本7之前。x, it was possible to remove the /artifactory context, either by modifying the Tomcat configuration or via the reverse proxy. In subsequent versions of Artifactory (Artifactory 7.x or higher), as a result of architectural changes to the application, this is no longer supported.

Artifactory 7引入了“JFrog平台”的概念,Artifactory不再是一个独立的产品,而是更大的统一平台的一部分。

由于采用了统一的平台方法,不可能将Artifactory作为根Tomcat上下文运行,并且不应该以这种方式修改反向代理配置,因为反向代理应该配置为将其他JFrog上下文(例如:/ui、/mc、/access等)路由到Router微服务,而不是Artifactory微服务。

您可以在以下文档中获得JFrog平台统一方法的概述:
//www.si-fil.com/confluence/display/JFROG/System+Architecture