• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

IIS server plugin & WAS 5.0.

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I deployed a application on WAS 5.0 on a windows XP machine. The same application was accessed thru IIS server by installing the plugin in a remote machine.(which is also a windows XP ).
To make it work, the following was done:
Installed the WAS IIS server plugin in the remote IIS server machine;copied the plugin-cfg.xml from WAS machine & pasted it to IIS server ( \websphere\Appshere\config\cells).

However, when iam tryin to access a application on WAS 5.0 on AIX server. I am unable to access the application thru IIS server.
I copied the plugin-cfg.xml generated by WAS to IIS machine and tried all the steps given in he following URL.

http://publib.boulder.ibm.com/infocenter/wasinfo/v5r0/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tins_manualWebServer.html

Am I missing something??

Thanks in advance,

Prem.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic