java - Web application with Enunciate: where to put the static resources -
i use enunciate (http://enunciate.codehaus.org/) our web-service layer , want simple not find documentation.
i want deploy images , other static resources , accessible e.g http://localhost:8080/myapp/images/img01.png
i tried create folder images
under src/main/resources
not deployed want (all files/folder inside there goes myapp/web-inf/classes, expected).
someone can point me static resources enunciate project?
i not have web.xml automatically generated enunciate framework.
static resources structured using standard project structure of maven-war-plugin
. basically, put image under src/main/webapp/images/img01.png
.
Comments
Post a Comment