Skip to main content

developerWorks >  WebSphere  >  Forums  >  IBM HTTP Server  >  developerWorks

Stuck with Apache / WebSphere webserver plug-in    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 3 - Pages: 1 - Last Post: Nov 6, 2009 10:42 AM Last Post By: jbargad Threads: [ Previous | Next ]
djseto1200

Posts: 2
Registered: Jun 04, 2008 12:57:04 AM
Stuck with Apache / WebSphere webserver plug-in
Posted: Jun 04, 2008 01:10:40 AM
Click to report abuse...   Click to reply to this thread Reply
Configuration: WebSphere 6.1 ND, Apache 2.0.63

I am new to setting up a webserver/appserver/DB environment. This a side project for me, so its a learning experience for sure. I have installed WebSphere Application Server 6.1 ND, Oracle 10g, Apache 2.0.63, and the sample Trade Application. I then ran the WebSpeere WebServer Plug-in program that was supposed to configure Apache for me. The Trade Application is accessed by http://localhost:9080/trade . What I want is to be able to use Apache such that http://localhost:81/trade access the application (I am using port 81 because IIS is on port 80). After running the Web-Server Plug-in utility, when I enter http://localhost:81 into a browser, I get a page that says "If you can see this, it means that the installation of the Apache web server software on this system was successful...". When I type http://localhost:81/trade i get "The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact..."

I've googled for hours (literally) and I am still stuck. Below is my plug-in.xml file. What am I missing here?

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--HTTP server plugin config file for the webserver pandemoxpNode01Cell.pandemoxpNode01.webserver1 generated on 2008.06.04 at 12:12:34 AM EDT-->
<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/webserver1/http_plugin.log"/>
<Property Name="ESIEnable" Value="true"/>
<Property Name="ESIMaxCacheSize" Value="1024"/>
<Property Name="ESIInvalidationMonitor" Value="false"/>
<Property Name="ESIEnableToPassCookies" Value="false"/>
<VirtualHostGroup Name="default_host">
<VirtualHost Name="*:9080"/>
<VirtualHost Name="*:81"/>
<VirtualHost Name="*:9443"/>
<VirtualHost Name="*:5060"/>
<VirtualHost Name="*:5061"/>
<VirtualHost Name="*:443"/>
</VirtualHostGroup>
<ServerCluster CloneSeparatorChange="false" GetDWLMTable="false" IgnoreAffinityRequests="true" LoadBalance="Round Robin" Name="server1_pandemoxpNode01_Cluster" PostBufferSize="64" PostSizeLimit="-1" RemoveSpecialHeaders="true" RetryInterval="60">
<Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Name="pandemoxpNode01_server1" ServerIOTimeout="0" WaitForContinue="false">
<Transport Hostname="pandemoxp" Port="9080" Protocol="http"/>
<Transport Hostname="pandemoxp" Port="9443" Protocol="http">
<Property Name="keyring" Value="C:\Program Files\IBM\WebSphere\Plugins/config/webserver1/plugin-key.kdb"/>
<Property Name="stashfile" Value="C:\Program Files\IBM\WebSphere\Plugins/config/webserver1/plugin-key.sth"/>
</Transport>
</Server>
</ServerCluster>
<UriGroup Name="default_host_server1_pandemoxpNode01_Cluster_URIs">
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/snoop/*"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/hello"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/hitcount"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="*.jsp"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="*.jsv"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="*.jsw"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/j_security_check"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/ibm_security_logout"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/servlet/*"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/trade/*"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/ivt/*"/>
</UriGroup>
<Route ServerCluster="server1_pandemoxpNode01_Cluster" UriGroup="default_host_server1_pandemoxpNode01_Cluster_URIs" VirtualHostGroup="default_host"/>
<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"/>
</filters>
<filters enable="false" type="WEB_SERVICES">
<filterValues enable="false" value="wsdlPort=aaa:op=bbb:nameSpace=ccc"/>
</filters>
</RequestMetrics>
</Config>
gghg

Posts: 12
Registered: Jul 08, 2008 03:36:29 AM
Re: Stuck with Apache / WebSphere webserver plug-in
Posted: Oct 06, 2008 05:43:38 AM   in response to: djseto1200 in response to: djseto1200's post
Click to report abuse...   Click to reply to this thread Reply
Hi All

I am having IBM HTTP server 6.0 configured with websphere application server 6.0 in production environment. It was running fine till I had regenerated and copied webserver plugin on webserver.
I can not see lots of applications in this new plugin-cfg.xml.
Hence these applications are not running currently.
I am getting
GetDWLMTable="false" in my plugin-cfg.xml, which was not in the old plugin-cfg.xml.

Can anybody pls tell me what is the meaning of GetDWLMTable="false"??
Gautam@AIX

Posts: 3
Registered: Aug 28, 2006 05:07:10 AM
Re: Stuck with Apache / WebSphere webserver plug-in
Posted: Mar 17, 2009 01:21:26 AM   in response to: gghg in response to: gghg's post
Click to report abuse...   Click to reply to this thread Reply
hey

GetDWLMTable
Specifies whether the plug-in should prefetch the partition table. When this custom property is enabled, the plugin prefetches the partition table so that affinity requests are maintained. The GetDWLMTable custom property must be enabled when memory-to-memory session management is configured for WebSphere Application Server.

Data type String
Default False

Thanx

Gautam

jbargad

Posts: 15
Registered: Mar 02, 2006 02:16:25 PM
Re: Stuck with Apache / WebSphere webserver plug-in
Posted: Nov 06, 2009 10:42:16 AM   in response to: Gautam@AIX in response to: Gautam@AIX's post
Click to report abuse...   Click to reply to this thread Reply
Hi,
I am experiencing a similar phenomenon, whereby the value of GetDWLMTable="false" is set by default in my cell and from there into the plugin file.
Could one shed some light on how to set this value to true from the admin-console?

Thanks, Jonathan.
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums