See
http://www.opennms.org/index.php/Eclipse_and_OpenNMS
Alejandro.
Honia A wrote:
> Hi all,
>
> I downloaded the source code for OpenNMS 1.6.1 and was able to build it
> successfully, it's now running on http://localhost:8980/ exactly as
> expected. The built files are in /target/opennms-1.
> Today, I again followed the instruction of the first link:
>
> - Opened Eclipse and created a new workspace
> - Added M2_REPO classpath variable and set its value to the path of my
> repository directory
>
Did you do the follwing?
>./build.sh eclipse:eclipse
As per my understanding this is sa
Thanks for your reply.
Sure, I can use Jetty, no problem. So far, I learned that this is the URL to
access the OpenNMS I built from the source: http://localhost:8980/opennms
The other thing I learned is that if I would like to make any changes to the
code, the root directory for OpenNMS jett
Take a look at the following links
http://www.opennms.org/index.php/Eclipse_and_OpenNMS
http://www.opennms.org/index.php/Development
You could deploy the web app on Tomcat, but the builtin jetty works just
fine IMO.
On Tue, Jan 27, 2009 at 11:37:30AM -0500, Honia A wrote:
>
> Hi all,
>
> I down
Hi all,
I downloaded the source code for OpenNMS 1.6.1 and was able to build it
successfully, it's now running on http://localhost:8980/ exactly as expected.
The built files are in /target/opennms-1.6.1 directory.
Now, I was planning on learning more about the web-app section of it and see