arc IMS manager

Uploaded from authorPOINT
Views:
 
Category: Entertainment
     
 

Presentation Description

No description available.

Comments

Presentation Transcript

Slide1: 

Using ColdFusion and ArcIMS command line tools we remotely monitor our ArcIMS servers. We can do the folowing: Add Modify Delete View Start/Stop Transfer mapservices to different mapserver ArcIMS Management with ColdFusion and ArcIMS Command Line Designed by Jeremy D. Bartley

Slide2: 

ArcIMS Management with ColdFusion and ArcIMS Command Line Designed by Jeremy D. Bartley View Mapservice on a default viewer

Slide3: 

ArcIMS Management with ColdFusion and ArcIMS Command Line Designed by Jeremy D. Bartley View andamp; edit AXL file for each mapservice

Slide4: 

Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line AXL files are stored in a RDBMS as a CLOB datatype.

Slide5: 

Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line Transfer mapservices to a different mapserver.

Slide6: 

Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line Add a new Mapservice.

Slide7: 

Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line Restore mapservices from database that have been removed from the mapserver. For example, if the mapserver needs to be rebuilt or the serialization files had to be deleted.

Slide8: 

Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line Makes use of Coldfusion and ArcIMS command Line. Coldfusion writes requests out dynamically to a batch file REM ARCIMS CMD MANAGE TEMPORARY FILE CD C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\ java com.esri.aims.admincore.cmd.Exec http://hercules.kgs.ku.edu username password CMD SERVICE andlt;cfexecute name = 'C:\temp\executearcims_request.bat' outputFile = 'C:\temp\executearcims_request _out.txt' timeout = 15 andgt; andlt;/cfexecuteandgt; Coldfusion executes batch file

Slide9: 

C:\WINNT\system32andgt;REM ARCIMS CMD MANAGE TEMPORARY FILE C:\WINNT\system32andgt;CD C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\ C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\binandgt;java com.esri.aims.admincore.cmd.Exec http://hercules.kgs.ku.edu username password CMD SERVICE Validating Login andlt;?xml version='1.0'?andgt; andlt;OK catalogfileexists='true' cookiesfileexists='true' /andgt; Login validated Initializing site... andlt;?xml version='1.0'?andgt; andlt;OK catalogfileexists='true' cookiesfileexists='true' /andgt; Retrieving ArcIMS Virtual Servers... Retrieving ArcIMS Services... Retrieving ArcIMS Folders... HTTP Return Code: 200 Checking ArcIMS Folders... Initializing complete. ' Service: MONTGOMERY_COUNTY AXL: c:\mapservices\webims_manage\neutrino\MONTGOMERY_COUNTY_3-10-2003-17-2.axl VS: ImageServer1 ' Service: ksoverview AXL: c:\mapservices\webims_manage\neutrino\ksoverview_3-10-2003-17-2.axl VS: ImageServer1 ' Service: EXTRACT_NAD83 AXL: c:\mapservices\webims_manage\neutrino\EXTRACT.axl VS: ExtractServer1 ' Service: SST_TWODEGREE AXL: c:\mapservices\webims_manage\neutrino\SST_TWODEGREE_3-10-2003-17-2.axl VS: ImageServer1 ' Service: MIDCARB_DYNAMIC AXL: c:\mapservices\webims_manage\neutrino\MIDCARB_DYNAMIC_4-29-2003-23-53.axl VS: ImageServer1 ' Service: AUTOCARTO_QUARRIES_PNG AXL: c:\mapservices\webims_manage\neutrino\AUTOCARTO_QUARRIES_PNG_3-10-2003-17-2.axl VS: ImageServer1 ' Service: MIDCARB_22MAY03 AXL: c:\mapservices\webims_manage\neutrino\ACF3.txt VS: ImageServer1 ' Service: Kansas_GreenReport AXL: c:\mapservices\webims_manage\neutrino\greenrpt.axl VS: ImageServer1 ' Service: HEX_DIST_NEW AXL: c:\mapservices\webims_manage\neutrino\HEX_DIST_NEW_6-1-2003-12-35.axl VS: ImageServer1 ' Service: OBIS_XML_PNG AXL: c:\mapservices\webims_manage\neutrino\OBIS_XML_PNG_5-20-2003-14-0.axl VS: ImageServer1 Operation completed successfully. Coldfusion parses ArcIMS response…. Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line

Slide10: 

Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line ….and generates a web page.

Slide11: 

Designed by Jeremy D. Bartley ArcIMS Management with ColdFusion and ArcIMS Command Line Please feel free to email questions/comments to: jbartley@kgs.ku.edu The source code is freely available to anyone who is interested.