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

[855 byte] By [mschulz@sun.coma] at [2007-11-27 11:28:06]
# 1

Your values should be like this

<Value>*://*.oneview360.com*/portal*|default_gateway_rulese t</Value>

<Value>*/portal/NetFileOpenFileServlet*|null_ruleset</Value>

<Value>http*://*portal/NetFileController*|null_ruleset</Value>

AjitKamblea at 2007-7-29 16:20:00 > top of Java-index,Web & Directory Servers,Portal Servers...
# 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

mschulz@sun.coma at 2007-7-29 16:20:00 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

Please change %INST_GWNAME% in your xml file to the gateway profile name.

By default it is "default"

In case you are running this for any other gateway profile name then provide that name.

AjitKamblea at 2007-7-29 16:20:00 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4

I changed it to default and ran the amadmin command and got the same error, so I changed it to gateway1, ran it again with the same result.

Would it be easier to just reinstall the portal with the SRAP box checked?

Thanks

mschulz@sun.coma at 2007-7-29 16:20:00 > top of Java-index,Web & Directory Servers,Portal Servers...
# 5

Please refer to one of the earlier thread i replied for the same cause. It might help you.

http://forum.java.sun.com/thread.jspa?threadID=5154551&messageID=9593021#95 93021

AjitKamblea at 2007-7-29 16:20:00 > top of Java-index,Web & Directory Servers,Portal Servers...