Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hudson-dev] Hudson-3: how to override the jetty port

Hi

I can't seem to override the http port that hudson-3 is listening on.
I have tried specifying -Djetty.port=9000 on the command line as
suggested here http://docs.codehaus.org/display/JETTY/Newbie+Guide+to+Jetty
and other places

example: $JAVA_HOME/bin/java -Djetty.port=9000 -jar
$HUDSON_INSTALL/hudson-3.0.0-M0.war 2>&1 > $LOG

but it keeps starting up on 8080 :-(

what am I missing ?

Best regards
Henrik


Back to the top