• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Configure websphere with remote IIS

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am trying to configure the IIS5.0 with webpshere 4.05 on windows 2000 box. But I am facing problems. IIS and websphere are on separate boxes.
When I try to access my site it gives me "Internet server error".
I have done the following checks
1) plugin is loaded correctly on IIS.
2) native.log is updated by plugin
3) seplugin virtual directory is created with execute rights and point to the websphere\appserver\bin .

Pl. find the attached trace from native.log

ri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: ws_common: websphereShouldHandleRequest: trying to match a route for: vhost='localhost'; uri='/cr/HTML/CPF_Imaging_Logon_WithoutPID.html'
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: ws_common: websphereUriMatch: Comparing '/*' to '/cr/HTML/CPF_Imaging_Logon_WithoutPID.html' in UriGroup: CWT/CWT.war_URIs
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: ws_common: websphereUriMatch: Found a match '/*' to '/cr/HTML/CPF_Imaging_Logon_WithoutPID.html' in UriGroup: CWT/CWT.war_URIs
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9082' to 'localhost:80' in VhostGroup: cwt_host
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: ws_common: websphereVhostMatch: Comparing '*:80' to 'localhost:80' in VhostGroup: cwt_host
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: ws_common: websphereVhostMatch: Found a match '*:80' to 'localhost:80' in VhostGroup: cwt_host
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: iis_plugin: checkRequest: WebSphere will handle: /cr/HTML/CPF_Imaging_Logon_WithoutPID.html
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: iis_plugin: checkRequest: Adding header: x-ibm-incoming-url: /cr/HTML/CPF_Imaging_Logon_WithoutPID.html
[Fri Aug 29 20:48:01 2003] 00000880 00000550 - TRACE: iis_plugin: HttpFilterProc: In HttpFilterProc for SF_NOTIFY_LOG
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: iis_plugin: HttpFilterProc: In HttpFilterProc for SF_NOTIFY_PREPROC_HEADERS
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: iis_plugin: checkRequest: In checkRequest
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: ws_common: websphereShouldHandleRequest: trying to match a route for: vhost='localhost'; uri='/cr/HTML/CPF_Imaging_Logon_WithoutPID.html'
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: ws_common: websphereUriMatch: Comparing '/*' to '/cr/HTML/CPF_Imaging_Logon_WithoutPID.html' in UriGroup: CWT/CWT.war_URIs
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: ws_common: websphereUriMatch: Found a match '/*' to '/cr/HTML/CPF_Imaging_Logon_WithoutPID.html' in UriGroup: CWT/CWT.war_URIs
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9082' to 'localhost:80' in VhostGroup: cwt_host
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: ws_common: websphereVhostMatch: Comparing '*:80' to 'localhost:80' in VhostGroup: cwt_host
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: ws_common: websphereVhostMatch: Found a match '*:80' to 'localhost:80' in VhostGroup: cwt_host
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: iis_plugin: checkRequest: WebSphere will handle: /cr/HTML/CPF_Imaging_Logon_WithoutPID.html
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: iis_plugin: checkRequest: Adding header: x-ibm-incoming-url: /cr/HTML/CPF_Imaging_Logon_WithoutPID.html
[Fri Aug 29 20:50:37 2003] 00000880 00000550 - TRACE: iis_plugin: HttpFilterProc: In HttpFilterProc for SF_NOTIFY_LOG

Any help is greatly apprreciated.
thanks in advance..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic