I am trying to install JFrog artifactory into my Ubuntu 18.04 LTS system. I followed this video to install it JFrog Installation link In this video his 4th step, he has given the below commands after installing Artifactory.
1. nohup sh artifactory.sh &
after running the command i got the following output
ignoring input and appending output to 'nohup.out'
2. tail -f nohup.out the output of the given command
INFO: Deployment of web application directory
[/home/Downloads/JFrof/artifactory-oss-6.8.3/tomcat/webapps/ROOT] has finished in [28] ms
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8040"]
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-nio-8019"]**
am i giving the right commands? can someone help me installing it?
sudo netstat -natp|grep :8081
to find out if a Artifactory instance is already/still running. Check catalina*.log for error messages. Which install method from the official documentation did you use? - sborsky