c***@cross-check.com
2006-05-01 18:19:05 UTC
OK quick and simple question. We have one Win2k Server running both IIS 5 and WebSphere Application Server express 6.xx (latest refresh packages).
This works - http://mydomain.com:9080/snoop
I don't want to type in the port 9080 and use the default HTTP port through IIS: http://mydomain.com/snoop
I installed the iisWASPlugin_http.dll from CD and it created the ISAPI filter and the virtual directory sePlugins within IIS.. I have no idea what to do from here though.. I was hoping that the sample 'snoop' servlet would just work magically after installing this plugin (obviously it's not that simple)... So now I'm reading up and there is a plugin-cfg.xml file I possibly need to configure? I pulled this up whcih was generated from install and it's just somewhat chinese to me (hence the title). Hopefully someone can tell me what to do to make this simple thing work. I'm sure once I see how it must be configured I can configure our other java servlets that we have working...
I tried adding a 'snoop' URI just trial and erroring:
**------generated plugin-cfg.xml-------**
<?xml version="1.0" encoding="ISO-8859-1"?>
<Config ASDisableNagle="false" AcceptAllContent="false" AppServerPortPreference="HostHeader" ChunkedResponse="false" FIPSEnable="false" IISDisableNagle="false" IISPluginPriority="High" IgnoreDNSFailures="false" RefreshInterval="60" ResponseChunkSize="64" VHostMatchingCompat="false">
<Log LogLevel="Error" Name="C:\Program Files\IBM\WebSphere\Plugins/logs/CCRPWEBDEV/http_plugin.log"/>
<Property Name="ESIEnable" Value="true"/>
<Property Name="ESIMaxCacheSize" Value="1024"/>
<Property Name="ESIInvalidationMonitor" Value="false"/>
<RequestMetrics armEnabled="false" loggingEnabled="false" rmEnabled="false" traceLevel="HOPS">
<filters enable="false" type="URI">
<filterValues enable="false" value="/snoop"/>
<filterValues enable="false" value="/hitcount"/>
</filters>
<filters enable="false" type="SOURCE_IP">
<filterValues enable="false" value="255.255.255.255"/>
<filterValues enable="false" value="254.254.254.254"/>
</filters>
<filters enable="false" type="JMS">
<filterValues enable="false" value="destination=aaa:topic=bbb"/>
</filters>
<filters enable="false" type="WEB_SERVICES">
<filterValues enable="false" value="wsdlPort=aaa:op=bbb:nameSpace=ccc"/>
</filters>
</RequestMetrics>
</Config>
This works - http://mydomain.com:9080/snoop
I don't want to type in the port 9080 and use the default HTTP port through IIS: http://mydomain.com/snoop
I installed the iisWASPlugin_http.dll from CD and it created the ISAPI filter and the virtual directory sePlugins within IIS.. I have no idea what to do from here though.. I was hoping that the sample 'snoop' servlet would just work magically after installing this plugin (obviously it's not that simple)... So now I'm reading up and there is a plugin-cfg.xml file I possibly need to configure? I pulled this up whcih was generated from install and it's just somewhat chinese to me (hence the title). Hopefully someone can tell me what to do to make this simple thing work. I'm sure once I see how it must be configured I can configure our other java servlets that we have working...
I tried adding a 'snoop' URI just trial and erroring:
**------generated plugin-cfg.xml-------**
<?xml version="1.0" encoding="ISO-8859-1"?>
<Config ASDisableNagle="false" AcceptAllContent="false" AppServerPortPreference="HostHeader" ChunkedResponse="false" FIPSEnable="false" IISDisableNagle="false" IISPluginPriority="High" IgnoreDNSFailures="false" RefreshInterval="60" ResponseChunkSize="64" VHostMatchingCompat="false">
<Log LogLevel="Error" Name="C:\Program Files\IBM\WebSphere\Plugins/logs/CCRPWEBDEV/http_plugin.log"/>
<Property Name="ESIEnable" Value="true"/>
<Property Name="ESIMaxCacheSize" Value="1024"/>
<Property Name="ESIInvalidationMonitor" Value="false"/>
<RequestMetrics armEnabled="false" loggingEnabled="false" rmEnabled="false" traceLevel="HOPS">
<filters enable="false" type="URI">
<filterValues enable="false" value="/snoop"/>
<filterValues enable="false" value="/hitcount"/>
</filters>
<filters enable="false" type="SOURCE_IP">
<filterValues enable="false" value="255.255.255.255"/>
<filterValues enable="false" value="254.254.254.254"/>
</filters>
<filters enable="false" type="JMS">
<filterValues enable="false" value="destination=aaa:topic=bbb"/>
</filters>
<filters enable="false" type="WEB_SERVICES">
<filterValues enable="false" value="wsdlPort=aaa:op=bbb:nameSpace=ccc"/>
</filters>
</RequestMetrics>
</Config>