Startup Tomcat Using Grunt

pertrai1

is it possible to have a grunt task that can startup tomcat on my local machine? I want to be able to use livereload for our project but I need 2 things: tomcat started on port 8080 and livereload to be watching on 8080. Hope this is possible and makes sense.

Thank you,

Rob

Sindre Sorhus

You can use something like grunt-shell to start up tomcat.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related