Wowza Community

Еngine manager port

hi,

how change default port for http://wowza:8088/enginemanager ?

Hello,

You will need to edit the startmgr.sh file found in the [wowza-install-dir]/manager/bin/ folder and modify the following line:

CMD="$_EXECJAVA -Dcom.wowza.wms.ConfigURL=\"\" -Dcom.wowza.wms.ConfigHome=$WMSMGR_HOME -Djava.io.tmpdir=$WMSMGR_HOME/temp -Dlog4j.configuration=file://$WMSMGR_HOME/conf/winstone.properties  -jar $WMSMGR_HOME/lib/wms-winstone-1.0.5-boot.jar --prefix="/enginemanager" --defaultWebApp="/enginemanager" --tempDirectory=$WMSMGR_HOME/temp  --webroot=$WMSMGR_HOME/temp --warfile=$WMSMGR_HOME/lib/WMSManager.war --httpPort=8088 --directoryListings=false"

Please modify the --httpPort value to the port number you wish to use for Wowza Streaming Engine Manager access.

Zoran