Customer Service | Training | Contact Us
You are here: Home > User Forums > arcims product discussion conference > Thread Replies

ArcIMS Product Discussion Conference

ArcIMS: WMS Connector forum

IMS9.1 WMS connectorPing won't work   Kjetil Pettersson May 15, 2006
Re: IMS9.1 WMS connectorPing won't work   Kjetil Pettersson May 16, 2006
Re: IMS9.1 WMS connectorPing won't work   Alison Slaats Aug 07, 2006
Report Inappropriate Content • Top • Print • Reply    
Subject IMS9.1 WMS connectorPing won't work 
Author Kjetil Pettersson 
Date May 15, 2006 
Message System:
SDE/IMS9.1
Windows 2003 SP1/SQL 2000 SP4
IIS6.0 / Tomcat 5.0.28
No spaces in the tomcat inst.dir

I followed this guide (Install IIS 6 with Tomcat 5.0.28 using J2SDK 1.4.2_06 for ArcIMS 9.1 on Windows 2003 - http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=29051) down to every small detail (including using the files from Tomcat5028_IIS_IMS91_win.zip) and IMS works fine and so does http://{myserver}/servlets-examples/servlet/HelloWorldExample

The problem is that I cannot get the WMS services to work properly. The suggesed test: (http://{myserver}/wmsconnector/com.esri.wms.Esrimap?cmd=connectorPing)

Will only return a 404. If I add the port (:8080) it works so WMS has been installed and works somehow.

- the wmsconnector.war has been copied to {tomcatfolder}\webapps and has been expanded to its subdirectory.
- the isapi.log tells me:
[Tue May 16 01:30:25 2006] [error] HttpExtensionProc::jk_isapi_plugin.c (1029): could not get a worker for name ajp13
- There is NO mention of "wmsconnector" in uriworkermap.properties. Shouldn't there be?.
- The following lines have been added to workers2.properties
[uri:/wmsconnector/*]
worker=ajp13:localhost:8009
[uri:/wmsconnector]
worker=ajp13:localhost:8009
Is this any good? I thought this file wasn't being used by isapi_redirect.dll (?)

Can anyone who has the same config list their uriworkermap.properties and workers.properties.minimal (and any other relevant info if usefull?).

Regards
Kjetil pettersson 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: IMS9.1 WMS connectorPing won't work 
Author Kjetil Pettersson 
Date May 16, 2006 
Message Seems like the problem has been solved. I had to add the lines:

/wmsconnector/*=wlb
/wmsconnector=wlb

to /{tomcat-folder}/conf/uriworkermap.properties:
 
   
Report Inappropriate Content • Top • Print • Reply    
Subject Re: IMS9.1 WMS connectorPing won't work 
Author Alison Slaats 
Date Aug 07, 2006 
Message Thanks for posting your solution. I had the same issue too - and modifying the file "uriworkermap.properties" file worked for me too.

Alison