I'm following the LightAdmin site while configuring admin page for my site. There is the following code:
<context-param>
<param-name>light:administration:base-package</param-name>
<param-value>[package with Administration Configurations, ex.: org.lightadmin.demo.config]</param-value>
</context-param>
I really don't know what "package with Administration Configurations" is or where it is supposed to be. Where can I find it?
This is the package name you choose when you define your Adminstration Configuration. From the example on the Light Admin page:
At the top of the class below you would have something like:
And then you config looks like this: