javascript - Startup Tomcat Using Grunt -


is possible have grunt task can startup tomcat on local machine? want able use livereload our project need 2 things: tomcat started on port 8080 , livereload watching on 8080. hope possible , makes sense.

thank you,

rob

you can use grunt-shell start tomcat.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -