11-17-05 11:21 PM
sandeepchitre77@yahoo.co.in wrote:
>hello
>
>I have installed IBM HTTP Server and IBM WebSphere Server Express Edition a
nd it is works fine.
>
>We have registered a new domain as "met4u.com" over the internet and we wan
t 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 web
sphere 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 fi
le for the webserver AMDC.IHS_AMDC_WEBSERVER_node.IHS_AMDC_WEBSERVER generat
ed on 2005.10.27 at 08:27:42 AM EDT-->
><Config ASDisableNagle="false" AcceptAllContent="false" AppServerPortPreference="Ho
stHeader" ChunkedResponse="false" FIPSEnable="false" IISDisableNagle="false" IISPlug
inPriority="High" IgnoreDNSFailures="false" RefreshInterval="60" ResponseChunkSize="
64"
VHostMatchingCompat="false">
> <Log LogLevel="Error" Name="/QIBM/UserData/WebSphere/AppServer/V6/Base/p
rofiles/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" Na
me="server1_AMDC_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true" Ret
ryInterval="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/AppSer
ver/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/AppS
erver/V6/Base/profiles/default/config/cells/AMDC/nodes/IHS_AMDC_WEBSERVER_no
de/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" N
ame="/snoop/*"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="/hello"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="/hitcount"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="*.jsp"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="*.jsv"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="*.jsw"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="/j_security_check"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="/ibm_security_logout"/>
> <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" N
ame="/servlet/*"/>
> </UriGroup>
> <Route ServerCluster="server1_AMDC_Cluster" UriGroup="default_host_serve
r1_AMDC_Cluster_URIs" VirtualHostGroup="default_host"/>
> <RequestMetrics armEnabled="false" loggingEnabled="false" rmEnabled="fal
se" 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.met
4u.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
[ Post a follow-up to this message ]
|