GithubHelp home page GithubHelp logo

jsmshowcase's Introduction

JSM Showcase

JSM Showcase is a small project to show how a EJB remote call from a separate WAR file is dealt with. Pre-requisites

  1. JDK 11
  2. Maven 3.6.x
  3. WildFly 22 or above

Steps to reproduce

  • git clone

  • mvn clean install

  • Copy ear and war to wildfly_home/standalone/deployments

  • edit wildfly_home/bin/standalone.conf

    uncomment SECMGR="true"

    add JAVA_OPTS="$JAVA_OPTS -Dorg.wildfly.security.manager.log-only=true"

  • edit wildfly_home/standalone/configuration/standalone-full.xml

  • add in section <subsystem xmlns="urn:jboss:domain:logging:8.0">

    <logger category="net.unckel">
        <level name="ALL"/>
    </logger>
    <logger category="org.wildfly.security.access">
        <level name="TRACE"/>
    </logger>
  • edit in section<subsystem xmlns="urn:jboss:domain:ee:5.0"> <spec-descriptor-property-replacement>true</spec-descriptor-property-replacement> (needed for variables in permissions.xml)

  • start server with wildfly_home/bin/standalone.sh -c standalone-full.xml

  • Reqeust http://localhost:8080/warpart/rest/json (Browser or curl)

  • observe wildfly_home/standalone/log/server.log for details (not shown on console)

  • Request http://localhost:8080/springclient-[versionhere]/

  • observe wildfly_home/standalone/log/server.log for details (not shown on console)

jsmshowcase's People

Contributors

boris-unckel avatar

Watchers

 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.