Install Artifactory 5 on Windows 10 as a service

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มี.ค. 2017
  • How to Install Artifactory 5 on Windows 10 as a service.
    Version 5.1.3 does not work on Windows 10 as a service. This video includes how to fix the installation to get around the error:
    [SC] StartService FAILED 1053:
    The service did not respond to the start or control request in a timely fashion.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @Samort7
    @Samort7 7 ปีที่แล้ว +1

    Awesome vid! Thanks man!

  • @MDDanishAnsariDev
    @MDDanishAnsariDev 4 ปีที่แล้ว +1

    Thanks a lot sir. You have saved my life.

  • @ashchamoli
    @ashchamoli 6 ปีที่แล้ว

    Awesome and Thanks. Works perfectly :)

  • @DaveDuke1985
    @DaveDuke1985 6 ปีที่แล้ว

    Great work!

  • @zamutil1992
    @zamutil1992 6 ปีที่แล้ว +1

    Thanks, it helps

  • @giannifranceschi8166
    @giannifranceschi8166 5 ปีที่แล้ว

    great work works perfectly thanks a lot

  • @Sanmat
    @Sanmat 7 ปีที่แล้ว

    Awesome!!!

  • @oraclesrinu2407
    @oraclesrinu2407 6 ปีที่แล้ว

    Your class is good but Before u Start Class U can change Background colur

  • @punk70
    @punk70 7 ปีที่แล้ว

    How can I run it on tomcat container?

    • @christopherzinn5550
      @christopherzinn5550  7 ปีที่แล้ว +1

      Artifactory includes Apache Tomcat in it's distribution zip file. You do not need to do anything special to get it to run on the included Tomcat as it does so by default.

    • @punk70
      @punk70 7 ปีที่แล้ว

      I see. I want to install a artifactory maven repository on a server that already has tomcat installed, and get remote access. In a local machine it works fine, i wanna help using it like a web application online.

    • @christopherzinn5550
      @christopherzinn5550  7 ปีที่แล้ว +1

      To do that you simply edit the tomcat\conf\server.xml file . Change the TCP port it listens on from 8081 to whatever you would like and it will run side by side with whatever other Tomcat instances you have on your machine.

    • @punk70
      @punk70 7 ปีที่แล้ว

      The problem is I haven't access to the online machine, just to tomcat server (already installed) and the cpanel of the host. I have access to the files of the server too, but I can't install the artifactory's tomcat.I was thinking if there is a way to get a .war of Artifactory and deploy on the tomcat. I made this with the artifactory.war on the zip, but its not working.

    • @christopherzinn5550
      @christopherzinn5550  7 ปีที่แล้ว +1

      I have not tried deploying the artifactory.war in the webapps directory to another Tomcat instance. If you get that working I would love to know what the steps were.