[Geoserver-users] org.vnfy.geoserver.config package missing

Hi I’m trying to add a plugin to GeoServer. I started by following the sayHello plugin.
However I notice that the location:
<>/webapps/geoserver/WEB-INF/classes/org/vfny/geoserver
only had the following packages:
action config form global

I want to access the class Requests in org.vfny.geoserver.util.*

When maven attempts to compile I get a class not found error… how can I access these files properly?

I figure i’m going about this all wrong, can someone provide some assistance.


Jay Why