2014-09-16

I want to use rest API of geoserver with geoserver-manager plugin. In netbeans I create a new web application maven project:


then in pom.xml file in dependencies I add bellow dependency:

in index.jsp file I add bellow code:

but the result is:


Where is problem?

Show more