SRAP Configuration Issues
I am trying to get the SRA gateway configured and I have a quick question. The configuration of SRAP fails at installation so I am attempting to configure manually.
In the file enableSRAforPortal.xml should the value for the following line:
<Value>*://*.%PORTAL_SERVER_DOMAIN%*%DEPLOY_URI%/*|default_gateway_rulese t</Value>
be <Value> http://monstro.oneview360.com:8080/portal/*|default_gateway_ruleset</Value&g t;
and
<Value>*%DEPLOY_URI%/NetFileOpenFileServlet*|null_ruleset</Value>
<Value>/portal/NetFileOpenFileServlet*|null_ruleset</Value>
and
<Value>http*://*%DEPLOY_URI%/NetFileController*|null_ruleset</Value> ;
<Value>https://portal/NetFileController*|null_ruleset</Value>
The bottom line is VERY confusing at best.
Thanks,
Mark
# 2
I have edited the xml file and when I execute the amadmin command I recieve the following error:
ERROR 9:Operation failed: null
Here is a copy of the xml file as I have it now.
<!DOCTYPE Requests
PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
"jar://com/iplanet/am/admin/cli/amAdmin.dtd">
<Requests>
<ServiceConfigurationRequests serviceName="srapGatewayService">
<ModifySubConfiguration subConfigName="/Gateway-Profiles/%INST_GWNAME%" operation="add">
<AttributeValuePair>
<Attribute name="sunPortalGatewayNonAuthenticatedURLPath" />
<Value>http://monstro.oneview360.com:8080/portal/images</Value>
<Value>http://monstro.oneview360.com:8080/portal/desktop/images</Value >
<Value>http://monstro.oneview360.com:8080/portal/desktop/tabs/images</ Value>
<Value>http://monstro.oneview360.com:8080/portal/desktop/css</Value> ;
<Value>http://monstro.oneview360.com:8080/portal/console/images</Value >
<Value>http://monstro.oneview360.com:8080/portal/netlet/jnlpclient.jar< ;/Value>
<Value>http://monstro.oneview360.com:8080/portal/netlet/netletjsse.jar< ;/Value>
<Value>http://monstro.oneview360.com:8080/portal/proxylet/jnlpclient.jar& lt;/Value>
<Value>http://monstro.oneview360.com:8080/portal/proxylet/regx-win32-nati ve.jar</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sunPortalGatewayDomainsAndRulesets"/>
<Value>*://*.oneview360.com*/portal*|default_gateway_ruleset</Value> ;
<Value>*/portal/NetFileOpenFileServlet*|null_ruleset</Value>
<Value>http*://*/portal/NetFileController*|null_ruleset</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sunPortalGatewayForwardCookieURL"/>
<Value>http://monstro.oneview360.com:8080/portal</Value>
</AttributeValuePair>
</ModifySubConfiguration>
</ServiceConfigurationRequests>
</Requests>
Do you have any suggestions as to what is not correct?
Thanks,
Mark