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

Problem with IIS 5.0 and WebLogic 6.1 - Proxying by file extension

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I m trying to configure IIS 5.0 and WebLogic 6.1
I did all steps in the documentation
But still it does not route the Http request to WebLogic - I tried to do Proxying by file extension for jsp.
Do you have any clue?
What am I missing here?
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In the filters tab give the path of both IISproxy.dll and IISForward.dll and then into the configurations put the file extensions for .html and .jsp etc using iisproxy and lastly put iisproxy.ini file in the same directory where u kept iisproxy and iisforward and check up with the paparemetrs into the ini file..
All the best if more problem do keep in touch
Regards
Praveen Rana

Originally posted by meital ben:
I m trying to configure IIS 5.0 and WebLogic 6.1
I did all steps in the documentation
But still it does not route the Http request to WebLogic - I tried to do Proxying by file extension for jsp.
Do you have any clue?
What am I missing here?

 
meital ben
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks allot
I found the problem - It works.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
got a similar error when setting up iis with wl. doesn't seem to be able to read to iisproxy.ini file although it's in the same directory as iisproxy.dll.
any other setting needed on top of what was documented?

Originally posted by meital ben:
Thanks allot
I found the problem - It works.

 
Where does a nanny get ground to air missles? Protect this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic