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

Yanni Chiu yanni at rogers.com
Thu Jun 23 13:30:20 UTC 2011


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 &
====




More information about the Squeak-dev mailing list