List Info

Thread: Re: Changing CC Port 8080 to some other port




Re: Changing CC Port 8080 to some other port
country flaguser name
Belgium
2007-04-11 07:17:44
Yes. Gisbert, it is not there.
Regards.

-----Original Message-----
From: cruisecontrol-user-bounceslists.sourceforge.net
[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On
Behalf Of
Gisbert Amm
Sent: Wednesday, April 11, 2007 05:41 PM
To: cruisecontrol-userlists.sourceforge.net
Subject: Re: [Cruisecontrol-user] Changing CC Port 8080 to
some other
port


Have you removed the connector for port 8080 from the
server.xml
already?

-Gisbert

Sharma, Jaikrishna wrote:
> Thanks Gisbert,
> 
> I can see the CC console by adding one more connector
element to 
> server.xml for port 8082, but it is CC is not disabled
from port 
> 8080(I think I did not mention it in my earlier posts
that I want to 
> make this port free).
> 
> Is it possible to make this port 8080 free from CC
Reporting 
> Application itself ? I have checked the index.html and
it works. 
> Password protection for JMX cosole needs to be done.
> 
> Regards.
> 
> 
> 
> -----Original Message-----
> From: cruisecontrol-user-bounceslists.sourceforge.net
> [mailto:cruisecontrol-user-bounceslists.sourceforge.net] On Behalf Of

> Gisbert Amm
> Sent: Wednesday, April 11, 2007 04:27 PM
> To: cruisecontrol-userlists.sourceforge.net
> Subject: Re: [Cruisecontrol-user] Changing CC Port 8080
to some other 
> port
> 
> 
> There are two separate things:
> 
> 1) The CC reporting application itself, running at port
8080 in your 
> case.
> 
> 2) The JMX console, running at port 8082 on your host.
> 
> The CC reporting does not need to (and will not) run at
the same port 
> as
> 
> the JMX console. You simply need to make sure that the
URLs behind the
> build buttons point to it.
> 
> Have you checked these URLs on index.html already? You
possibly need 
> to
> restart Tomcat for the changes in the CC web.xml to
take effect.
> 
> Have you considered to password protect your JMX
console already?
> 
> -Gisbert
> 
> 
> Sharma, Jaikrishna wrote:
> 
>>Thanks Liam,
>>Getting a bit confused... -
>>
>>Again I would like to help myself by explaining it
to you :
>>
>>  1.For the time being I forget web results
presenting application,
>>suppose I am not using that.
>>  2.I have installed the CruiseControl from scratch
as Java Service by
> 
> 
>>passing standard options which are supplied as with
cruisecontrol.bat
>>by default
>>  3.I have supplied -jmxport 8082 as argument while
installing it 
>>cruisecontrol as java service.
>>
>>Now at this stage CruiseControl Service has started
and when I use
>>http://mycomputername:8080
 and I see the page which has the build 
