You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ja...@wellsfargo.com on 2007/05/15 19:17:16 UTC

Creating a Repository in weblogic server

Hello,

I want to create my own repository in my weblogic server like
http://localhost:7001/maven/repository

Can some one suggest how to get this?Do I need to define a web
application to get this done

Regards
Jaish

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


Re: Creating a Repository in weblogic server

Posted by Scott Ryan <sc...@theryansplace.com>.
You can create a lightweight web application with just a web.xml and
weblogic.xml.  In the weblogic.xml you can specify the context root your
wish to use and the location on the filesystem relative to the server that
you wish to store the repository files.

Scott Ryan
scott@theryansplace.com


On 5/15/07, Jaish.Singh@wellsfargo.com <Ja...@wellsfargo.com> wrote:
>
> Hello,
>
> I want to create my own repository in my weblogic server like
> http://localhost:7001/maven/repository
>
> Can some one suggest how to get this?Do I need to define a web
> application to get this done
>
> Regards
> Jaish
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Creating a Repository in weblogic server

Posted by Ravi Luthra <co...@gmail.com>.
Here is a web application we use as our companies internal repository. It
doubles as an open source cache too:
http://proximity.abstracthorizon.org/

On 5/15/07, Jaish.Singh@wellsfargo.com <Ja...@wellsfargo.com> wrote:
>
> Hello,
>
> I want to create my own repository in my weblogic server like
> http://localhost:7001/maven/repository
>
> Can some one suggest how to get this?Do I need to define a web
> application to get this done
>
> Regards
> Jaish
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>