• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Routing requests to Websphere Application Server through IBM Http Server.

 
Greenhorn
Posts: 11
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

How to route the requests to Websphere Application Server through IBM Http Server? I have configured the IHS to listen on port 80; i have mapped the web application to both appserver node and IHS node. When i use the url http://ice.test.taa.com/nemodev/was7 to access the application i am getting the following error

Not Found

The requested url /nemodev/was7 was not found on this server.
--------------------------------------------------------------------------
IBM_Http_Server at ice.test.taa.com Port 80.

Environment Used:
Websphere Application Server 7
IBM Http Server 7


Any help in this regard is appreciated.


 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check the plugin-cfg.xml file on IHS if it is updated or not after deployment of application. If it is not updated it means the location of plugin-cfg.xml in WAS configuration is not correct.

Thanks,

Kashif
 
Supradeep Makam
Greenhorn
Posts: 11
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kashif ,

Thanks for your reply.

plugin-cfg.xml file on IHS is updated. Should i change the virtual host settings in httpd.conf file?

Right now only one virtual host is configured.

<VirtualHost ice.test.taa.com:80>
ServerName ice.test.taa.com
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
</VirtualHost>
 
Kashif Memon
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you able to access your application using applicaiton servers WC_defaulthost port?
If not, please make sure that application context you are using is correct.
If yes, check the location of plugin-cfg.xml file in httpd.conf and also comment out the whole virtualhost section in httpd.conf file.

Thanks,

Kashif
 
We're being followed by intergalactic spies! Quick! Take this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic