You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
REST API options need to be deployed under /<group-name>/<appserver-name>/. Right now, you can do that by storing the the options in a directory that matches the intended group and appserver name, but if that's different on different environments, it breaks.
Solution:
have options live in a separate directory (not under src)
have a rest-options-dir property
if app-type is "rest" or "hybrid", deploy the contents of the rest-options-dir to /<group-name>/<appserver-name>/.
The text was updated successfully, but these errors were encountered:
REST API options need to be deployed under /<group-name>/<appserver-name>/. Right now, you can do that by storing the the options in a directory that matches the intended group and appserver name, but if that's different on different environments, it breaks.
Solution:
The text was updated successfully, but these errors were encountered: