You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Matthew L Daniel <md...@scdi.com> on 2005/08/19 16:40:26 UTC

apache mod_proxy + mod_cache for maven?

First, my objective. I want maven.repo.remote to point to our intranet
Apache server for all artifacts. If our intranet does not have the
artifact, it should connect to a "foreign" maven.repo.remote
(ibiblio.org for argument's sake) and fetch it, storing a copy of the
bytes as they fly by.

I have a proof-of-concept of this written in Python, but that means
keeping yet-another-service alive, and really doesn't interest me.

I started this journey trying to find example code for writing my own
module, but the more docs I read, the more I think it may be possible to
accomplish my goal using existing modules.

I wanted to check and see if anyone had experience, or even some
interesting ideas, before I start malloc and freeing my way to the
nuthouse. :-)

  -- /v\atthew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: apache mod_proxy + mod_cache for maven?

Posted by Matthew L Daniel <md...@scdi.com>.
> checkout maven-proxy

I wondered if I was going to get bombarded with that link. My interest
is Apache module centric. That's why I included the bit about the Python
server and not wanting to maintain yet-another-service, _especially_ a
servlet container.

I do appreciate your response, though, and hope it will help others in
their searches.

  -- /v\atthew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: apache mod_proxy + mod_cache for maven?

Posted by Jesse McConnell <je...@gmail.com>.
checkout maven-proxy

http://maven-proxy.codehaus.org/

On 8/19/05, Matthew L Daniel <md...@scdi.com> wrote:
> First, my objective. I want maven.repo.remote to point to our intranet
> Apache server for all artifacts. If our intranet does not have the
> artifact, it should connect to a "foreign" maven.repo.remote
> (ibiblio.org for argument's sake) and fetch it, storing a copy of the
> bytes as they fly by.
> 
> I have a proof-of-concept of this written in Python, but that means
> keeping yet-another-service alive, and really doesn't interest me.
> 
> I started this journey trying to find example code for writing my own
> module, but the more docs I read, the more I think it may be possible to
> accomplish my goal using existing modules.
> 
> I wanted to check and see if anyone had experience, or even some
> interesting ideas, before I start malloc and freeing my way to the
> nuthouse. :-)
> 
>   -- /v\atthew
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


-- 
--
jesse mcconnell

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org