Hello Adrian,

please do not write personal emails, CC dev@ list for questions related to
development :)

you can start Tomcat
cd openmeetings-server/target/server
./bin/catalina.sh run

Or you can run jetty (it was not very stable for me, so I'm using Tomcat
right now)

cd openmeetings-web; MAVEN_OPTS='-Xdebug
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n' mvn
clean -P allModules,quick,mysql jetty:run-exploded

as described here [1]

[1]
https://openmeetings.apache.org/BuildInstructions.html#_toc_tips_and_gotchas

On Tue, 28 May 2019 at 20:14, Adrian Avila Atencio <[email protected]>
wrote:

> I need to make a change in the openmeeting code, run the following command
>
> "mvn clean install -P allModules,unpacked,mysql -DskipTests=true
> -Dwicket.configuration=DEVELOPMENT"
>
> Build success!!, but i do not know how to start the app in developer mode.
>
> Thank you!
>


-- 
WBR
Maxim aka solomax

Reply via email to