I am using a fresh installed Geoserver 2.5 & I followed all documented instructions from http://docs.geoserver.org/stable/en/user/community/scripting/index.html but again the basic hello world groovy script is not working! –data_dir/scripts/apps/hello/main.groovy– import org.restlet.data.* def run(request, repsonse){ response.setEntity(“Hello World”,MediaType.TEXT_PLAIN);} Moreover after the installation of the scripting extension the apps folder didn’t exist so i create it manually. Any help is more than welcome! Thx george |
---|