Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Deploy REST API options correctly #76

Closed
dmcassel opened this issue Jan 23, 2013 · 1 comment
Closed

Deploy REST API options correctly #76

dmcassel opened this issue Jan 23, 2013 · 1 comment
Assignees

Comments

@dmcassel
Copy link
Collaborator

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>/.
@ghost ghost assigned dmcassel Jan 23, 2013
dmcassel added a commit that referenced this issue Jan 23, 2013
…the right place, based on the group and appserver names
@dmcassel
Copy link
Collaborator Author

Fixed. Also added a "group" property to default.properties, though this feature is the only place where it's used (so far).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant