karlmdavis / rps-tourney

An online multi-player Rock-Paper-Scissors game. Just because.
https://rpstourney.com/
1 stars 2 forks source link

Move development environment to Eclipse JavaEE #35

Closed karlmdavis closed 10 years ago

karlmdavis commented 10 years ago

While working on Issue #21, I discovered that EmbeddedServer isn't handling resources correctly:

The conclusion from all of this is that EmbeddedServer should be pulling from whatever directory that m2e-wtp drops things in. In order to do that, I need to be using the JavaEE version of Eclipse (or install WTP manually, which is unlikely to go well).