tomcat - How to load a java web app in the terminal? -


i have java web app developed on struts , deployed on tomcat server. want run commands , use functions of app using console - in 'rails console' such if server not running, entire app environment loaded , app usable terminal itself. have tried grails (groovy) couldn't figure out how interface java app 'grails console' works app developed on grails. how go doing this?


Comments