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

Prepare for using oti search from a different server #48

Closed
jimallman opened this issue Jan 29, 2014 · 2 comments
Closed

Prepare for using oti search from a different server #48

jimallman opened this issue Jan 29, 2014 · 2 comments

Comments

@jimallman
Copy link
Member

The OTOL API makes assumptions about the oti's location and base URL. To match the flexibility elsewhere, we should take advantage of the server-config variables used in install-web2py-apps.sh, preferably using the same OTI_BASE_URL (which of course incorporates the host and port plus leading path information).

I'm putting this ticket here because we'll need to modify oti_search module (or its caller) to use this standard form. It looks very close already, I'm checking now to see if they agree on what the "base URL" means in this case.

@jar398
Copy link
Member

jar398 commented Jan 29, 2014

I'm OK with assuming OTI and the API run on the same server, if that would
help in any way.
To me they are two parts of the same thing.

On Wed, Jan 29, 2014 at 12:44 PM, Jim Allman notifications@github.comwrote:

The OTOL API makes assumptions about the oti's location and base URL. To
match the flexibility elsewhere, we should take advantage of the
server-config variables used in install-web2py-apps.sh, preferably using
the same OTI_BASE_URL (which of course incorporates the host and port
plus leading path information).

I'm putting this ticket here because we'll need to modify oti_searchmodule (or its caller) to use this standard form. It looks very close
already, I'm checking now to see if they agree on what the "base URL" means
in this case.

Reply to this email directly or view it on GitHubhttps://github.com//issues/48
.

Jonathan A Rees
National Evolutionary Synthesis Center

@jimallman
Copy link
Member Author

Drat, I didn't see your comment. I have this working as described above. (These services are on separate servers in our current Dev setup.)

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