I am able to run web services through the IIS filter. I did notice that I had to pick "Low (IIS Process)" for the application protection to make it work. It was set to Medium by default and for some reason, that does not seem to work. -dave.
________________________________ From: Dave Meier [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 11:08 PM To: Apache AXIS C User List Subject: RE: Axis2C IIS settings - doubt in IISforAxis2c.txt document Hi Viji, I followed the directions in the iis text file and the filter shows green in the IIS console. Are you using IIS 6.0 or 5.1? The filter appears to be for 5.x only, so maybe that's the problem. I did all the steps in: How to configure IIS module for Axis2C Use the Axis2C vc project or make file to buid the component. In this document I assume that the mod_iis.dll is in the directory c:\axis2c\lib\mod_iis.dll and axis2c home is c:\axis2c Add the following key to the registery. HKEY_LOCAL_MACHINE\SOFTWARE\Apache Axis2c\IIS ISAPI Redirector Add a string value with the name axis2c_home and a value of c:\axis2c Add a string value with the name log_file and a value of c:\axis2c\logs\axis2.log Add a string value with the name log_level. The value can be trace, error, info, critical, debug, warning Using the IIS management console, add a new virtual directory to your IIS/PWS web site. The name of the virtual directory must be axis2. Its physical path should be the directory where you placed mod_iis.dll (in our example it is c:\axis2c\lib). While creating this new virtual directory assign it with execute access. Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site. The name of the filter should reflect its task (like axis2_redirector), its executable must be our c:\axis2\lib\mod_iis.dll. Except that the module name is mod_axis2_IIS.dll. I just built axis2 today again and am using that copy. -Dave. ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 9:05 PM To: [EMAIL PROTECTED]; [email protected] Cc: [email protected] Subject: Axis2C IIS settings - doubt in IISforAxis2c.txt document Importance: High Hi, I am trying to add the filter for isapi_redirect.dll in IIS for mod_axis2_IIS.dll using IIS management console as per the documents points "Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site. The name of the filter should reflect its task (like axis2_redirector), its executable must be our c:\axis2\lib\mod_iis.dll " I am not clear about the above lines. The points I followed: 1. created the name as axis2_redirector and the executable as "D:\Axis2C\axis2c-bin-0.96-win32\lib\mod_axis2_IIS.dll" with necessary settings in registry 2. Stopped the IIS and restarted. 3. In IIS filters the status is still in red color. Whether the steps which I am following are correct or if wrong please suggest following correctly. Thanks, Viji. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
