[
https://issues.apache.org/jira/browse/WAVE-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ali Lown resolved WAVE-208.
---------------------------
Resolution: Duplicate
> Make the base url of the WIAB configurable
> ------------------------------------------
>
> Key: WAVE-208
> URL: https://issues.apache.org/jira/browse/WAVE-208
> Project: Wave
> Issue Type: Bug
> Priority: Minor
>
> Attached a patch to make the base URL of WIAB configurable (as we talked
> yesterday in the office hours).
> The goal is to permit something like:
> http://127.0.0.1:9898/otherdir/
> where <otherdir> it configurable via the server.config file.
> The attached patch it's a work in progress. Now the login/register gxp pages
> are working (with "/" or "/otherdir/" as base url) and
> the servlets are listening to the configurable URLs. Also I pass a __baseUrl
> parameter to the client in the same way that __useSocketIO.
> But in the client it's necessary more work in order to close this issue. For
> instance the client starts to load:
> /socket.io/socket.io.js
> instead of
> /otherdir/socket.io/socket.io.js
> because this patch is generated from a external jar and I think is not
> configurable.
> Any tips to follow?
> ---
> Issue imported from
> http://code.google.com/p/wave-protocol/issues/detail?id=207
> Label: Type-Defect
> Label: Priority-Medium
> Stars: 1
> State: open
> Status: New
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)