To change the http port, you have two options - you can edit
$IMMUTANT_HOME/jboss/standalone/configuration/standalone.xml and
change the <socket-binding name='http' ... element, or pass
-Dhttp.port=80 to lein immutant run or standalone.sh, depending
on how you are starting Immutant.
To alter the https port, your only option currently is to edit the
<socket-binding name='https' ... entry in
$IMMUTANT_HOME/jboss/standalone/configuration/standalone.xml.
To change the http port, you have two options - you can edit
$IMMUTANT_HOME/jboss/standalone/configuration/standalone.xml
and change the<socket-binding name='http' ...
element, or pass-Dhttp.port=80
tolein immutant run
orstandalone.sh
, depending on how you are starting Immutant.To alter the https port, your only option currently is to edit the
<socket-binding name='https' ...
entry in$IMMUTANT_HOME/jboss/standalone/configuration/standalone.xml
.