First of all, thank you sooo much for all your help.

But no, that doesn't work.  I get a 404:

Resource in error: http://penguin.nanometrics.ca:8081/repository/maestro

------------------------------------------------------------------------

Exception details:

it.could.webdav.DAVException: Not found
        at it.could.webdav.methods.HEAD.process(HEAD.java:52)
        at it.could.webdav.methods.GET.process(GET.java:58)
        at it.could.webdav.DAVProcessor.process(DAVProcessor.java:79)
        at it.could.webdav.DAVServlet.service(DAVServlet.java:198)
        at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
        at 
org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:666)
        at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
        at org.mortbay.http.HttpServer.service(HttpServer.java:909)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
        at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)


I think maestro is taking away the need for that.

-Ben


nicolas de loof wrote:
AFAIK you have to add the managed repository ID after "
http://penguin.nanometrics.ca:8081/repository";

-> http://penguin.nanometrics.ca:8081/repository/myrepo

2007/3/29, Ben Tatham <[EMAIL PROTECTED]>:

Snippets of my settings.xml:

    <mirror>
      <mirrorOf>central</mirrorOf>
      <url>http://penguin.nanometrics.ca:8081/repository</url>
      <id>nmx-central-mirror</id>
      <name>Mergere Mirror Repository</name>
    </mirror>

    <profile>
      <id>maestro</id>
      <repositories>
        <repository>
          <id>maestro-project-server</id>
          <name>Maestro Project Server</name>
          <url>http://penguin.nanometrics.ca:8081/repository</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>maestro-project-server</id>
          <name>Maestro Project Server</name>
          <url>http://penguin.nanometrics.ca:8081/repository</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>

nicolas de loof wrote:
> The browsing is rendered by archiva.
>
> What URL did you provide as miror ?
>
> 2007/3/29, Ben Tatham <[EMAIL PROTECTED]>:
>>
>> Oh wait...I spoke to soon.  Now it got the artifact directly from
>> repo1.maven...That's what I don't want.  Argg...
>>
>> Nico, does setting the guest to Observer affect how it accesses
>> .../repository?  When I go to the website and look at /repository, I
get
>> a directory listing. Is that just standard tomcat doing that or is it
>> archiva making that page for me?
>>
>> -Ben
>>
>> nicolas de loof wrote:
>> > Your right about the "download on request" behaviour :
>> > Archiva will ask the proxied repositories for any artifact missing in
>> the
>> > managed repository.
>> >
>> > You need to grant the "guest" user the observer role so that it can
>> > download
>> > artifacts. Maybe this is the issue you get.
>> >
>> > Nico.
>> >
>> >
>> > 2007/3/29, Ben Tatham <[EMAIL PROTECTED]>:
>> >>
>> >> Hello All,
>> >> I am trying to use archiva on our company network to "proxy" the
>> central
>> >> repos...my understanding is that this means that if a developer runs >> >> Maven and requests an artifact from the archiva repository, that if
>> >> archiva does not already have it in its own repository, it will
>> get it
>> >> from the global repo (or mirror) and put it in its repo, and give
>> it to
>> >> the local maven request.  That way, the next developer that comes
>> along
>> >> does not have to go out to the net to get it.  Is this correct?
>> >>
>> >> If this is the expected behaviour, it does not seem to work for
>> me.  Any
>> >> ideas?  Below is my archiva.xml.
>> >>
>> >> Thanks in advance,
>> >> Ben <cid:part1.02000705.07090602@nanometrics.ca>
>> >>
>> >> <?xml version="1.0" encoding="UTF-8"?><configuration>
>> >>   <repositories>
>> >>     <repository>
>> >>
>> >> <directory>/disk1/maestro-1.1
>> >> /project-server/data/project-server/repository</directory>
>> >>       <includeSnapshots>true</includeSnapshots>
>> >>       <id>maestro</id>
>> >>       <name>Central Managed Repository</name>
>> >>     </repository>
>> >>   </repositories>
>> >>   <proxiedRepositories>
>> >>     <proxiedRepository>
>> >>       <url>http://repo.mergere.com/maven2</url>
>> >>       <managedRepository>maestro</managedRepository>
>> >>       <snapshotsPolicy>hourly</snapshotsPolicy>
>> >>       <releasesPolicy>hourly</releasesPolicy>
>> >>       <useNetworkProxy>true</useNetworkProxy>
>> >>       <id>mergere</id>
>> >>       <name>Mergere Repository Mirror</name>
>> >>     </proxiedRepository>
>> >>     <proxiedRepository>
>> >>       <url>http://www.ibiblio.org/maven2</url>
>> >>       <managedRepository>maestro</managedRepository>
>> >>       <snapshotsPolicy>daily</snapshotsPolicy>
>> >>       <useNetworkProxy>true</useNetworkProxy>
>> >>       <id>Ibiblio</id>
>> >>       <name>Ibiblio</name>
>> >>     </proxiedRepository>
>> >>   </proxiedRepositories>
>> >>   <localRepository>/root/.m2/repository</localRepository>
>> >>
>> >> <indexPath>/disk1/maestro-1.1
>> >> /project-server/data/project-server/index</indexPath>
>> >>   <proxy>
>> >>       <host>primrose</host>
>> >>       <port>8080</port>
>> >>   </proxy>
>> >> </configuration>
>> >>
>> >>
>> >
>>
>>
>




Reply via email to