WebSphere Application Server - plugin-cfg.xml resolving old host name

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > November 2005 > plugin-cfg.xml resolving old host name





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 plugin-cfg.xml resolving old host name

2005-11-16, 8:49 pm

I have installed IBM HTTP and IBM WebSphere Server and its works fine.

earlier we were using hostname as "amdc.met.com" and now we have hostname as "amdc.met4u.com.

But plugin-cfg.xml file resolving old hostname "amdc.met.com"

I tried to stop and start WebSphere as well as http server.

Can anyone take a look into this?

Regards
chitre.
Ken Hygh

2005-11-17, 6:20 pm

sandeepchitre77@yahoo.co.in wrote:

>I have installed IBM HTTP and IBM WebSphere Server and its works fine.
>
>earlier we were using hostname as "amdc.met.com" and now we have hostname as "amdc.met4u.com.
>
>But plugin-cfg.xml file resolving old hostname "amdc.met.com"
>
>I tried to stop and start WebSphere as well as http server.
>
>Can anyone take a look into this?
>
>Regards
>chitre.
>
>

It's not clear from this post what your problem is.

Ken

2005-11-17, 6:21 pm

hello

I have installed IBM HTTP Server and IBM WebSphere Server Express Edition and it is works fine.

We have registered a new domain as "met4u.com" over the internet and we want to use this domain for ibm http server to access web application over the internet.

Presently my server domain name is "met.com" and I would like to change as "met4u.com" as registered domain.

I tried to change machine domain name and restart the machine but still websphere is using old domain name.

Whenever i generate plugins it is resolving old domain name.
Following is the my plugin-cfg.xml file :-
<?xml version="1.0" encoding="ISO-8859-1"?><!--HTTP server plugin config file for the webserver AMDC.IHS_AMDC_WEBSERVER_node.IHS_AMDC_WEBSERVER generated on 2005.10.27 at 08:27:42 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="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/logs/IHS_AMDC_WEBSERVER/http_plugin.log"/>
<Property Name="ESIEnable" Value="true"/>
<Property Name="ESIMaxCacheSize" Value="1024"/>
<Property Name="ESIInvalidationMonitor" Value="false"/>
<VirtualHostGroup Name="default_host">
<VirtualHost Name="*:9080"/>
<VirtualHost Name="*:80"/>
<VirtualHost Name="*:9443"/>
</VirtualHostGroup>
<ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin" Name="server1_AMDC_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true" RetryInterval="60">
<Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Name="AMDC_server1" ServerIOTimeout="0" WaitForContinue="false">
<Transport Hostname="AMDC.MET.COM" Port="9080" Protocol="http"/>
<Transport Hostname="AMDC.MET.COM" Port="9443" Protocol="https">
<Property Name="keyring" Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/config/cells/AMDC/nodes/IHS_AMDC_WEBSERVER_node/servers/IHS_AMDC_WEBSERVER/etc/plugin-key.kdb"/>
<Property Name="stashfile" Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/config/cells/AMDC/nodes/IHS_AMDC_WEBSERVER_node/servers/IHS_AMDC_WEBSERVER/etc/plugin-key.sth"/>
</Transport>
<Transport Hostname="AMDC.MET.COM" Port="80" Protocol="http"/>
</Server>
</ServerCluster>
<UriGroup Name="default_host_server1_AMDC_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/*"/>
</UriGroup>
<Route ServerCluster="server1_AMDC_Cluster" UriGroup="default_host_server1_AMDC_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:topic=bbb"/>
</filters>
<filters enable="false" type="WEB_SERVICES">
<filterValues enable="false" value="wsdlPort=aaa:op=bbb:nameSpace=ccc"/>
</filters>
</RequestMetrics>
</Config>

I wonder why the Websphere still using old domain name?
I am concern about domain name becauze we need to install SSL Certificate for the new domain and also want access our web application using new domain as http://www.met4u.com/application name over the internet.

I Hope you will get my query.
I appreciate your inputs on this.

Regards
Chitre






Ken Hygh

2005-11-17, 6:21 pm

sandeepchitre77@yahoo.co.in wrote:

