Changing default listening port (8080)

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

paulgroves
Posts: 1
Joined: Fri Nov 28, 2008 10:21 pm

Changing default listening port (8080)

Post by paulgroves »

Hi,

I've successfully installed Openemm on a windows system and it is running brilliantly. Access is via tcp port 8080 which is proving problems with the open tracker which uses 'http://<fqdn-of-server>:8080".

We have a Cisco PIX 515 and port 8080 is redirected to the correct internal IP number but it is impossible to access the links through port 8080.

Is there a way of changing the default port for Openemm to something like 8010 or even 9090 ???

Thanks in advance
friedbrain
Posts: 62
Joined: Tue Aug 25, 2009 8:17 am

Re: Changing default listening port (8080)

Post by friedbrain »

This topic is a bit old but if you don't found the solution by yourself in the meantime:

There is a file
<OpenEMM-home>/conf/core.conf
which is an XML configuration file.

Inside there is something like this:

Code: Select all

<http server-id="core" host="*" port="8080"/>
Here you can specify a different port.

I guess you should also edit
<OpenEMM-home>/webapps/core/WEB-INF/classes/emm.properties

Code: Select all

system.url=http://localhost:8080/oss
But at least in the _emmconfig__jsp class there is a hardcoded port 8080.
Post Reply