[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: [jcvs] 2401 port issue
Hi tim,
good news : JCVSII on NT works with a AIX cvs server.
To do that, I recompiled cvs with CVS_AUTH_PORT to 2402.
Thereafter, I changed defaults.properties (jcvsii.portNum.pserver.default=2402)
into my NT JCVSII install directory but nothing happened.
Finally, I succeeded putting the property (jcvsii.portNum.pserver.default=2402)
directly into the jcvsii.txt (home directory).
cheers
Tim Endres wrote:
> Philippe,
>
> When it comes to computing the port number, jCVS jumps through some hoops.
> However, the important thing to note is that the property you are referring
> to uses the hostname to determine the actual property.
>
> For instance, in jCVS II, you would set the property to:
>
> jcvsii.portNum.pserver.edsel.ice.com=2401
>
> for the host named 'edsel.ice.com'. The default case is named as follows:
>
> jcvsii.portNum.pserver.default=2401
>
> I would recommend that you try the default case first, then the specific
> hostname case.
>
> Also note that this file is being read from the JAR file! So, you either
> must edit the copy in the JAR file, or add the property directly to your
> jcvsrc file.
>
> tim.
>
> > Actually, I found it into the default.properties and I changed it.
> > But nothing more happens neither on jcvs 4.7 on UNIX nor on jcvs 5.1x on
> > NT.
> >
> > Futhermore, with cvs login I created a .cvspass on the local UNIX home
> > directory but no more.
> > (cvs -d :pserver:cibles@klimt:/cvs/root login)
> >
> > Philippe BOURGEON wrote:
> > > Hi tim,
> > >
> > > I am working with AIX and this port number is already used.
> > > I changed CVS_AUTH_PORT default value and recompile cvs.
> > > Now, I am wondering if I can change this value on jcvs.
> > >
> > > thanks in advance