WebSphere Application Server - Configuring plugin-cfg.xml 'for dummies' on IIS 5

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > April 2006 > Configuring plugin-cfg.xml 'for dummies' on IIS 5





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Configuring plugin-cfg.xml 'for dummies' on IIS 5

2006-04-27, 1:31 pm

OK quick and simple question. We have one Win2k Server running both IIS 5 and WebSphere Application Server express 6.xx (latest updates).

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 instal
ling 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"?>
<!--HTTP server plugin config file for the webserver devcross-checkcomNode01Cell.CCRPWEBDEV_node.CCRPWEBDEV generated on 2006.04.21 at 02:54:49 PM PDT-->
<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>


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com