I am using appfuse (struts 2 basic). I am starting the application by "mvn jetty:run". Everything is working fine, but as soon as I stop the application and restart it again, I lost all the changes I made in the database (like adding new users). How can I get around this problem?
How can I use postgre database instead of MySQL? Please help -Owais