jetty « Update « JPA Q&A





1. Persistence configuration question    stackoverflow.com

I have a web application (GWT/Vaadin based), which up to now I launched via mvn jetty:run Now I want to run it on another web server (also Jetty) and get database connection problems. In ...

2. Hibernate/JPA persistence.xml problem when deploying to Jetty as WAR    stackoverflow.com

I'm having trouble getting an application running on Jetty. If I run the app using the maven jetty plugin i.e.

mvn jetty:run
It all runs fine. If I package the app as a ...