简体   繁体   English

在现有的Tomcat中部署Artifactory

[英]Deploy Artifactory in existing Tomcat

I'd like to deploy the OSS version of artifactory in my existing Tomcat environment. 我想在现有的Tomcat环境中部署OSS版本的工件。 My first try was to simply throw in the two wars that come with the bundled Tomcat. 我的第一个尝试就是简单地将捆绑的Tomcat带来的两次大战付诸东流。 I had to copy over the derby jar, too, so that part seemed to work. 我也不得不复制德比罐子,所以那部分似乎可以用。 I then got blocked by an issue with authentication tokens. 然后,我被身份验证令牌的问题所阻止。

The manual I found is pretty outdated and talks about V2.x only. 我发现的手册已经过时,仅谈论V2.x。 What I found here was this: 我在这里发现的是:

Deployment of my application in existing tomcat 在现有tomcat中部署我的应用程序

Now - how official is this statement? 现在-此声明的正式程度如何? I didn't find anything on their website saying that it's not supported anymore. 我在他们的网站上找不到任何内容,说不再受支持。

I'd need now 我现在需要

  • either a helpful resource (for me) 一个有用的资源(对我来说)
  • or a link to an official statement (for my management) 或官方声明的链接(供我管理)

Thanks! 谢谢!

Well, I guess this qualifies as an official statement (at https://www.jfrog.com/confluence/display/RTF/Release+Notes#ReleaseNotes-Artifactory4.0 ) 好吧,我想这符合官方声明的要求(在https://www.jfrog.com/confluence/display/RTF/Release+Notes#ReleaseNotes-Artifactory4.0

Tomcat 8 as the Container Tomcat 8作为容器

JFrog Artifactory 4.0 only supports Tomcat 8 as its container for both RPM and standalone versions. JFrog Artifactory 4.0仅支持Tomcat 8作为RPM和独立版本的容器。 If you are currently using a different container (eg Websphere, Weblogic or JBoss), please refer to Upgrading When Using External Servlet Containers for instructions on how to migrate to Tomcat 8. 如果您当前正在使用其他容器(例如Websphere,Weblogic或JBoss),请参阅使用外部Servlet容器时升级,以获取有关如何迁移到Tomcat 8的说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM