Hi,

I just committed a little change to the examples maven configuration, that 
makes it possible to automatically run a tomcat server in the examples 
directories.
So if you want to run MDLExample, all you need to do, is to change to the 
MDLExample directory and run:

mvn tomcat7:run

It should start tomcat and make the application available at 
http://localhost:8081/MDLExample

I haven’t tried it, but if you started the server and simply run “mvn package” 
(notice without a “clean”) the application should be automatically updated 
without having to re-start or re-deploy the server. A simple page-refresh in 
the browser should do.

Chris

Reply via email to