After installing Sybase Unwired Platform, install the relay server component files to Microsoft Internet Information Service (IIS) 7.0 or 7.5 on Windows 2008 or Windows 2008 R2.
The ZIP file contains the required executables and DLLs for the Relay Server.
C:\inetpub\wwwroot\ias_relay_server C:\inetpub\wwwroot\ias_relay_server\Server C:\inetpub\wwwroot\ias_relay_server\Client
I. 2010-12-04 07:22:28. < 3160.- > iAnywhere Relay Server Version 11.0.1.2527 I. 2010-12-04 07:22:28. < 3160.- > I. 2010-12-04 07:22:28. < 3160.- > Copyright © 2001-2009, iAnywhere Solutions, Inc. I. 2010-12-04 07:22:28. < 3160.- > Portions copyright © 1988-2009, Sybase, Inc. All rights reserved. I. 2010-12-04 07:22:28. < 3160.- > Use of this software is governed by the Sybase License Agreement. Refer to http://www.sybase.com/softwarelicenses ...
<add name="RelayServer" queueLength="65535" autoStart="true" managedRuntimeVersion="" managedPipelineMode="Integrated"> <processModel identityType="LocalSystem" idleTimeout="00:00:00" maxProcesses="20" pingingEnabled="false" pingInterval="00:00:30" pingResponseTime="00:01:30" /> <recycling disallowOverlappingRotation="true"> <periodicRestart time="00:00:00"> <schedule> <clear /> </schedule> </periodicRestart> </recycling> <failure rapidFailProtection="false" /> <cpu resetInterval="00:00:00" /> </add>
<application path="/ias_relay_Server" applicationPool="RelayServer"> <virtualDirectory path="/" physicalPath="c:\inetpub\wwwroot\ias_relay_server" /> </application>
<add path="c:\inetpub\wwwroot\ias_relay_server\Client\rs_client.dll" allowed="true" /> <add path="c:\inetpub\wwwroot\ias_relay_server\Server\rs_server.dll" allowed="true" />
<location path="Default Web Site/ias_relay_server/client"> <system.webServer> <handlers accessPolicy="Execute, Script"> </handlers> </system.webServer> </location> <location path="Default Web Site/ias_relay_server/server"> <system.webServer> <handlers accessPolicy="Execute, Script"> </handlers> </system.webServer> </location> <location path="Default Web Site/ias_relay_server"> <system.webServer> <security> <authentication> <anonymousAuthentication userName="" /> </authentication> <requestFiltering> <requestLimits maxAllowedContentLength="2147483647" /> </requestFiltering> </security> </system.webServer> </location>