Apache Open meetings run locally for development

490 Views Asked by At

I am aiming to use Open meetings in my project. Before doing that, I was starting with some UI colour changes and check the system on my local machine. For doing this, I cloned the Git repository https://github.com/apache/openmeetings .

After this, executed the command: mvn clean install -PallModules *Working with Java version 11 and mvn version 3.6.3

After the execution, build generates successfully:

enter image description here

After this, as mentioned in git, I followed following steps:

  • go to openmeetings-server/target directory
  • extract apache-openmeetings-x.x.x.tar.gz (or apache-openmeetings-x.x.x.zip for windows) to new directory
  • enter to this new directory and execute ./bin/startup.sh (./bin/startup.bat for Windows)

Results says, Tomcat started. Also with command netstat -lntp, I can see port 5080 is occupied by a java jar. enter image description here

But, the problem is when i open http://localhost:5080, it successfully redirects me to http://localhost:5080/openmeetings/ but shows site can't be reached. enter image description here

This is very weird, please help!

1

There are 1 best solutions below

4
On

Build instructions and helpful commands are here

https://openmeetings.apache.org/BuildInstructions.html

I would recommend to use unpacked build

OM at http://localhost:5080/openmeetings works for me as expected

(I would recommend to use it at https://localhost:5443/openmeetings overwise Camera&Microphone will be blocked by browser)

Is it possible your request is being blocked by FW?

P.S. I'm one of OpenMeetings devs