Re: building an internal Maven repo for archive purposes?

2008-02-04 Thread toby cabot
On Tue, Jan 29, 2008 at 05:16:37PM -0500, Donald Woods wrote: mirror idmaven-proxy/id nameMirror of all required maven repos/name urlhttp://your_hostname/maven-proxy/repository/url mirrorOf*/mirrorOf /mirror I just noticed something odd. There's a repository

Re: building an internal Maven repo for archive purposes?

2008-01-31 Thread toby cabot
Thanks Donald, Your (and Iain's) tip about settings.xml was on the money - it appears that it's the only way to get Maven to *not* pull things from repo1.maven.org. It's a shame that it's a user-level setting as I'd like to be able to track some projects (such as the Geronimo trunk) online, and

Re: deploy vs redeploy

2008-01-30 Thread toby cabot
On Wed, Jan 30, 2008 at 02:53:36AM -0800, MarcoLaponder wrote: In my autmatated build script is use the deploer jar to deploy my EAR, but as I am not aware if my ear is already loaded I would like to a deploy if it not present or a redeploy if it is already present. What is the best way to

Re: building an internal Maven repo for archive purposes?

2008-01-29 Thread toby cabot
On Tue, Jan 29, 2008 at 08:13:08AM +, iain starks wrote: I expect you want to look in settings.xml which can be in a number of places but yours is likely in ${MAVEN_HOME}/conf Thanks Iain, that's a good tip. I have such a file but it's all comments and no file in the $MAVEN_HOME tree

building an internal Maven repo for archive purposes?

2008-01-28 Thread toby cabot
Hi Folks, I've been told that it's a best practice to build a Maven repo on the corporate intranet and use that for building copies of Geronimo that I might want to build months (or years) from now. Seems reasonable, so I'm trying, but it's a challenge to get Maven to use my internal repo and

Re: jetty transport-guarantee behavior?

2006-01-31 Thread toby cabot
Hi David, On Mon, Jan 30, 2006 at 03:35:52PM -0800, David Jencks wrote: On the other hand I couldn't convince myself that the spec required a redirect. I agree - sending a 403 appears to be spec-compliant. Sending a redirect also appears to meet the spec and is way more user- and

jetty transport-guarantee behavior?

2006-01-30 Thread toby cabot
Hi Folks, I've got an application that I'm running over HTTPS and I'd like to make it so that users can't connect to it over plain old HTTP. I think that the web.xml user-data-constraint/transport-guarantee element is what I'm after but I have a question about its behavior. When I set it to

Re: list-targets command

2005-12-02 Thread toby cabot
On Mon, Nov 21, 2005 at 02:24:48PM -0500, Aaron Mulder wrote: You could in theory have multiple config-stores, for example one read-only containing some core modules that are never supposed to change and one read-write for new deployments. However we haven't tested that adequately and I'm not

Re: Instructions on building geronimo from svn?

2005-11-26 Thread toby cabot
On Sat, Nov 26, 2005 at 09:26:36AM -0500, Brian Bonner wrote: I'm not exactly sure which modules I should be checking out and building. If someone could point me to a page describing this it would be great. Two pages on the wiki should help you get started.

Re: The state of Geronimo

2005-10-20 Thread toby cabot
On Wed, Oct 19, 2005 at 03:23:28PM -0700, [EMAIL PROTECTED] wrote: Why use Geronimo? That's the $64,000 question. At this point Geronimo is more raw than its commercial and open-source alternatives, so part of deciding to use Geronimo is being willing to deal with a few cuts and bruises. Pretty

Re: When can we expect geronimo 1.0?

2005-05-17 Thread toby cabot
On Tue, May 17, 2005 at 10:58:32AM -0400, Geir Magnusson Jr. wrote: On May 12, 2005, at 6:25 PM, toby cabot wrote: On Thu, May 12, 2005 at 05:24:55PM -0400, Geir Magnusson Jr. wrote: You are right. Our website is awful. THanks for volunteering! :) The more the merrier, but please

Re: When can we expect geronimo 1.0?

2005-05-12 Thread toby cabot
On Thu, May 12, 2005 at 05:24:55PM -0400, Geir Magnusson Jr. wrote: You are right. Our website is awful. THanks for volunteering! :) The more the merrier, but please base your work on http://issues.apache.org/jira/browse/GERONIMO-575 so we don't re-do the same things. Cheers, Toby

Re: deploying minimal web app

2005-04-01 Thread toby cabot
On Thu, Mar 31, 2005 at 02:46:32PM -0800, Scott Anderson wrote: Deployment failed Server reports: No deployer present in kernel I use the distribute command to deploy my application and get this error if there's an instance of Geronimo running when I run the deployer. Not sure whether it

geronimo/jetty https?

2004-10-05 Thread toby cabot
Hi folks, I'd like to experiment with running Geronimo/Jetty with https. I can't find much info on the wiki or google, so here I am with hat in hand asking if anyone has some pointers. For example, does Geronimo come up with https enabled already? If not where should I start to look? Thanks,