| 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 |