Community
Participate
Working Groups
Build Identifier: Virgo 2.1.0M5 http://www.eclipse.org/virgo/documentation/virgo-documentation-2.1.0.M05-incubation/docs/virgo-user-guide/html/ch08.html "Installing Artifacts to a Repository To install an artifact into the default repository, simply copy it into the $SERVER_HOME/repository/usr directory. If you have configured additional watched or external repositories (additional, that is, to the default ones already configured in a freshly-installed VWS instance), you install the artifacts in the same way: simply copy the files to the configured directories. You configure additional watched or external repositories in the same file as the default repositories: SERVER_HOME/config/com.springsource.repository.properties." - this has been renamed org.eclipse.virgo.repository.properties, as far as I can tell. A grep of the doc for com.springsource might be useful. Reproducible: Always
also http://www.eclipse.org/virgo/documentation/virgo-documentation-2.1.0.M05-incubation/docs/virgo-user-guide/html/ch11s04.html " You configure the locations that Virgo Web Server includes in its provisioning repository by editing the com.springsource.repository.properties file in the $SERVER_HOME/config directory. "
Thanks for raising this. A grep found quite a few other occurrences which needed fixing. See commit aa32f4c0ca83f0155d16b2dd81a2c05514051217 in the documentation repo. Please note that the "getting started guide" has quite a few references e.g. to com.springsource.dmserver which match the Greenpages sample. We should probably rename these in due course, but this is only a sample, so it's not crucial and there are better things to spend our time on.