java - Do I need command prompt every time to open Jenkins? -


i have installed jenkins through jenkins.war file. every time depends upon command prompt start jenkins on web page. after running java -jar jenkins.war can open jenkins. if closing command prompt , refreshing http://localhost:8080/ shows error "localhost refused connect". there permanent solution?

jenkins being deployed .war file.this mean being run webapp tomcat( port 8080). tomcat either needs run cmd or service. if want make easier, add service , enable run @ startup.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -