Jetty Runner

Jetty Runner introduction:

For a fast and easy way to run your webapp, without having to install and administer a Jetty distro, use the Jetty Runner.

Download link: http://central.maven.org/maven2/org/eclipse/jetty/jetty-runner/

Detailed use of parameters :Https://wiki.eclipse.org/Jetty/Howto/Using_Jetty_Runner

Test:
Write a simple batch process and drag into the war package to automatically deploy:

@echo offcolor acd /d %~dp0set runner=jetty-runner-9.4.6.v20170531.jarset war=%~f1if "< span class="hljs-envvar">%war%"=="" set /p war=Please drag into the war package:::echo %war%java -jar %runner%  %war%pause

jetty-runner

Jetty Runner introduction:

For a fast and easy way to run your webapp, without having to install and administer a Jetty distro, use the Jetty Runner.

Download address: http://central.maven.org/maven2/org/eclipse/jetty/jetty-runner/

Detailed use Parameters: https://wiki.eclipse.org/Jetty/Howto/Using_Jetty_Runner

Test:
Write a simple batch process and drag into the war package to automatically deploy:

@echo offcolor acd /d %~dp0set runner=jetty-runner-9.4.6.v20170531.jarset war=%~f1if " %war%"=="" set /p war=Please drag into the war package:::echo %war%java -jar %runner% < span class="hljs-envvar">%war%pause

jetty-runner

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 4526 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.