Creating a Repository in weblogic server

2007-05-15 Thread Jaish.Singh
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Creating a Repository in weblogic server

2007-05-15 Thread Ravi Luthra

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, [EMAIL PROTECTED] [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Creating a Repository in weblogic server

2007-05-15 Thread Scott Ryan

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
[EMAIL PROTECTED]


On 5/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]