Select to view content in your preferred language

ArcGIS administration from Catalog

568
1
04-14-2014 03:38 AM
UldisGitendorfs
Deactivated User
Hi!

So I have ArcGIS 10.2.1, authorisation from LDAP (ApacheDS), webtier authentication. Win 2008R2. In ArcCatalog I'm able to connect to 
http://localhost:6080/arcgis with default site admin, but that's all. When I want to make changes in services especially when trying to cache, i got unspeciffied error and that's all.
BUT if the service hasn't set security, then caching works like a charm!

I tired to connect to arcgis from webadaptor url but that does not work.

Any ideas will be appreciated.

Thanks!
Tags (2)
0 Kudos
1 Reply
UldisGitendorfs
Deactivated User
I think I got it.
First of all I restarted PC, after that had to set up security once again, because it was broken. Then recreated web addaptor with admin access and user from LDAP (now it worked, but before restart it didn't). And then checked web adaptors WEB-INF/web.xml file and found out that there is a line

  <security-constraint>
    <web-resource-collection>
      <web-resource-name></web-resource-name>
     <url-pattern>/services/*</url-pattern>

had to change /services/* to /* and that's all. All that maybe is because ArcCatalog maybe is using REST directory to get info about cache?

Why that restart changed security settings? Who knows ...
0 Kudos