GithubHelp home page GithubHelp logo

wildfly-clustering / wildfly-clustering-tomcat Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 6.0 787 KB

Integrates Tomcat with WildFly's distributed web session management

License: Apache License 2.0

Java 100.00%
clustering httpsession java tomcat infinispan servlet jakarta wildfly

wildfly-clustering-tomcat's Introduction

Version License Project Chat

WildFly Clustering

WildFly clustering is a set of modules providing distributed services to application servers and applications.

This project serves as upstream to the following projects:

Building

Prerequisites

Building this project requires the following software:

  • JDK 11+
  • Maven 3.9+

Additionally, the integration tests contained in this project require a Docker-API compatible container runtime.

See: https://java.testcontainers.org/supported_docker_environment/

Using rootless Podman

For those using the latest version of Podman, you should be able to run the remote infinispan integration tests without root permissions.

See: https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md

Build instructions

  1. Clone this repository.

    $ git clone [email protected]:wildfly-clustering/wildfly-clustering.git
    $ cd wildfly-clustering
    
  2. Build via maven.

    $ mvn clean install
    

Integration test execution options

Since the integration tests take some time to execute, you can skip integration test execution via:

	$ mvn clean install -DskipITs

By default, the remote Infinispan integration tests launch docker using "bridge" network mode. If running a Linux distribution, and encounter issues with connectivity between you test client and the Infinispan server instance running in the container, try using "host" network mode via:

	$ mvn clean install -Ddocker.network.mode=host

By default, remote Infinispan integration tests will use the Infinispan server docker image published at quay.io corresponding to the ${version.org.infinispan} version configured by this project's pom. You can override this to use an arbitrary Infinispan server docker image and user via system properties. e.g.

	$ mvn clean install -Dinfinispan.server.image=quay.io/infinispan/server:14.0 -Dinfinispan.server.username=foo -Dinfinispan.server.password=bar

wildfly-clustering-tomcat's People

Contributors

dependabot[bot] avatar oranod avatar pferraro avatar rhusar avatar tristantarrant avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

wildfly-clustering-tomcat's Issues

Netty classes missing from uberjars

The WildFly poms exclude io.netty:* dependencies from the infinispan-client-hotrod dependency. This means that the uberjars don't contain the necessary classes. Adding an explicit dependency is the only solution.

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.