Giter Club home page Giter Club logo

karaf-jaxrs-whiteboard-security's Introduction

karaf-jaxrs-whiteboard-security

Karaf OSGi JAX-RS Whiteboard Security

Building from sources

Build mvn clean install

Deployment in Karaf

Run Karaf

./bin/karaf

Run from root Karaf floder, not from ./bin folder! See details in https://karaf.apache.org/get-started.html

Deploy OSGi JAX-RS Whiteboard Security server to Karaf

Before installation you should build server from sources! (Its due to Karaf installs all from local maven repository by default.)

Add feature repository

  • feature:repo-add mvn:ru.agentlab.security/ru.agentlab.security.feature/LATEST/xml

Install karaf features and activate OSGi bundles

Install main feature (installs all sub-features except cors plugin):

  • feature:install ru.agentlab.security.deploy

Install main feature (installs all sub-features with cors plugin):

  • feature:install ru.agentlab.security.cors.deploy

Or you colud install sub-features one by one:

  • feature:install agentlab-aries-jax-rs-whiteboard-jackson
  • feature:install nimbus-oauth-sdk
  • feature:install ru.agentlab.security.deps
  • feature:install ru.agentlab.security.deploy
  • feature:install ru.agentlab.security.cors.deploy - optional

Development

  • bundle:watch * -- Karaf should monitor local maven repository and redeploy rebuilded bundles automatically

  • bundle:list ΠΈ la -- list all plugins

  • feature:list -- list all features

  • display -- show logs

  • log:set DEBUG -- set logger filter into detailed mode

  • ./bin/karaf debug -- allows to attach with debugger on 5005 port

karaf-jaxrs-whiteboard-security's People

Contributors

amivanoff avatar dmitryzagr avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

thomas-adams

karaf-jaxrs-whiteboard-security's Issues

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.