Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevents tomcat session serialization error by disabling #15

Conversation

dbernstein
Copy link
Collaborator

unnecessary tomcat session persistence.

Resolves: https://fedora-repository.atlassian.net/browse/FCREPO-3809

This PR can be tested by building the latest version fedora then running the following:

FCREPO_WEBAPP_FILE=~/.m2/repository/org/fcrepo/fcrepo-webapp/6.2.0-SNAPSHOT/fcrepo-webapp-6.2.0-SNAPSHOT.war
mkdir ./webapp
unzip -q -d ./webapp "$FCREPO_WEBAPP_FULL_PATH"
docker buildx create --use
docker buildx build --platform linux/amd64 --load  -t fcrepo/fcrepo:6.2.0-SNAPSHOT .
docker run -p8080:8080 -p61616:61616  -p8181:8181 --name=fcrepo  fcrepo/fcrepo:6.2.0-SNAPSHOT

@dbernstein dbernstein merged commit f3dd87a into fcrepo-exts:main Jun 9, 2022
@dbernstein dbernstein deleted the prevent-persistence-of-tomcat-sessions branch June 9, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant