|
Home > Archive > SQL Anywhere Mobile > October 2005 > How to configure the web server redirector for multiple MobiLink servers?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to configure the web server redirector for multiple MobiLink servers?
|
|
| Jessica 2005-07-05, 9:24 am |
| Dear All
I would like to enquiry about redirector in web server (we are now testing
about synchronization through HTTP/HTTPS connection).
Here is the scenario:
We have an application which is running in two different regions, in
addition, they never cross synchronize to each other:
1. RemoteDB A, MobiLink Server A, Consolidated DB A
2. RemoteDB B, MobiLink Server B, Consolidated DB B
I have configure the redirector in IIS web server as (in redirector.config):
#MobiLink Server A
ML=10.0.0.1:80
#MobiLink Server B
ML=10.0.0.2:80
When I activate the synchronization from RemoteDB A, it works!
However, when I try it again from RemoteDB B, it is connected to MobiLink
server A. The synchronization is failed.
It seems that the redirector just pass connection to ML server in a listed
sequence.
Is there any advanced setting I can make the RemoteDB to recongize it's ML
server ? In other words, how to configure the web server redirector for
multiple MobiLink servers? Any pointer or information is much appreciated.
Thanks and Best Regards,
Jessica
| |
| David Fishburn 2005-07-06, 7:24 am |
| "Jessica" <lautl@hotmail.com> wrote in news:42ca842c@forums
-1-dub of
sybase.public.sqlanywhere.mobilink:
Please ALWAYS include version and MORE importantly BUILD number
with EACH post (dbeng9 -v).
J> We have an application which is running in two different regions, in
J> addition, they never cross synchronize to each other:
J> 1. RemoteDB A, MobiLink Server A, Consolidated DB A
J> 2. RemoteDB B, MobiLink Server B, Consolidated DB B
J>
J> I have configure the redirector in IIS web server as (in
J> redirector.config):
J>
J> #MobiLink Server A
J> ML=10.0.0.1:80
J> #MobiLink Server B
J> ML=10.0.0.2:80
I have not tried this, but I think this seems a reasonable experiment:
From the Help:
For ISAPI web servers:
exe_dir/iaredirect.dll/ml/
This is the url_suffix you supply in the REMOTE database.
Then you must add these entries in your redirector.config file in your
IIS directories:
SLEEP=1800
ML=myServ-pc:80
ML=209.123.123.1:8080
ML=myCompany.com:8081
The url_suffix ends in "ml", and the entries in the redirector.config
file begin with "ml".
I would suggest 2 changes. Make these all mla/MLA and mlb/MLB and see
what happens.
Make sure you remove the ML ones, so we do not confuse the issue.
Please let us know if this works.
--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).
EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm
Developer Community / Whitepapers
http://www.ianywhere.com/developer
CaseXpress - to report bugs
http://casexpress.sybase.com
CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
| |
| John Yovas 2005-10-31, 8:24 pm |
|
Did this experiment work ? . Right now we have a simillar requirement to
host Mobilink redirection with Multiple Mobilink server connecting to
multiple consolidated DBs with a single webserver (Apache).
Which is the recommended way of doing this ? Any suggestions?
Thanks,
John Yovas
"David Fishburn" <fishburn_spam@off.ianywhere.com> wrote in message
news:Xns968B5666B204
1fishburnsybasecom@1
27.0.0.1...
> "Jessica" <lautl@hotmail.com> wrote in news:42ca842c@forums
-1-dub of
> sybase.public.sqlanywhere.mobilink:
>
> Please ALWAYS include version and MORE importantly BUILD number
> with EACH post (dbeng9 -v).
>
> J> We have an application which is running in two different regions, in
> J> addition, they never cross synchronize to each other:
> J> 1. RemoteDB A, MobiLink Server A, Consolidated DB A
> J> 2. RemoteDB B, MobiLink Server B, Consolidated DB B
> J>
> J> I have configure the redirector in IIS web server as (in
> J> redirector.config):
> J>
> J> #MobiLink Server A
> J> ML=10.0.0.1:80
> J> #MobiLink Server B
> J> ML=10.0.0.2:80
>
> I have not tried this, but I think this seems a reasonable experiment:
>
> From the Help:
> For ISAPI web servers:
> exe_dir/iaredirect.dll/ml/
>
> This is the url_suffix you supply in the REMOTE database.
>
> Then you must add these entries in your redirector.config file in your
> IIS directories:
> SLEEP=1800
> ML=myServ-pc:80
> ML=209.123.123.1:8080
> ML=myCompany.com:8081
>
> The url_suffix ends in "ml", and the entries in the redirector.config
> file begin with "ml".
>
> I would suggest 2 changes. Make these all mla/MLA and mlb/MLB and see
> what happens.
>
> Make sure you remove the ML ones, so we do not confuse the issue.
>
> Please let us know if this works.
>
>
> --
> David Fishburn
> Certified ASA Developer Version 8
> iAnywhere Solutions - Sybase
> Professional Services
> Please only post to the newsgroup
> Please ALWAYS include version and MORE importantly BUILD number with
> EACH post (dbeng9 -v).
>
> EBFs and Maintenance Releases
> http://downloads.sybase.com/swx/sdmain.stm
>
> Developer Community / Whitepapers
> http://www.ianywhere.com/developer
>
> CaseXpress - to report bugs
> http://casexpress.sybase.com
>
> CodeXchange - Free samples
> [url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
>
|
|
|
|
|