Yes, that did it. 1051 is apparently consumed by iTunesHelper.exe, but control over port will give me enough to find a port that's free on the developer workstations. Great - I'll put a custom assembly aside for now and come back to it later.
-----Original Message----- From: Jarek Gawor [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 3:44 PM To: [email protected] Subject: Re: Maven Plugin and Changing Ports Thanks. I think the property should have been: <option>-Dorg.apache.geronimo.config.substitution.COSNamingPort=1051</op tion>. (no .prefix) Jarek On Thu, Aug 14, 2008 at 3:20 PM, Geoffrey Wiseman <[EMAIL PROTECTED]> wrote: > Issue filed for the docs: > https://issues.apache.org/jira/browse/GERONIMO-4247 > > The property is seemingly accepted, but doesn't change the end result -- > I disabled ccApp.exe for now, so it gets to startup and tells me that > the CORBA Naming Service is running on 1050. Looking into why, but will > fall back to looking at making my own server assembly soon, since that's > probably the end-goal given what I'm likely to need right now. > > -----Original Message----- > From: Jarek Gawor [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2008 1:37 PM > To: [email protected] > Subject: Re: Maven Plugin and Changing Ports > > Take a look at > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?vie > w=markup > starting at line 201. You should be able to add something like: > > <option>-Dorg.apache.geronimo.config.substitution.prefix.COSNamingPort=1 > 051</option>. > > Also, can you open a bug on the documentation problem? > > Thanks. > > Jarek > > >
