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

update server.xml so that the app can be run remotely #1078

Closed
20 tasks done
gkwan-ibm opened this issue Sep 12, 2024 · 2 comments
Closed
20 tasks done

update server.xml so that the app can be run remotely #1078

gkwan-ibm opened this issue Sep 12, 2024 · 2 comments
Assignees

Comments

@gkwan-ibm
Copy link
Member

gkwan-ibm commented Sep 12, 2024

Add host="*" to the httpEndpoint in the following server.xml

 <httpEndpoint host="*"
  • ./guide-liberty-deep-dive/finish/module-jwt/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive/finish/module-kubernetes/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive/finish/module-metrics/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive/finish/module-securing/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive/finish/module-persisting-data/src/main/liberty/config/server.xml
  • ./guide-rest-intro/start/src/main/liberty/config/server.xml
  • ./guide-grpc-intro/start/system/src/main/liberty/config/server.xml
  • ./guide-grpc-intro/finish/system/src/main/liberty/config/server.xml
  • update server.xml so that the app can be run remotely guide-security-intro#200
    • ./guide-security-intro/start/src/main/liberty/config/server.xml
    • ./guide-security-intro/finish/src/main/liberty/config/server.xml
  • ./guide-arquillian-managed/start/src/main/liberty/config/server.xml
  • ./guide-arquillian-managed/finish/src/main/liberty/config/server.xml
  • ./guide-microprofile-jwt/start/frontend/src/main/liberty/config/server.xml
  • ./guide-microprofile-jwt/finish/frontend/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive-gradle/finish/module-jwt/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive-gradle/finish/module-kubernetes/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive-gradle/finish/module-metrics/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive-gradle/finish/module-securing/src/main/liberty/config/server.xml
  • ./guide-liberty-deep-dive-gradle/finish/module-persisting-data/src/main/liberty/config/server.xml
  • ./guide-testcontainers/start/src/main/liberty/config/server.xml
  • ./guide-testcontainers/finish/src/main/liberty/config/server.xml
@shin19991207
Copy link
Contributor

shin19991207 commented Sep 18, 2024

./guide-rest-intro/start/src/main/liberty/config/server.xml
./guide-grpc-intro/start/system/src/main/liberty/config/server.xml
./guide-grpc-intro/finish/system/src/main/liberty/config/server.xml

There's no <httpEndpoint in these^ files.

shin19991207 added a commit to OpenLiberty/guide-liberty-deep-dive-gradle that referenced this issue Sep 18, 2024
gkwan-ibm pushed a commit to OpenLiberty/guide-liberty-deep-dive that referenced this issue Sep 18, 2024
gkwan-ibm added a commit to OpenLiberty/guide-liberty-deep-dive-gradle that referenced this issue Sep 18, 2024
* update upload-artifact to v4 and restore reactive dependencies

Signed-off-by: Gilbert Kwan <[email protected]>

* address OpenLiberty/guides-common#1078

---------

Signed-off-by: Gilbert Kwan <[email protected]>
Co-authored-by: Gilbert Kwan <[email protected]>
@gkwan-ibm
Copy link
Member Author

close

  • listed guides were updated

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