pojosontheweb / woko

POJOs on the Web !
http://www.pojosontheweb.com
Apache License 2.0
9 stars 1 forks source link

Woko start #78

Closed mathieu closed 12 years ago

mathieu commented 12 years ago

Display information on deployment : E.g :

vankeisb commented 12 years ago

This is quite hard to implement actually.

As we just launch jetty:run-exploded, we can't really know when the app has started (the process does not exit)...

Maybe jetty plugin has this option built-in ?

vankeisb commented 12 years ago

I'm trying to use the logs in order to spit out a message... It might be enough.