SMC version 7.0.2 introduces new WEB_ACCESS_FETCH_TIMEOUT parameter to change the Web Access authentication timeout. The default value of this parameter in 7000 milliseconds (7 seconds): WEB_ACCESS_FETCH_TIMEOUT=7000
To increase the timeout to 20 seconds:
To increase the timeout to 20 seconds:
<vmargs mode="append">
<parameter>-Dwebswing.server.fetchTimeout=20000</parameter>
</vmargs>
So the file content is now:
<?xml version="1.0" encoding="UTF-8"?>
<smc_starter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xsd/smc_starter.xsd" bootstrap_version="1.0">
<vmargs mode="append">
<parameter>-Dwebswing.server.fetchTimeout=20000</parameter>
</vmargs>
<server CODE_SERVER="211" MAX_MEMORY_IN_MB="8192"/>
<role>WebPortal</role>
<context>DependentServer</context>
</smc_starter>