8000 GitHub - alexbarbosa1989/SessionReplication: Basic web app to test session replication and sticky session in JBoss/Wildfly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexbarbosa1989/SessionReplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Basic web app to test session replication and sticky session in JBoss EAP 7.x / Wildfly 26(or lower)

NOTE: For EAP 8.x / Wildfly 28 (or uppper) refers to the Jakarta branch in current repo.

Original code (@author Stan Silvert) and usage description in Red Hat solution article https://access.redhat.com/solutions/46373

Usage

1- Clone project:

git clone -b main https://github.com/alexbarbosa1989/SessionReplication

2- Generate war file:

mvn clean install

IMPORTANT: To enable the application to use hotrod-session-management configuration to store Web Session Data in remote Data Grid, it is required to remove <replication-config> in jboss-web.xml. The file should look like below:

<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
    <context-root>/counter</context-root>
</jboss-web>

About

Basic web app to test session replication and sticky session in JBoss/Wildfly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0