Back
I am having this file, jenkins.war and I have started it from cmd prompt as:
java -jar jenkins.war
It did start expectedly l could easily access http://localhost:8080
http://localhost:8080
Now,I wanna start the same on the port ,9090. How could I do it?
You can use this command in the cmd :
java -jar jenkins.war --httpPort=9090
You can also use the https, if you wish by using:
java -jar jenkins.war --httpsPort=9090
If you want to know more about Jenkins, you can follow this Jenkins Tutorial.
31k questions
32.8k answers
501 comments
693 users