Giter Site home page Giter Site logo

moskito-jboss's Introduction

moskito-jboss

Integrating MoSKito DevOps monitoring tool into JBoss AS 7 Java EE 6 application.

Runs with:

Getting started

1) Git clone or download source code, config settings.xml: JBoss Nexus repository needs to be added in order to resolve Seam dependencies

<repository>
    <id>jboss-public-repository-group</id>
    <name>JBoss Public Maven Repository Group</name>
    <url>http://repository.jboss.org/nexus/content/repositories/releases</url>
</repository>

2) Setup build.properties, use provided build.properties.template as template. This is mainly useful for both Maven build and starting JBoss from IDE.

3) Build project with Maven: mvn clean install -U

4) Download JBoss AS 7: http://www.jboss.org/jbossas/downloads/

5) Setup DataSource: for demo application we are using InProcess HSQL Database, define within //JBOSS_HOME/standalone/configuration/standalone.xml

<subsystem xmlns="urn:jboss:domain:datasources:1.0">
      <datasources>
          <datasource jta="true" jndi-name="java:/DefaultDS" pool-name="H2DS" enabled="true" use-java-context="true">
              <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
              <driver>h2</driver>
              <security>
                  <user-name>sa</user-name>
                  <password>sa</password>
              </security>
          </datasource>
      </datasources>
</subsystem>

6) Start JBoss and deploy artifact //PROJECT-HOME//moskitojboss-web/target/moskitojboss.war to //JBOSS_HOME/standalone/deployments

7) Start application in Browser: http://localhost:8080/moskitojboss/

8) Login with initial user (jim | secret ) or create your own

9) Play around, add some tasks and check MoSKito Producers, Accumulators and Thresholds localhost:8080/moskitojboss/mui/

10) Give us feedback and/or contribute in any ways. :-)

moskito-jboss's People

Contributors

michaelschuetz avatar dvayanu avatar

Watchers

Ocelot Zhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.