Thanks very much for the instructions. I was able to launch openmeetings-web in debug mode in eclipse.. In my case I have the application running locally in my Windows machine. - I built openmeetings-parent within eclipse with the parameters you mentioned and used mysql maven profile (had to get the JConnector from mysql) - Started red5-debug.bat at C:\openmeetings-3.2.x\openmeetings-server\target\server\ , and - Launched openmeetings-web "Debug As" "Debug on Server".
On Fri, May 19, 2017 at 9:45 PM, Maxim Solodovnik <[email protected]> wrote: > 1) build it: "mvn clean install -P allModules,unpacked > -Dwicket.mode=DEVELOPMENT -DskipTests=true" > (use *mysql* maven profile in case you will use MySql, use > *default-db-cred* > profile for 3.3.x branch) > 2) cd openmeetings-server/target/server/ > 3) ./red5-debug.sh > 4) In Eclipse attach to remote project using localhost:8787 and > openmeetings-web sub-project > > > On Sat, May 20, 2017 at 3:43 AM, Sonia SWEngineer < > [email protected]> > wrote: > > > I downloaded openmeetings version 3.2x from GIT and want to know what are > > the steps to run it from eclipse. I want to run it in debug mode in my > red5 > > server). > > > > Thanks > > S. > > > > > > -- > WBR > Maxim aka solomax >
