[Geoserver-devel] [Re: simple plugin: Could not locate servicemapping to: (HWS, SayHello)]

Justin Deoliveira wrote:

Hi Pablo,

Looks like you have stumbled on a bug. The problem is that in the
minimal configuration there is no actual files under "data". So the war
task ignores the entire directory structure. I am sure there is a way to
tell war to include empty directories.

Anyways, i am throwing this into jira and will get to it when i can. For
a quick fix, just copy "src/main/webapp/data" to "target/geoserver"
before you run jetty6:run-exploded. That should fix the problem.

that works, thanks!