We are using IIS6 as web server and EA server as application server. IIS6 to EA server redirection happens using libjeas_iis.dll
When the length of request header exceeds 2048 while IIS redirects to EA server, we are getting 500 Internal Server Error from IIS6.
However, the above mentioned error does not occur in the below scenario
- The file deployed in web server (IIS6) is accessible.
- Application server deployed jsp is accessible, if we are directly accessing the application server URL from browser instead of redirecting from web server.
We have the below setting in IIS 6.0 in urlscan.ini file. So, as per the below setting, we expect the request header with length 4096 to work properly. However, it seems there is no effect of the below setting.
MaxAllowedContentLength=30000000
MaxUrl=16384
MaxQueryString=4096
Kindly clarify us how & where to set the request header length to 4096.
Your response is highly appreciated. Thank you.