How to make configuration changes to the Hippo Repository
Hippo Repository Build Properties
You can override properties in /server/project.properties by setting them in your personal /server/build.properties:
Build properties
| Property | Default | Description |
|---|---|---|
| Build target directory | ||
| maven.fortress.home | ${basedir}/../target/hippo-repository-${pom.currentVersion} | build target path |
| Slide configuration file | ||
| repository.config.location | config/domain.xml | Location of the domain.xml (relative or absolute path) |
| Jetty configuration file | ||
| maven.jetty.useconfigpath | true | If maven.jetty.useconfigpath is set to false the internal jetty config (on port 8888) is used |
| maven.jetty.configpath | config/jetty.xml | The 'maven.jetty.configpath' path is relative to the Fortress home directory (the directory containing 'bin', 'config', 'logs', etc.) |
| maven.jetty.port | 60000 | The port the repository listens on, only works with the default maven.jetty.configpath |
| Cache manager settings | ||
| repository.cacheman.contextpath | cacheman | |
| repository.cacheman.username | admin | |
| repository.cacheman.password | admin | |
| Java Heap Sizes (in MB) | ||
| wrapper.java.initmemory | 16 | |
| wrapper.java.maxmemory | 128 | |
| JDBC Driver settings | ||
| jdbc.driver.group | mysql | the maven1 group ID of the jdbc driver |
| jdbc.driver.name | mysql-connector | maven1 artifact ID of the jdbc |
| jdbc.driver.version | 3.1.13 | |
| Cluster settings | ||
| repository.cluster.use | false | |
| repository.cluster.jgroups.use | false | |
| repository.cluster.jgroups.stack | ||
| repository.cluster.jgroups.groupname | hippo-repository-cluster | |
| OpenJMS client settings | ||
| repository.jms.connection | local-topics | |
| repository.jms.jndi.initial-factory | org.exolab.jms.jndi.InitialContextFactory | |
| repository.jms.topic | repository | |
| repository.jms.persistent | false | |
| repository.jms.jndi.provider | embedded:// | |
| repository.jms.connection-factory | JAVATopicConnectionFactory | |
| OpenJMS server settings | ||
| openjms.server.host | localhost | |
| openjms.server.internalhost | localhost | |
| openjms.server.port | 3030 | |
| openjms.server.jndiport | 3035 | |
| openjms.server.bindall | true | not yet used |
| LDAP settings | ||
| repository.ldap.use | false | |
| repository.ldap.config | config/ldap-realm.xml |
|
JDBC Driver settings (for fetching it from the local maven repository) |