Select to view content in your preferred language

Connection with local ARCGIS Server

5053
20
Jump to solution
07-04-2012 10:08 AM
NadeemQazi
Regular Contributor
Hi
I am new to arcgis server and viewer . I have installed arcgis server on my labtop. the name of the server is NA-LAP-3z8 and instance of the gis server is named as ARcGIS_Server so that when i start my arcgis server the  following address is appeared in browser.
http://localhost/ArcGIS_server/Manager/login.aspx?ReturnUrl=%2fArcGIS_server%2fManager%2fdefault.asp...
Now I want to connect the ArcGIS server through flexview 3.0. I want to know what name should i give to make a connection actually i have tried  "NA-LAP-3z8" and the arcgis_Server but it did not return me any thing when i click the browse. any help is highly appreciate.
Tags (2)
0 Kudos
20 Replies
NadeemQazi
Regular Contributor
Hi there

thank you for help in solving the server issues. now I am customizing the application created through ARCGIS Viewer for flex 3.0
here is my problem I would be thankful if you could answer for it.
I want to customized my arcgisview application for flex. I have made the application using the arcgis viewer for flex 3.0. I have three maps layers which are shown in Map switcher widget. I want to do following
1. the widget should only show the my layer names i.e i want to hide all the layers name in it
2. The default name of the basemap in the widget should be changed

I tried to change the config file of the widget but it did not work. I tired following code.
<configuration>
<layerlist label="Imagery" visible="false">

<excludelayer>"mylayer" </excludelayer> (however it does not exclude this layer, either i sued with or without "")
</layerlist>

<expandlayeritems>false</expandlayeritems>
<showthumbnails>true</showthumbnails>


<labels>
<basemapslabel>gggg< /basemapslabel> ( it does not change the default label)


</labels>

</configuration>
Is there any way that i can also use this map switcher widget to take input and based on that input show the content of the selected layer.
Any help is appreciated.
Regards
Nadeem
0 Kudos