Open GoogleCodeExporter opened 9 years ago
I think you didn't shut down the mvn jetty:run either inside your eclipse or on
your terminal.
try to m2eclipse plugin to see if it helps.
you can kill your jetty server if it doesn't shutdown correctly.
run the following on your terminal,
ps aux |grep jetty
remember the pid to $pid
kill $pid
Original comment by benli3...@gmail.com
on 10 Aug 2010 at 5:00
Original issue reported on code.google.com by
lhkh...@gmail.com
on 10 Aug 2010 at 4:55