plugin-cfg.xml resolving old host name
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebSphere > WebSphere Application Server > plugin-cfg.xml resolving old host name




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    plugin-cfg.xml resolving old host name  


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-17-05 01:49 AM

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.





[ Post a follow-up to this message ]



    Re: plugin-cfg.xml resolving old host name  
Ken Hygh


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-17-05 11: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 a
s "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





[ Post a follow-up to this message ]



    Re: plugin-cfg.xml resolving old host name  


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-17-05 11:21 PM

hello

I have installed IBM HTTP Server and IBM WebSphere Server Express Edition an
d 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 i
nternet.

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 webs
phere 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 fil
e for the webserver AMDC.IHS_AMDC_WEBSERVER_node.IHS_AMDC_WEBSERVER generate
d on 2005.10.27 at 08:27:42 AM EDT-->
<Config ASDisableNagle="false" AcceptAllContent="false" AppServerPortPrefere
nce="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/profi
les/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" RetryIn
terval="60">
<Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Nam
e="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/p
rofiles/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/IH
S_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="/s
noop/*"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/h
ello"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/h
itcount"/>
<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="/i
bm_security_logout"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/s
ervlet/*"/>
</UriGroup>
<Route ServerCluster="server1_AMDC_Cluster" UriGroup="default_host_server1_A
MDC_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 d
omain and also want access our web application using new domain as http://www.met4
u.com/application name over the internet.

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

Regards
Chitre











[ Post a follow-up to this message ]



    Re: plugin-cfg.xml resolving old host name  
Ken Hygh


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Re: plugin-cfg.xml resolving old host name  
Sunit Patke


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-17-05 11: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/plug
in-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/plug
in-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
>
>
>
>
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:18 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register