Hi,

 

Have a number of issues getting OpenMeetings 2.2.0 working under a Debian 
Wheezy server.

 

Issue #1:  I normally run OpenMeetings on port 80 (there is no Apache web 
server on the Debian Wheezy server), but when I change the port from 5080 to 
80, nothing is listening on port 80, where it was listening under port 5080 
before the changes.  

Are there other settings that need to be changed ? 

Why is OpenMeetings not listening on port 80 after the configuration files have 
been changed and the server has been restarted. ?

 

Unable to get the server to listen on port 80.

Checking ports before changing to port 80 (or changing back from port 80 to 
port 5080)

root@co2om01:~# /etc/init.d/red5 checkports

tcp6       0      0 :::59022                :::*                    LISTEN      
3585/java

tcp6       0      0 :::1935                 :::*                    LISTEN      
3585/java

tcp6       0      0 :::9999                 :::*                    LISTEN      
3585/java

tcp6       0      0 :::5080                 :::*                    LISTEN      
3585/java

 

Stop OpenMeetings and make changes;

/usr/lib/red5/webapps/openmeetings/config.xml

<red5httpport>80</red5httpport>

----------------------------------------------

/usr/lib/red5/conf/red5.properties

# HTTP

http.port=80

 

==================================================================================

After making changes start OpenMeetings and check ports

-------------------------------------------------

tcp6       0      0 :::1935                 :::*                    LISTEN      
2854/java

tcp6       0      0 :::9999                 :::*                    LISTEN      
2854/java

tcp6       0      0 :::53822                :::*                    LISTEN      
2854/java

 

 

Thanks,

Reply via email to