>>buttons to schedule the build for my project.
>>
>>Please help me now, how can I change this 8080 port
to 8082.
>>
>>Thanks again for your help!
>>
>>Regards.
>>
>>	
>>   		
>>
>>
>>
>>
>>-----Original Message-----
>>From: cruisecontrol-user-bounceslists.sourceforge.net
>>[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On Behalf Of
> 
> 
>>Liam Friel
>>Sent: Wednesday, April 11, 2007 03:56 PM
>>To: cruisecontrol-userlists.sourceforge.net
>>Subject: Re: [Cruisecontrol-user] Changing CC Port
8080 to some other
>>port
>>
>>
>>Sorry, someplace below I said
"config.xml". I meant "server.xml" in
>>the tomcat configuration directory.
>>
>>On 4/11/07, Liam Friel <liam.frielgmail.com> wrote:
>>
>>
>>>Howdy,
>>>
>>>I don't think I understand Gisbert's reply (but
that is not 
>>>surprising, because I am not a CC expert,
whereas he is). So perhaps 
>>>what I have done with my Tomcat installation is
not correct. That 
>>>being said ...
>>>
>>>What you are looking at below (and changing) has
nothing to do with 
>>>the port on which the web results are presented
to you. This is the 
>>>port on which CruiseControl will listen for
build instructions which 
>>>are generated (for example) by pressing the
build button on the 
>>>status
>>
>>
>>>page. You can configure this to be anything you
like, provided you 
>>>give it the jmxport argument and appropriately
configured the web.xml

>>>file.
>>>
>>>However, if you are asking how to change the
port on which the web 
>>>page displaying the cruisecontrol results will
be presented to the 
>>>users, the only way I know to do that is to edit
server.xml in the 
>>>tomcat configuration directory. This file
specifies the port which 
>>>each service will use.
>>>
>>>On reading your posts again, I am not certain I
understand *why* you 
>>>want to change the port for the service. But you
can certainly do it 
>>>by editing config.xml. In fact as far as I know
this is the only way 
>>>to do it, but I am open to correction.
>>>
>>>For instance, I have cruisecontrol running on a
machine as port 8017,

>>>my URL for it is http://bla:8017/cruisec
ontrol, but I do this for a 
>>>specific reason.
>>>
>>>If you have an existing service running on port
8081, you will need 
>>>to
>>
>>
>>>create a new <service> subsection for
CruiseControl, but I haven't 
>>>tried that myself. Check the server.xml file for
the existing 
>>>reference to port 8081 and you will see what I
mean.
>>>
>>>On 4/11/07, Sharma, Jaikrishna
<jaikrishna.sharmabarco.com> wrote:
>>>
>>>
>>>>Thanks Gisbert and Liam for quick replies.
>>>>
>>>>I use cruisecontrol main console (where the
builds triggered) and 
>>>>another reporting application running under
tomcat (which is already
>>
>>
>>>>set on port 8081).
>>>>
>>>>I send the reporting application link to the
stakeholders (in which 
>>>>build buttons have been removed so that no
unwanted people can 
>>>>schedule the builds).
>>>>
>>>>Changing CC Reporting application port under

>>>>cruisecontrol_homewebappscruisecontrolWEB
-INFweb.xml as per 
>>>>under from :
>>>>
>>>>   <context-param>
>>>>    
<param-name>cruisecontrol.jmxport</param-name>
>>>>    
<param-value>8000</param-value>
>>>>     <description>The port on which
CruiseControl will connect to 
>>>>the JMX HttpAdaptor to "force"
builds or view the
>>>>         control panel. This value can be
overriden using an
>>>>environment variable with the same name.
>>>>     </description>
>>>>   </context-param>
>>>>
>>>>          --- to  --
>>>>
>>>>   <context-param>
>>>>    
<param-name>cruisecontrol.jmxport</param-name>
>>>>    
<param-value>8082</param-value>
>>>>     <description>The port on which
CruiseControl will connect to 
>>>>the JMX HttpAdaptor to "force"
builds or view the
>>>>         control panel. This value can be
overriden using an
>>>>environment variable with the same name.
>>>>     </description>
>>>>   </context-param>
>>>>
>>>>
>>>>Does not have any effect on http://mycomputername:8080
, which still 
>>>>works.
>>>>
>>>>I am not sure, what still can be done.
>>>>
>>>>Regards.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>-----Original Message-----
>>>>From: cruisecontrol-user-bounceslists.sourceforge.net
>>>>[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On Behalf 
>>>>Of Gisbert Amm
>>>>Sent: Wednesday, April 11, 2007 03:02 PM
>>>>To: cruisecontrol-userlists.sourceforge.net
>>>>Subject: Re: [Cruisecontrol-user] Changing
CC Port 8080 to some
>>>>other port
>>>>
>>>>
>>>>You need to change the port not in the
server.xml but of course in 
>>>>the web.xml of your CC reporting app; I
forgot about that.
>>>>
>>>>-Gisbert
>>>>
>>>>Liam Friel wrote:
>>>>
>>>>
>>>>>Perhaps I misunderstand the question,
but let's try anyhow.
>>>>>
>>>>>Assuming you are using Tomcat to present
the results, what you have

>>>>>here is not a CruiseControl
configuration question, but a Tomcat 
>>>>>configuration one.
>>>>>
>>>>>To configure the web port on which the
CruiseControl web reporting
>>
>>
>>>>>results are displayed, you need to edit
the server.xml file in your

>>>>>Tomcat configuration directory.
>>>>>
>>>>>You need to change the definition of
<Connector port="8080" ...> to

>>>>>the port you want.
>>>>>
>>>>>On 4/11/07, Sharma, Jaikrishna
<jaikrishna.sharmabarco.com> wrote:
>>>>>
>>>>>
>>>>>
>>>>>>Thanks Gisbert for reply.
>>>>>>After changing the port to 8082,
still port 8080 is occupied by 
>>>>>>cruisecontrol HTTP adapter and if I
use http://mycomputername:8080

>>
>>
>>>>>>then I see build queue console for
projects where I can trigger 
>>>>>>the build by pressing the build
button -- in fact this I want to 
>>>>>>be on port 8082.
>>>>>>
>>>>>>Regards,
>>>>>>
>>>>>>
>>>>>>-----Original Message-----
>>>>>>From: cruisecontrol-user-bounceslists.sourceforge.net
>>>>>>[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On 
>>>>>>Behalf Of
>>>>
>>>>>>Gisbert Amm
>>>>>>Sent: Wednesday, April 11, 2007
01:30 PM
>>>>>>To: cruisecontrol-userlists.sourceforge.net
>>>>>>Subject: Re: [Cruisecontrol-user]
Changing CC Port 8080 to some 
>>>>>>other port
>>>>>>
>>>>>>
>>>>>>You need to set -jmxport to 8082.
>>>>>>
>>>>>>See 
>>>>>>http://cruisecontrol.sourceforge.net/gettingst
artedbindist.html#Co
>>>>>>mman
>>>>>>d_
>>>>>>Line_Options.JMX
>>>>>>
>>>>>>-Gisbert
>>>>>>
>>>>>>Sharma, Jaikrishna wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Hi,
>>>>>>>
>>>>>>>I am using CC 2.6 as a Java
Service, I need to change the 
>>>>>>>standard port which is 8080 to
8082, is it possible ? If yes, 
>>>>>>>what I need to specify
>>>>>>
>>>>>>>in the script (which install the
java Service) for the port
>>>>>>
>>>>>>specification ?
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Thanks for the help in advance1
>>>>>>>
>>>>>>>Regards.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>DISCLAIMER:
>>>>>>>Unless indicated otherwise, the
information contained in this 
>>>>>>>message
>>>>
>>>>>>>is privileged and confidential,
and is intended only for the use 
>>>>>>>of the
>>>>>>>addressee(s) named above and
others who have been specifically
>>>>>>>authorized to receive it. If you
are not the intended recipient, 
>>>>>>>you
>>>>>>
>>>>>>are
>>>>>>
>>>>>>
>>>>>>
>>>>>>>hereby notified that any
dissemination, distribution or copying 
>>>>>>>of
>>>>>>
>>>>>>this
>>>>>>
>>>>>>
>>>>>>
>>>>>>>message and/or attachments is
strictly prohibited. The company 
>>>>>>>accepts
>>>>>>
>>>>>>>no liability for any damage
caused by any virus transmitted by 
>>>>>>>this email. Furthermore, the
company does not warrant a proper 
>>>>>>>and complete
>>>>>>
>>>>>>>transmission of this
information, nor does it accept liability 
>>>>>>>for any
>>>>>>
>>>>>>>delays. If you have received
this message in error, please 
>>>>>>>contact the
>>>>>>
>>>>>>>sender and delete the message.
Thank you.
>>>>>>>
>>>>>>>
>>>>>>>--------------------------------
---------------------------------
>>>>>>>----
>>>>>>>-
>>>>>>>--
>>>>>>>
>>>>>>>--------------------------------
---------------------------------
>>>>>>>----
>>>>>>>-
>>>>>>>---
>>>>>>>Take Surveys. Earn Cash.
Influence the Future of IT
>>>>>>>Join SourceForge.net's Techsay
panel and you'll get the chance to
>>>>>>
>>>>>>share your
>>>>>>
>>>>>>
>>>>>>
>>>>>>>opinions on IT & business
topics through brief surveys-and earn 
>>>>>>>cash
>>>>>>>
>>>>>>
>>>>>>http://www.techsay.com/default.php?pag
e=join.php&p=sourceforge&CID
>>>>>>=DEV
>>>>>>DE
>>>>>>V
>>>>>>
>>>>>>
>>>>>>
>>>>>>>--------------------------------
---------------------------------
>>>>>>>----
>>>>>>>-
>>>>>>>--
>>>>>>>
>>>>>>>________________________________
_______________
>>>>>>>Cruisecontrol-user mailing list

>>>>>>>Cruisecontrol-userlists.sourceforge.net
>>>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>>>
>>>>>>--
>>>>>>Gisbert Amm
>>>>>>Softwareentwickler Infrastruktur
>>>>>>Telefon: (0721) 91374 - 4224
>>>>>>Telefax: (0721) 91374 - 2740
>>>>>>E-Mail: gisbert.amm1und1.de
>>>>>>Internet: www.1und1.de
>>>>>>
>>>>>>1&1 Internet AG
>>>>>>Elgendorfer Strasse 57
>>>>>>56410 Montabaur
>>>>>>
>>>>>>Amtsgericht Montabaur HRB 6484
>>>>>>
>>>>>>Vorstand: Ralph Dommermuth, Matthias
Ehrlich, Andreas Gauger 
>>>>>>(Vorsitzender), Matthias Greve,
Hans-Henning Doerr, Henning 
>>>>>>Ahlert, Achim Weiss, Robert
Hoffmann,
>>>>>>Aufsichtsratsvorsitzender: Michael
Scheeren
>>>>>>
>>>>>>------------------------------------
------------------------------
>>>>>>----
>>>>>>--
>>>>>>-
>>>>>>Take Surveys. Earn Cash. Influence
the Future of IT
>>>>>>Join SourceForge.net's Techsay panel
and you'll get the chance to
>>>>
>>>>share
>>>>
>>>>
>>>>>>your opinions on IT & business
topics through brief surveys-and 
>>>>>>earn cash 
>>>>>>http://www.techsay.com/default.php?pag
e=join.php&p=sourceforge&CID
>>>>>>=DEV
>>>>
>>>>DE
>>>>
>>>>
>>>>>>V
>>>>>>____________________________________
___________
>>>>>>Cruisecontrol-user mailing list
>>>>
>>>>Cruisecontrol-userlists.sourceforge.net
>>>>
>>>>
>>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>>>
>>>>>>
>>>>>>
>>>>>>DISCLAIMER:
>>>>>>Unless indicated otherwise, the
information contained in this 
>>>>>>message is privileged and
confidential, and is intended only for 
>>>>>>the use of the addressee(s) named
above and others who have been 
>>>>>>specifically authorized to receive
it. If you are not the intended
>>
>>
>>>>>>recipient, you are hereby notified
that any dissemination, 
>>>>>>distribution or copying of
>>>>
>>>>>>this message and/or attachments is
strictly prohibited. The 
>>>>>>company accepts no liability for any
damage caused by any virus 
>>>>>>transmitted by
>>>>
>>>>>>this email. Furthermore, the company
does not warrant a proper and
>>
>>
>>>>>>complete transmission of this
information, nor does it accept 
>>>>>>liability for any delays. If you
have received this message in 
>>>>>>error, please contact the sender and
delete the message. Thank 
>>>>>>you.
>>>>>>
>>>>>>------------------------------------
------------------------------
>>>>>>----
>>>>>>---
>>>>>>Take Surveys. Earn Cash. Influence
the Future of IT
>>>>>>Join SourceForge.net's Techsay panel
and you'll get the chance to
>>>>
>>>>share your
>>>>
>>>>
>>>>>>opinions on IT & business topics
through brief surveys-and earn 
>>>>>>cash
>>>>
>>>>http://www.techsay.com/default.php?p
age=join.php&p=sourceforge&CID=D
>>>>E
>>>>V
>>>>DEV
>>>>
>>>>
>>>>>>____________________________________
___________
>>>>>>Cruisecontrol-user mailing list 
>>>>>>Cruisecontrol-userlists.sourceforge.net
>>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>>>
>>>>>
>>>>>
>>>>>----------------------------------------
--------------------------
>>>>>----
>>>>>---
>>>>>Take Surveys. Earn Cash. Influence the
Future of IT
>>>>>Join SourceForge.net's Techsay panel and
you'll get the chance to
>>>>
>>>>share your
>>>>
>>>>
>>>>>opinions on IT & business topics
through brief surveys-and earn 
>>>>>cash
>>>>>
>>>>
>>>>http://www.techsay.com/default.php?p
age=join.php&p=sourceforge&CID=D
>>>>EVDE
>>>>V
>>>>
>>>>
>>>>>________________________________________
_______
>>>>>Cruisecontrol-user mailing list 
>>>>>Cruisecontrol-userlists.sourceforge.net
>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>
>>>>--
>>>>Gisbert Amm
>>>>Softwareentwickler Infrastruktur
>>>>Telefon: (0721) 91374 - 4224
>>>>Telefax: (0721) 91374 - 2740
>>>>E-Mail: gisbert.amm1und1.de
>>>>Internet: www.1und1.de
>>>>
>>>>1&1 Internet AG
>>>>Elgendorfer Strasse 57
>>>>56410 Montabaur
>>>>
>>>>Amtsgericht Montabaur HRB 6484
>>>>
>>>>Vorstand: Ralph Dommermuth, Matthias
Ehrlich, Andreas Gauger 
>>>>(Vorsitzender), Matthias Greve, Hans-Henning
Doerr, Henning Ahlert, 
>>>>Achim Weiss, Robert Hoffmann,
>>>>Aufsichtsratsvorsitzender: Michael Scheeren
>>>>
>>>>--------------------------------------------
------------------------
>>>>----
>>>>-
>>>>Take Surveys. Earn Cash. Influence the
Future of IT
>>>>Join SourceForge.net's Techsay panel and
you'll get the chance to
>>
>>share
>>
>>
>>>>your opinions on IT & business topics
through brief surveys-and earn
>>>>cash
>>>>
>>
>>http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
>>DE
>>
>>
>>>>V
>>>>____________________________________________
___
>>>>Cruisecontrol-user mailing list
>>
>>Cruisecontrol-userlists.sourceforge.net
>>
>>
>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>
>>>>
>>>>
>>>>DISCLAIMER:
>>>>Unless indicated otherwise, the information
contained in this 
>>>>message is privileged and confidential, and
is intended only for the
>>
>>
>>>>use of the addressee(s) named above and
others who have been 
>>>>specifically authorized to receive it. If
you are not the intended 
>>>>recipient, you are hereby notified that any
dissemination, 
>>>>distribution or copying of this message
and/or attachments is 
>>>>strictly prohibited. The company accepts no
liability for any damage
>>
>>
>>>>caused by any virus transmitted by this
email. Furthermore, the 
>>>>company does not warrant a proper and
complete transmission of this 
>>>>information, nor does it accept liability
for any delays. If you 
>>>>have received this message in error, please
contact the sender and 
>>>>delete the message. Thank you.
>>>>
>>>>--------------------------------------------
------------------------
>>>>-----
>>>>Take Surveys. Earn Cash. Influence the
Future of IT
>>>>Join SourceForge.net's Techsay panel and
you'll get the chance to
>>
>>share your
>>
>>
>>>>opinions on IT & business topics through
brief surveys-and earn cash
>>>>
>>
>>http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
>>DE
>>V
>>
>>
>>>>____________________________________________
___
>>>>Cruisecontrol-user mailing list
>>>>Cruisecontrol-userlists.sourceforge.net
>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>
>>>
>>----------------------------------------------------
------------------
>>--
>>-
>>Take Surveys. Earn Cash. Influence the Future of IT
>>Join SourceForge.net's Techsay panel and you'll get
the chance to
> 
> share
> 
>>your opinions on IT & business topics through
brief surveys-and earn 
>>cash
>>
> 
> http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
> DE
> 
>>V
>>_______________________________________________
>>Cruisecontrol-user mailing list
> 
> Cruisecontrol-userlists.sourceforge.net
> 
>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>
>>
>>
>>DISCLAIMER:
>>Unless indicated otherwise, the information
contained in this message
>>is privileged and confidential, and is intended only
for the use of 
>>the addressee(s) named above and others who have
been specifically 
>>authorized to receive it. If you are not the
intended recipient, you 
>>are hereby notified that any dissemination,
distribution or copying of
> 
> 
>>this message and/or attachments is strictly
prohibited. The company
>>accepts no liability for any damage caused by any
virus transmitted by
> 
> 
>>this email. Furthermore, the company does not
warrant a proper and
>>complete transmission of this information, nor does
it accept 
>>liability for any delays. If you have received this
message in error, 
>>please contact the sender and delete the message.
Thank you.
>>
>>----------------------------------------------------
------------------
>>---
>>Take Surveys. Earn Cash. Influence the Future of IT
>>Join SourceForge.net's Techsay panel and you'll get
the chance to
> 
> share your
> 
>>opinions on IT & business topics through brief
surveys-and earn cash
>>
> 
> http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
> DE
> V
> 
>>_______________________________________________
>>Cruisecontrol-user mailing list 
>>Cruisecontrol-userlists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
> 
> 

-- 
Gisbert Amm
Softwareentwickler Infrastruktur
Telefon: (0721) 91374 - 4224
Telefax: (0721) 91374 - 2740
E-Mail: gisbert.amm1und1.de
Internet: www.1und1.de

1&1 Internet AG
Elgendorfer Strasse 57
56410 Montabaur

Amtsgericht Montabaur HRB 6484

Vorstand: Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger

(Vorsitzender), Matthias Greve, Hans-Henning Doerr, Henning
Ahlert, 
Achim Weiss, Robert Hoffmann,
Aufsichtsratsvorsitzender: Michael Scheeren

------------------------------------------------------------
------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share
your opinions on IT & business topics through brief
surveys-and earn
cash
http://www.techsay.com/default.p
hp?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Cruisecontrol-user mailing list Cruisecontrol-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user



DISCLAIMER:
Unless indicated otherwise, the information contained in
this message is privileged and confidential, and is intended
only for the use of the addressee(s) named above and others
who have been specifically authorized to receive it. If you
are not the intended recipient, you are hereby notified that
any dissemination, distribution or copying of this message
and/or attachments is strictly prohibited. The company
accepts no liability for any damage caused by any virus
transmitted by this email. Furthermore, the company does not
warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If
you have received this message in error, please contact the
sender and delete the message. Thank you.

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cruisecontrol-user mailing list
Cruisecontrol-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user

Re: Changing CC Port 8080 to some other port
country flaguser name
Belgium
2007-04-11 07:27:18
Thanks Guys for the help you extended..
I found reference about changing the jetty port which is to
be passed as
an argument as '-webport' in java service installation
script as
mentioned below :
____________________________________________________________
____________
____________________________________________________________
____________
__________
set EXEC=CruiseControlService.exe -install
"CruiseControl Integration
Service" %JAVA_HOME%jrebinserverjvm.dll
-Djava.class.path=%CRUISE_PATH% %CC_OPTS%
-Djavax.management.builder.initial=mx4j.server.MX4JMBeanServ
erBuilder
-configfile %CRUISECONTROL_HOME%/config.xml -start
CruiseControlWithJetty -params %* -jmxport 8000
-cruisecontrol.jmxhost
cruisehost -rmiport 3000 -webport 8082 -out
%CRUISECONTROL_HOME%/logs/service_out.log -err
%CRUISECONTROL_HOME%/logs/service_err.log -current %CCDIR%
____________________________________________________________
____________
____________________________________________________________
____________
___________

Now after starting the java service, when I access it using
http://mycomputername:8082
 , I am able to see build schedular console
and I can not access it now on port 8080.

Thanks again guys for brainstorming!

Regards,

 

-----Original Message-----
From: cruisecontrol-user-bounceslists.sourceforge.net
[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On
Behalf Of
Sharma, Jaikrishna
Sent: Wednesday, April 11, 2007 05:48 PM
To: cruisecontrol-userlists.sourceforge.net
Subject: Re: [Cruisecontrol-user] Changing CC Port 8080 to
some other
port


Yes. Gisbert, it is not there.
Regards.

-----Original Message-----
From: cruisecontrol-user-bounceslists.sourceforge.net
[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On
Behalf Of
Gisbert Amm
Sent: Wednesday, April 11, 2007 05:41 PM
To: cruisecontrol-userlists.sourceforge.net
Subject: Re: [Cruisecontrol-user] Changing CC Port 8080 to
some other
port


Have you removed the connector for port 8080 from the
server.xml
already?

-Gisbert

Sharma, Jaikrishna wrote:
> Thanks Gisbert,
> 
> I can see the CC console by adding one more connector
element to
> server.xml for port 8082, but it is CC is not disabled
from port 
> 8080(I think I did not mention it in my earlier posts
that I want to 
> make this port free).
> 
> Is it possible to make this port 8080 free from CC
Reporting
> Application itself ? I have checked the index.html and
it works. 
> Password protection for JMX cosole needs to be done.
> 
> Regards.
> 
> 
> 
> -----Original Message-----
> From: cruisecontrol-user-bounceslists.sourceforge.net
> [mailto:cruisecontrol-user-bounceslists.sourceforge.net] On Behalf Of

> Gisbert Amm
> Sent: Wednesday, April 11, 2007 04:27 PM
> To: cruisecontrol-userlists.sourceforge.net
> Subject: Re: [Cruisecontrol-user] Changing CC Port 8080
to some other
> port
> 
> 
> There are two separate things:
> 
> 1) The CC reporting application itself, running at port
8080 in your
> case.
> 
> 2) The JMX console, running at port 8082 on your host.
> 
> The CC reporting does not need to (and will not) run at
the same port
> as
> 
> the JMX console. You simply need to make sure that the
URLs behind the

> build buttons point to it.
> 
> Have you checked these URLs on index.html already? You
possibly need
> to
> restart Tomcat for the changes in the CC web.xml to
take effect.
> 
> Have you considered to password protect your JMX
console already?
> 
> -Gisbert
> 
> 
> Sharma, Jaikrishna wrote:
> 
>>Thanks Liam,
>>Getting a bit confused... -
>>
>>Again I would like to help myself by explaining it
to you :
>>
>>  1.For the time being I forget web results
presenting application, 
>>suppose I am not using that.
>>  2.I have installed the CruiseControl from scratch
as Java Service by
> 
> 
>>passing standard options which are supplied as with
cruisecontrol.bat 
>>by default
>>  3.I have supplied -jmxport 8082 as argument while
installing it
>>cruisecontrol as java service.
>>
>>Now at this stage CruiseControl Service has started
and when I use 
>>http://mycomputername:8080
 and I see the page which has the build 
>>buttons to schedule the build for my project.
>>
>>Please help me now, how can I change this 8080 port
to 8082.
>>
>>Thanks again for your help!
>>
>>Regards.
>>
>>	
>>   		
>>
>>
>>
>>
>>-----Original Message-----
>>From: cruisecontrol-user-bounceslists.sourceforge.net
>>[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On Behalf Of
> 
> 
>>Liam Friel
>>Sent: Wednesday, April 11, 2007 03:56 PM
>>To: cruisecontrol-userlists.sourceforge.net
>>Subject: Re: [Cruisecontrol-user] Changing CC Port
8080 to some other 
>>port
>>
>>
>>Sorry, someplace below I said
"config.xml". I meant "server.xml" in 
>>the tomcat configuration directory.
>>
>>On 4/11/07, Liam Friel <liam.frielgmail.com> wrote:
>>
>>
>>>Howdy,
>>>
>>>I don't think I understand Gisbert's reply (but
that is not
>>>surprising, because I am not a CC expert,
whereas he is). So perhaps 
>>>what I have done with my Tomcat installation is
not correct. That 
>>>being said ...
>>>
>>>What you are looking at below (and changing) has
nothing to do with
>>>the port on which the web results are presented
to you. This is the 
>>>port on which CruiseControl will listen for
build instructions which 
>>>are generated (for example) by pressing the
build button on the 
>>>status
>>
>>
>>>page. You can configure this to be anything you
like, provided you
>>>give it the jmxport argument and appropriately
configured the web.xml

>>>file.
>>>
>>>However, if you are asking how to change the
port on which the web
>>>page displaying the cruisecontrol results will
be presented to the 
>>>users, the only way I know to do that is to edit
server.xml in the 
>>>tomcat configuration directory. This file
specifies the port which 
>>>each service will use.
>>>
>>>On reading your posts again, I am not certain I
understand *why* you
>>>want to change the port for the service. But you
can certainly do it 
>>>by editing config.xml. In fact as far as I know
this is the only way 
>>>to do it, but I am open to correction.
>>>
>>>For instance, I have cruisecontrol running on a
machine as port 8017,

>>>my URL for it is http://bla:8017/cruisec
ontrol, but I do this for a
>>>specific reason.
>>>
>>>If you have an existing service running on port
8081, you will need
>>>to
>>
>>
>>>create a new <service> subsection for
CruiseControl, but I haven't
>>>tried that myself. Check the server.xml file for
the existing 
>>>reference to port 8081 and you will see what I
mean.
>>>
>>>On 4/11/07, Sharma, Jaikrishna
<jaikrishna.sharmabarco.com> wrote:
>>>
>>>
>>>>Thanks Gisbert and Liam for quick replies.
>>>>
>>>>I use cruisecontrol main console (where the
builds triggered) and
>>>>another reporting application running under
tomcat (which is already
>>
>>
>>>>set on port 8081).
>>>>
>>>>I send the reporting application link to the
stakeholders (in which
>>>>build buttons have been removed so that no
unwanted people can 
>>>>schedule the builds).
>>>>
>>>>Changing CC Reporting application port
under
>>>>cruisecontrol_homewebappscruisecontrolWEB
-INFweb.xml as per 
>>>>under from :
>>>>
>>>>   <context-param>
>>>>    
<param-name>cruisecontrol.jmxport</param-name>
>>>>    
<param-value>8000</param-value>
>>>>     <description>The port on which
CruiseControl will connect to
>>>>the JMX HttpAdaptor to "force"
builds or view the
>>>>         control panel. This value can be
overriden using an
>>>>environment variable with the same name.
>>>>     </description>
>>>>   </context-param>
>>>>
>>>>          --- to  --
>>>>
>>>>   <context-param>
>>>>    
<param-name>cruisecontrol.jmxport</param-name>
>>>>    
<param-value>8082</param-value>
>>>>     <description>The port on which
CruiseControl will connect to
>>>>the JMX HttpAdaptor to "force"
builds or view the
>>>>         control panel. This value can be
overriden using an
>>>>environment variable with the same name.
>>>>     </description>
>>>>   </context-param>
>>>>
>>>>
>>>>Does not have any effect on http://mycomputername:8080
, which still
>>>>works.
>>>>
>>>>I am not sure, what still can be done.
>>>>
>>>>Regards.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>-----Original Message-----
>>>>From: cruisecontrol-user-bounceslists.sourceforge.net
>>>>[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On Behalf
>>>>Of Gisbert Amm
>>>>Sent: Wednesday, April 11, 2007 03:02 PM
>>>>To: cruisecontrol-userlists.sourceforge.net
>>>>Subject: Re: [Cruisecontrol-user] Changing
CC Port 8080 to some
>>>>other port
>>>>
>>>>
>>>>You need to change the port not in the
server.xml but of course in
>>>>the web.xml of your CC reporting app; I
forgot about that.
>>>>
>>>>-Gisbert
>>>>
>>>>Liam Friel wrote:
>>>>
>>>>
>>>>>Perhaps I misunderstand the question,
but let's try anyhow.
>>>>>
>>>>>Assuming you are using Tomcat to present
the results, what you have

>>>>>here is not a CruiseControl
configuration question, but a Tomcat
>>>>>configuration one.
>>>>>
>>>>>To configure the web port on which the
CruiseControl web reporting
>>
>>
>>>>>results are displayed, you need to edit
the server.xml file in your

>>>>>Tomcat configuration directory.
>>>>>
>>>>>You need to change the definition of
<Connector port="8080" ...> to

>>>>>the port you want.
>>>>>
>>>>>On 4/11/07, Sharma, Jaikrishna
<jaikrishna.sharmabarco.com> wrote:
>>>>>
>>>>>
>>>>>
>>>>>>Thanks Gisbert for reply.
>>>>>>After changing the port to 8082,
still port 8080 is occupied by
>>>>>>cruisecontrol HTTP adapter and if I
use http://mycomputername:8080

>>
>>
>>>>>>then I see build queue console for
projects where I can trigger
>>>>>>the build by pressing the build
button -- in fact this I want to 
>>>>>>be on port 8082.
>>>>>>
>>>>>>Regards,
>>>>>>
>>>>>>
>>>>>>-----Original Message-----
>>>>>>From: cruisecontrol-user-bounceslists.sourceforge.net
>>>>>>[mailto:cruisecontrol-user-bounceslists.sourceforge.net] On
>>>>>>Behalf Of
>>>>
>>>>>>Gisbert Amm
>>>>>>Sent: Wednesday, April 11, 2007
01:30 PM
>>>>>>To: cruisecontrol-userlists.sourceforge.net
>>>>>>Subject: Re: [Cruisecontrol-user]
Changing CC Port 8080 to some
>>>>>>other port
>>>>>>
>>>>>>
>>>>>>You need to set -jmxport to 8082.
>>>>>>
>>>>>>See
>>>>>>http://cruisecontrol.sourceforge.net/gettingst
artedbindist.html#Co
>>>>>>mman
>>>>>>d_
>>>>>>Line_Options.JMX
>>>>>>
>>>>>>-Gisbert
>>>>>>
>>>>>>Sharma, Jaikrishna wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Hi,
>>>>>>>
>>>>>>>I am using CC 2.6 as a Java
Service, I need to change the
>>>>>>>standard port which is 8080 to
8082, is it possible ? If yes, 
>>>>>>>what I need to specify
>>>>>>
>>>>>>>in the script (which install the
java Service) for the port
>>>>>>
>>>>>>specification ?
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Thanks for the help in advance1
>>>>>>>
>>>>>>>Regards.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>DISCLAIMER:
>>>>>>>Unless indicated otherwise, the
information contained in this
>>>>>>>message
>>>>
>>>>>>>is privileged and confidential,
and is intended only for the use
>>>>>>>of the
>>>>>>>addressee(s) named above and
others who have been specifically
>>>>>>>authorized to receive it. If you
are not the intended recipient, 
>>>>>>>you
>>>>>>
>>>>>>are
>>>>>>
>>>>>>
>>>>>>
>>>>>>>hereby notified that any
dissemination, distribution or copying
>>>>>>>of
>>>>>>
>>>>>>this
>>>>>>
>>>>>>
>>>>>>
>>>>>>>message and/or attachments is
strictly prohibited. The company
>>>>>>>accepts
>>>>>>
>>>>>>>no liability for any damage
caused by any virus transmitted by
>>>>>>>this email. Furthermore, the
company does not warrant a proper 
>>>>>>>and complete
>>>>>>
>>>>>>>transmission of this
information, nor does it accept liability
>>>>>>>for any
>>>>>>
>>>>>>>delays. If you have received
this message in error, please
>>>>>>>contact the
>>>>>>
>>>>>>>sender and delete the message.
Thank you.
>>>>>>>
>>>>>>>
>>>>>>>--------------------------------
---------------------------------
>>>>>>>----
>>>>>>>-
>>>>>>>--
>>>>>>>
>>>>>>>--------------------------------
---------------------------------
>>>>>>>----
>>>>>>>-
>>>>>>>---
>>>>>>>Take Surveys. Earn Cash.
Influence the Future of IT
>>>>>>>Join SourceForge.net's Techsay
panel and you'll get the chance to
>>>>>>
>>>>>>share your
>>>>>>
>>>>>>
>>>>>>
>>>>>>>opinions on IT & business
topics through brief surveys-and earn
>>>>>>>cash
>>>>>>>
>>>>>>
>>>>>>http://www.techsay.com/default.php?pag
e=join.php&p=sourceforge&CID
>>>>>>=DEV
>>>>>>DE
>>>>>>V
>>>>>>
>>>>>>
>>>>>>
>>>>>>>--------------------------------
---------------------------------
>>>>>>>----
>>>>>>>-
>>>>>>>--
>>>>>>>
>>>>>>>________________________________
_______________
>>>>>>>Cruisecontrol-user mailing list
>>>>>>>Cruisecontrol-userlists.sourceforge.net
>>>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>>>
>>>>>>--
>>>>>>Gisbert Amm
>>>>>>Softwareentwickler Infrastruktur
>>>>>>Telefon: (0721) 91374 - 4224
>>>>>>Telefax: (0721) 91374 - 2740
>>>>>>E-Mail: gisbert.amm1und1.de
>>>>>>Internet: www.1und1.de
>>>>>>
>>>>>>1&1 Internet AG
>>>>>>Elgendorfer Strasse 57
>>>>>>56410 Montabaur
>>>>>>
>>>>>>Amtsgericht Montabaur HRB 6484
>>>>>>
>>>>>>Vorstand: Ralph Dommermuth, Matthias
Ehrlich, Andreas Gauger
>>>>>>(Vorsitzender), Matthias Greve,
Hans-Henning Doerr, Henning 
>>>>>>Ahlert, Achim Weiss, Robert
Hoffmann,
>>>>>>Aufsichtsratsvorsitzender: Michael
Scheeren
>>>>>>
>>>>>>------------------------------------
------------------------------
>>>>>>----
>>>>>>--
>>>>>>-
>>>>>>Take Surveys. Earn Cash. Influence
the Future of IT
>>>>>>Join SourceForge.net's Techsay panel
and you'll get the chance to
>>>>
>>>>share
>>>>
>>>>
>>>>>>your opinions on IT & business
topics through brief surveys-and
>>>>>>earn cash 
>>>>>>http://www.techsay.com/default.php?pag
e=join.php&p=sourceforge&CID
>>>>>>=DEV
>>>>
>>>>DE
>>>>
>>>>
>>>>>>V
>>>>>>____________________________________
___________
>>>>>>Cruisecontrol-user mailing list
>>>>
>>>>Cruisecontrol-userlists.sourceforge.net
>>>>
>>>>
>>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>>>
>>>>>>
>>>>>>
>>>>>>DISCLAIMER:
>>>>>>Unless indicated otherwise, the
information contained in this
>>>>>>message is privileged and
confidential, and is intended only for 
>>>>>>the use of the addressee(s) named
above and others who have been 
>>>>>>specifically authorized to receive
it. If you are not the intended
>>
>>
>>>>>>recipient, you are hereby notified
that any dissemination,
>>>>>>distribution or copying of
>>>>
>>>>>>this message and/or attachments is
strictly prohibited. The
>>>>>>company accepts no liability for any
damage caused by any virus 
>>>>>>transmitted by
>>>>
>>>>>>this email. Furthermore, the company
does not warrant a proper and
>>
>>
>>>>>>complete transmission of this
information, nor does it accept
>>>>>>liability for any delays. If you
have received this message in 
>>>>>>error, please contact the sender and
delete the message. Thank 
>>>>>>you.
>>>>>>
>>>>>>------------------------------------
------------------------------
>>>>>>----
>>>>>>---
>>>>>>Take Surveys. Earn Cash. Influence
the Future of IT
>>>>>>Join SourceForge.net's Techsay panel
and you'll get the chance to
>>>>
>>>>share your
>>>>
>>>>
>>>>>>opinions on IT & business topics
through brief surveys-and earn
>>>>>>cash
>>>>
>>>>http://www.techsay.com/default.php?p
age=join.php&p=sourceforge&CID=D
>>>>E
>>>>V
>>>>DEV
>>>>
>>>>
>>>>>>____________________________________
___________
>>>>>>Cruisecontrol-user mailing list
>>>>>>Cruisecontrol-userlists.sourceforge.net
>>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>>>
>>>>>
>>>>>
>>>>>----------------------------------------
--------------------------
>>>>>----
>>>>>---
>>>>>Take Surveys. Earn Cash. Influence the
Future of IT
>>>>>Join SourceForge.net's Techsay panel and
you'll get the chance to
>>>>
>>>>share your
>>>>
>>>>
>>>>>opinions on IT & business topics
through brief surveys-and earn
>>>>>cash
>>>>>
>>>>
>>>>http://www.techsay.com/default.php?p
age=join.php&p=sourceforge&CID=D
>>>>EVDE
>>>>V
>>>>
>>>>
>>>>>________________________________________
_______
>>>>>Cruisecontrol-user mailing list
>>>>>Cruisecontrol-userlists.sourceforge.net
>>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>
>>>>--
>>>>Gisbert Amm
>>>>Softwareentwickler Infrastruktur
>>>>Telefon: (0721) 91374 - 4224
>>>>Telefax: (0721) 91374 - 2740
>>>>E-Mail: gisbert.amm1und1.de
>>>>Internet: www.1und1.de
>>>>
>>>>1&1 Internet AG
>>>>Elgendorfer Strasse 57
>>>>56410 Montabaur
>>>>
>>>>Amtsgericht Montabaur HRB 6484
>>>>
>>>>Vorstand: Ralph Dommermuth, Matthias
Ehrlich, Andreas Gauger
>>>>(Vorsitzender), Matthias Greve, Hans-Henning
Doerr, Henning Ahlert, 
>>>>Achim Weiss, Robert Hoffmann,
>>>>Aufsichtsratsvorsitzender: Michael Scheeren
>>>>
>>>>--------------------------------------------
------------------------
>>>>----
>>>>-
>>>>Take Surveys. Earn Cash. Influence the
Future of IT
>>>>Join SourceForge.net's Techsay panel and
you'll get the chance to
>>
>>share
>>
>>
>>>>your opinions on IT & business topics
through brief surveys-and earn

>>>>cash
>>>>
>>
>>http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
>>DE
>>
>>
>>>>V
>>>>____________________________________________
___
>>>>Cruisecontrol-user mailing list
>>
>>Cruisecontrol-userlists.sourceforge.net
>>
>>
>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>
>>>>
>>>>
>>>>DISCLAIMER:
>>>>Unless indicated otherwise, the information
contained in this
>>>>message is privileged and confidential, and
is intended only for the
>>
>>
>>>>use of the addressee(s) named above and
others who have been
>>>>specifically authorized to receive it. If
you are not the intended 
>>>>recipient, you are hereby notified that any
dissemination, 
>>>>distribution or copying of this message
and/or attachments is 
>>>>strictly prohibited. The company accepts no
liability for any damage
>>
>>
>>>>caused by any virus transmitted by this
email. Furthermore, the
>>>>company does not warrant a proper and
complete transmission of this 
>>>>information, nor does it accept liability
for any delays. If you 
>>>>have received this message in error, please
contact the sender and 
>>>>delete the message. Thank you.
>>>>
>>>>--------------------------------------------
------------------------
>>>>-----
>>>>Take Surveys. Earn Cash. Influence the
Future of IT
>>>>Join SourceForge.net's Techsay panel and
you'll get the chance to
>>
>>share your
>>
>>
>>>>opinions on IT & business topics through
brief surveys-and earn cash
>>>>
>>
>>http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
>>DE
>>V
>>
>>
>>>>____________________________________________
___
>>>>Cruisecontrol-user mailing list 
>>>>Cruisecontrol-userlists.sourceforge.net
>>>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>>>
>>>
>>----------------------------------------------------
------------------
>>--
>>-
>>Take Surveys. Earn Cash. Influence the Future of IT
>>Join SourceForge.net's Techsay panel and you'll get
the chance to
> 
> share
> 
>>your opinions on IT & business topics through
brief surveys-and earn
>>cash
>>
> 
> http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
> DE
> 
>>V
>>_______________________________________________
>>Cruisecontrol-user mailing list
> 
> Cruisecontrol-userlists.sourceforge.net
> 
>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
>>
>>
>>
>>DISCLAIMER:
>>Unless indicated otherwise, the information
contained in this message 
>>is privileged and confidential, and is intended only
for the use of 
>>the addressee(s) named above and others who have
been specifically 
>>authorized to receive it. If you are not the
intended recipient, you 
>>are hereby notified that any dissemination,
distribution or copying of
> 
> 
>>this message and/or attachments is strictly
prohibited. The company 
>>accepts no liability for any damage caused by any
virus transmitted by
> 
> 
>>this email. Furthermore, the company does not
warrant a proper and 
>>complete transmission of this information, nor does
it accept 
>>liability for any delays. If you have received this
message in error, 
>>please contact the sender and delete the message.
Thank you.
>>
>>----------------------------------------------------
------------------
>>---
>>Take Surveys. Earn Cash. Influence the Future of IT
>>Join SourceForge.net's Techsay panel and you'll get
the chance to
> 
> share your
> 
>>opinions on IT & business topics through brief
surveys-and earn cash
>>
> 
> http://www.techsay.com/default.php
?page=join.php&p=sourceforge&CID=DEV
> DE
> V
> 
>>_______________________________________________
>>Cruisecontrol-user mailing list
>>Cruisecontrol-userlists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user
> 
> 

-- 
Gisbert Amm
Softwareentwickler Infrastruktur
Telefon: (0721) 91374 - 4224
Telefax: (0721) 91374 - 2740
E-Mail: gisbert.amm1und1.de
Internet: www.1und1.de

1&1 Internet AG
Elgendorfer Strasse 57
56410 Montabaur

Amtsgericht Montabaur HRB 6484

Vorstand: Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger

(Vorsitzender), Matthias Greve, Hans-Henning Doerr, Henning
Ahlert, 
Achim Weiss, Robert Hoffmann,
Aufsichtsratsvorsitzender: Michael Scheeren

------------------------------------------------------------
------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share
your opinions on IT & business topics through brief
surveys-and earn
cash
http://www.techsay.com/default.p
hp?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Cruisecontrol-user mailing list Cruisecontrol-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user



DISCLAIMER:
Unless indicated otherwise, the information contained in
this message is
privileged and confidential, and is intended only for the
use of the
addressee(s) named above and others who have been
specifically
authorized to receive it. If you are not the intended
recipient, you are
hereby notified that any dissemination, distribution or
copying of this
message and/or attachments is strictly prohibited. The
company accepts
no liability for any damage caused by any virus transmitted
by this
email. Furthermore, the company does not warrant a proper
and complete
transmission of this information, nor does it accept
liability for any
delays. If you have received this message in error, please
contact the
sender and delete the message. Thank you.

------------------------------------------------------------
------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share
your opinions on IT & business topics through brief
surveys-and earn
cash
http://www.techsay.com/default.p
hp?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Cruisecontrol-user mailing list Cruisecontrol-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user



DISCLAIMER:
Unless indicated otherwise, the information contained in
this message is privileged and confidential, and is intended
only for the use of the addressee(s) named above and others
who have been specifically authorized to receive it. If you
are not the intended recipient, you are hereby notified that
any dissemination, distribution or copying of this message
and/or attachments is strictly prohibited. The company
accepts no liability for any damage caused by any virus
transmitted by this email. Furthermore, the company does not
warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If
you have received this message in error, please contact the
sender and delete the message. Thank you.

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cruisecontrol-user mailing list
Cruisecontrol-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crui
secontrol-user

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )