Install Artifactory 5 on Windows 10 as a service

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • 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

  • @MDDanishAnsariDev
    @MDDanishAnsariDev 4 роки тому +1

    Thanks a lot sir. You have saved my life.

  • @ashchamoli
    @ashchamoli 6 років тому

    Awesome and Thanks. Works perfectly :)

  • @Samort7
    @Samort7 7 років тому +1

    Awesome vid! Thanks man!

  • @zamutil1992
    @zamutil1992 6 років тому +1

    Thanks, it helps

  • @giannifranceschi8166
    @giannifranceschi8166 5 років тому

    great work works perfectly thanks a lot

  • @Sanmat
    @Sanmat 7 років тому

    Awesome!!!

  • @DaveDuke1985
    @DaveDuke1985 6 років тому

    Great work!

  • @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.