>hello
>
>I have installed IBM HTTP Server and IBM WebSphere Server Express Edition and it is works fine.
>
>We have registered a new domain as "met4u.com" over the internet and we want to use this domain for ibm http server to access web application over the internet.
>
>Presently my server domain name is "met.com" and I would like to change as "met4u.com" as registered domain.
>
>I tried to change machine domain name and restart the machine but still websphere is using old domain name.
>
>Whenever i generate plugins it is resolving old domain name.
>Following is the my plugin-cfg.xml file :-
><?xml version="1.0" encoding="ISO-8859-1"?><!--HTTP server plugin config file for the webserver AMDC.IHS_AMDC_WEBSERVER_node.IHS_AMDC_WEBSERVER generated on 2005.10.27 at 08:27:42 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="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/logs/IHS_AMDC_WEBSERVER/http_plugin.log"/>
> <Property Name="ESIEnable" Value="true"/>
> <Property Name="ESIMaxCacheSize" Value="1024"/>
> <Property Name="ESIInvalidationMonitor" Value="false"/>
> <VirtualHostGroup Name="default_host">
> <VirtualHost Name="*:9080"/>
> <VirtualHost Name="*:80"/>
> <VirtualHost Name="*:9443"/>
> </VirtualHostGroup>
> <ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin" Name="server1_AMDC_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true" RetryInterval="60">
> <Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Name="AMDC_server1" ServerIOTimeout="0" WaitForContinue="false">
> <Transport Hostname="AMDC.MET.COM" Port="9080" Protocol="http"/>
> <Transport Hostname="AMDC.MET.COM" Port="9443" Protocol="https">
> <Property Name="keyring" Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/config/cells/AMDC/nodes/IHS_AMDC_WEBSERVER_node/servers/IHS_AMDC_WEBSERVER/etc/plugin-key.kdb"/>
> <Property Name="stashfile" Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/config/cells/AMDC/nodes/IHS_AMDC_WEBSERVER_node/servers/IHS_AMDC_WEBSERVER/etc/plugin-key.sth"/>
> </Transport>
> <Transport Hostname="AMDC.MET.COM" Port="80" Protocol="http"/>
> </Server>
> </ServerCluster>
> <UriGroup Name="default_host_server1_AMDC_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/*"/>
> </UriGroup>
> <Route ServerCluster="server1_AMDC_Cluster" UriGroup="default_host_server1_AMDC_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:topic=bbb"/>
> </filters>
> <filters enable="false" type="WEB_SERVICES">
> <filterValues enable="false" value="wsdlPort=aaa:op=bbb:nameSpace=ccc"/>
> </filters>
> </RequestMetrics>
></Config>
>
>I wonder why the Websphere still using old domain name?
>I am concern about domain name becauze we need to install SSL Certificate for the new domain and also want access our web application using new domain as http://www.met4u.com/application name over the internet.
>
>I Hope you will get my query.
>I appreciate your inputs on this.
>
>Regards
>Chitre
>
>
>
>
>
>
>
>

Sounds like the host name is still the old one inside WebSphere's
configuration.

Ken
Sunit Patke

2005-11-17, 6:21 pm

Perhaps this will help:
http://www-1.ibm.com/support/docvie...g27005391&aid=1

Sunit


<sandeepchitre77@yahoo.co.in> wrote in message
news:282205930.1132237524091.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> hello
>
> I have installed IBM HTTP Server and IBM WebSphere Server Express Edition
> and it is works fine.
>
> We have registered a new domain as "met4u.com" over the internet and we
> want to use this domain for ibm http server to access web application over
> the internet.
>
> Presently my server domain name is "met.com" and I would like to change as
> "met4u.com" as registered domain.
>
> I tried to change machine domain name and restart the machine but still
> websphere is using old domain name.
>
> Whenever i generate plugins it is resolving old domain name.
> Following is the my plugin-cfg.xml file :-
> <?xml version="1.0" encoding="ISO-8859-1"?><!--HTTP server plugin config
> file for the webserver AMDC.IHS_AMDC_WEBSERVER_node.IHS_AMDC_WEBSERVER
> generated on 2005.10.27 at 08:27:42 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="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/logs/IHS_AMDC_WEBSERVER/http_plugin.log"/>
> <Property Name="ESIEnable" Value="true"/>
> <Property Name="ESIMaxCacheSize" Value="1024"/>
> <Property Name="ESIInvalidationMonitor" Value="false"/>
> <VirtualHostGroup Name="default_host">
> <VirtualHost Name="*:9080"/>
> <VirtualHost Name="*:80"/>
> <VirtualHost Name="*:9443"/>
> </VirtualHostGroup>
> <ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin"
> Name="server1_AMDC_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true"
> RetryInterval="60">
> <Server ConnectTimeout="0" ExtendedHandshake="false"
> MaxConnections="-1" Name="AMDC_server1" ServerIOTimeout="0"
> WaitForContinue="false">
> <Transport Hostname="AMDC.MET.COM" Port="9080" Protocol="http"/>
> <Transport Hostname="AMDC.MET.COM" Port="9443" Protocol="https">
> <Property Name="keyring"
> Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/config/cells/AMDC/nodes/IHS_AMDC_WEBSERVER_node/servers/IHS_AMDC_WEBSERVER/etc/plugin-key.kdb"/>
> <Property Name="stashfile"
> Value="/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/config/cells/AMDC/nodes/IHS_AMDC_WEBSERVER_node/servers/IHS_AMDC_WEBSERVER/etc/plugin-key.sth"/>
> </Transport>
> <Transport Hostname="AMDC.MET.COM" Port="80" Protocol="http"/>
> </Server>
> </ServerCluster>
> <UriGroup Name="default_host_server1_AMDC_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/*"/>
> </UriGroup>
> <Route ServerCluster="server1_AMDC_Cluster"
> UriGroup="default_host_server1_AMDC_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:topic=bbb"/>
> </filters>
> <filters enable="false" type="WEB_SERVICES">
> <filterValues enable="false"
> value="wsdlPort=aaa:op=bbb:nameSpace=ccc"/>
> </filters>
> </RequestMetrics>
> </Config>
>
> I wonder why the Websphere still using old domain name?
> I am concern about domain name becauze we need to install SSL Certificate
> for the new domain and also want access our web application using new
> domain as http://www.met4u.com/application name over the internet.
>
> I Hope you will get my query.
> I appreciate your inputs on this.
>
> Regards
> Chitre
>
>
>
>
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com