[squeak-dev] Re: [CI] I'll come in again.

Frank Shearar frank.shearar at gmail.com
Thu Jun 23 13:40:53 UTC 2011


On 23 June 2011 14:30, Yanni Chiu <yanni at rogers.com> wrote:
> On 23/06/11 5:18 AM, Frank Shearar wrote:
>>
>> I've installed Hudson in the meantime, but which Tomcat should I use?
>> There are www/tomcat{-native, 41, 55, 6, 7} ports. I would _guess 7 is
>> what we want...?
>
> You don't need Tomcat. Hudson listens on port 8080 out of the box. Here's my
> startup script (uses port 9090).
> ====
> #!/bin/sh -x
>
> WARFILE=$HOME/apps/hudson/hudson.war
> LOGFILE=hudson.log
>
> nohup java -jar $WARFILE --httpPort=9090 > $LOGFILE 2>&1 &
> ====

Ah thanks, Yanni. I'll try it out right away.

frank



More information about the Squeak-dev mailing list