I've finally found the time to checkout the Rave code and I've got it
all working from the command line and Eclipse. However, I'm not sure how
best to set up Eclipse to work with a Maven based project that runs in
tomcat.
I have two main problems:
Firstly, is it possible to configure things so that I don't have to kill
tomcat, rebuild and restart constantly.
Secondly, when I kill Tomcat (CTRL-C in CLI or the Terminate in Eclipse)
there server continues to run. Restarting the app reports that the port
is already in use and I need to kill the process manually.
Can someone point me to a decent intro to developing a Maven app in Eclipse.
Ross