multiple quarkus-runs under a single Port #29070
Unanswered
farhangamary
asked this question in
Q&A
Replies: 1 comment
-
You cannot have multiple applications sharing the same port. What you could do however is run each application on a different port and have a frontend (either a webserver or reverse proxy) in front of your Quarkus applications. This frontend will listen on only one port and dispatch the requests to the Quarkus applications based on simple rules (could be the hostname, a specific root path...). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having multiple quarkus application each running on a different port may somehow have problems in situations like having cxf soap wsdls which display the ports or when having proxies or mappers, etc.
Does someone know a solution for running multiple quarkus applications under single port?
Beta Was this translation helpful? Give feedback.
All reactions