-
I want serve a small web application hosted inside the connector so administrators could edit assets and contracts. Tried to follow some tutorials about Jakarta (adding a /webapp/resources and WEB-INF folders), but did not succeed in this task. |
Beta Was this translation helpful? Give feedback.
Answered by
jimmarino
Mar 30, 2022
Replies: 1 comment 1 reply
-
The connector should not serve web applications or a UI. It does provide an API that can be accessed by a UI. Instead, I would create a single-page web app and deploy it using a cluster of HTTP servers or on a CDN and enable CORS in the connector. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danilomo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The connector should not serve web applications or a UI. It does provide an API that can be accessed by a UI.
Instead, I would create a single-page web app and deploy it using a cluster of HTTP servers or on a CDN and enable CORS in the connector.