Created
September 12, 2021 08:24
-
-
Save jonyt/36e0eea5b27ecfc9788dc59f680ae1be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Manager className="org.apache.catalina.session.PersistentManager"> | |
<Store className="com.yourcompany.JedisStore" redisAddress="redis://localhost:6379" /> | |
</Manager> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment