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

.war file can not find my jks file #77

Open
fuknlightn opened this issue May 21, 2018 · 1 comment
Open

.war file can not find my jks file #77

fuknlightn opened this issue May 21, 2018 · 1 comment

Comments

@fuknlightn
Copy link

In my standalone.xml I have the path to the keystore defined and the password which loads the server perfectly fine.

But when I request SAML auth I get a nullpointer in regards to the keystore file.

Any help would be appreciated.

***********Dockerfile
FROM jboss/wildfly
COPY standalone.xml /opt/jboss/wildfly/standalone/configuration/
COPY my1.cer /opt/jboss/wildfly/standalone/configuration/certs
COPY my3.jks /opt/jboss/wildfly/standalone/configuration/keystore
COPY my2.cer /opt/jboss/wildfly/standalone/configuration/certs

RUN /opt/jboss/wildfly/bin/add-user.sh admin Admin#70365 --silent
CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-b", "0.0.0.0", "-bmanagement", "0.0.0.0"]

USER root
RUN chown jboss:jboss /opt/jboss/wildfly/standalone/deployments/*
USER jboss
COPY my4.war /opt/jboss/wildfly/standalone/deployments/

*****Standalone.xml

@jmesnil
Copy link
Contributor

jmesnil commented Aug 3, 2022

Is this issue still happening?

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

No branches or pull requests

2 participants