I'm new with opennms. And I'm working in EMS development. My team plan to move from current EMS to opennms. I was successfully configure it using Eclipse but don't know how to start opennms and debug from Eclipse.
Actually, I have succeeded compile and assemble using the command /compile.sh and assemble.sh But I need to know how to debug, compile and start the opennms using Eclipse.
Thanks, Alya
To start OpenNMS you have to use the "opennms script". This is located in
${opennms.home}/bin
With the script you can then tell OpenNMS to run in debug mode, like so:
sudo ./opennms -t start
OpenNMS then tells you what the remote debugger port is (default is: 8001).
In eclipse you can then "remote debug" OpenNMS. How to do this, you can e.g. follow this instruction (http://javarevisited.blogspot.de/2011/02/how-to-setup-remote-debugging-in.html)
I usually start opennms in verbose and debug mode :
sudo ./opennms -vt start
opennms usage
"opennnms script" examples
sudo ./opennms start
sudo ./opennms -v start
sudo ./opennms -vt start
sudo ./opennms stop
Assuming you are in folder
${opennms.home}/bin