Hi ,
I am facing an issue with IIS5.0 & weblogic10. I am new with IIS &webapps. Please help me to resolve the issue
We have an ear deployed in weblogic10 in a server box. And we have a windows2000 server where IIS5 is running. I am using the Microsoft IIS proxy plugin to try to redirect the entire request to the wl app server via IIS.
I have the following ?’s.
I followed the steps mentioned in this following link. I got confused with certain things mentioned in the document
http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/plugins/isapi.html#wp100492
Q1 Do we need to have IIS & Wl server running in the same box.
Q2 In the above link step 1 says copy the issproxy.dll to a directory accessible to IIS. Since in my case they both are running in different box, shall I copy it in to the box where IIS is running?
Q3 Step 2 talks about proxiying by file extension & step3 talks about proxying by path. Which one should I use for a simple ear application.
Q4 What is the URL I need to use to hit the IIS, so that it will redirect the request to the appropriate? For example, my weblogic server is running @
http://10.100.xxx.xxx:8001/app/index.jsp. To hit this URL, in IIS how should I send the request?
I know some of the questions looks pretty silly, I am new to this IIS stuff. Please help me to understand these stuff.
Appreciate your help.