| author | Joel.Rosi-Schwartz | 2011-04-14 08:48:53 (EDT) |
|---|---|---|
| committer | Glyn Normington | 2011-04-14 08:48:53 (EDT) |
| commit | 4efbc11b439ea12f82f65319435399c59103d3bf (patch) (side-by-side diff) | |
| tree | aba75823bbc4ffcb2f8f22abd026d4241b43c341 | |
| parent | f650aa3f14c183f018103c03e87f4a67f87bc21c (diff) | |
| download | org.eclipse.virgo.documentation-4efbc11b439ea12f82f65319435399c59103d3bf.zip org.eclipse.virgo.documentation-4efbc11b439ea12f82f65319435399c59103d3bf.tar.gz org.eclipse.virgo.documentation-4efbc11b439ea12f82f65319435399c59103d3bf.tar.bz2 | |
bug 342676: correct documentation of the hosted repository context path
| -rw-r--r-- | user-guide/src/configuring.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user-guide/src/configuring.xml b/user-guide/src/configuring.xml index fa8f0bb..f12e44e 100644 --- a/user-guide/src/configuring.xml +++ b/user-guide/src/configuring.xml @@ -831,7 +831,7 @@ chain=ext,usr]]></programlisting> <entry> <para>Specifies the URI of the hosted repository to which a remote repository connects. The value of this property takes the following format: </para> - <para><literal>http://</literal><emphasis><literal>host</literal></emphasis><literal>:</literal><emphasis><literal>port</literal></emphasis><literal>/org.eclipse.virgo.server.repository/</literal><emphasis><literal>remote-repository-name</literal></emphasis></para> + <para><literal>http://</literal><emphasis><literal>host</literal></emphasis><literal>:</literal><emphasis><literal>port</literal></emphasis><literal>/org.eclipse.virgo.apps.repository/</literal><emphasis><literal>remote-repository-name</literal></emphasis></para> <para>where: <itemizedlist> <listitem> @@ -994,7 +994,7 @@ chain=ext,usr,maven-repo]]></programlisting> </para> <para>The remote repository is called <literal>remote-repo</literal>. The URI of the hosted repository from which <literal>remote-repo</literal> gets its artifacts is - <literal>http://my-host:8080/org.eclipse.virgo.server.repository/my-hosted-repo</literal>; + <literal>http://my-host:8080/org.eclipse.virgo.apps.repository/my-hosted-repo</literal>; this means that there is a @short.product.name@ instance running on host <literal>my-host</literal> whose Tomcat server listens at the default port, <literal>8080</literal>, and this server instance hosts a repository called <literal>my-hosted-repo</literal>, @@ -1013,7 +1013,7 @@ usr.type=watched usr.watchDirectory=repository/usr remote-repo.type=remote -remote-repo.uri=http://my-host:8080/org.eclipse.virgo.server.repository/my-hosted-repo +remote-repo.uri=http://my-host:8080/org.eclipse.virgo.apps.repository/my-hosted-repo remote-repo.indexRefreshInterval=30 watched-repo.type=watched |

