How is Pellet configured?
Several Pellet features can be controlled by changing the configuration file. A sample configuration file, pellet.properties, can be found in the Pellet distribution. The location of the configuration file should be specified by setting the system property pellet.configuration. The location should be specified as a (relative or absolute) URL. For example, the following command would use the local file located at the current directory:
java -Dpellet.configuration=file:pellet.properties -jar lib\pellet.jar
If the system property is not set, the configuration file inside pellet.jar will be used. By rebuilding the jar file you can change the default configuration. See the sample configuration file for the description of parameters that can be configured. Note that these configuration parameters can also be controlled programmatically by accessing the PelletOptions class.
