Hi,
I am getting the following error on IIS7 setup on windows 2008(64bit) environment.
Only http://localhost/ is giving the IIS7 page. But when I access the url http//localhost/awebapp I am getting the following error. If I access the url without IIS then it is working fine(ie., http://rentsrv15s1:8080/awebapp/)
On IE the error displayed is as follows:
Error Summary:HTTP Error 404.0 - Not FoundThe resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error Information:Module: IIS Web Core Notification: MapRequestHandler Handler: StaticFile Error Code: 0x80070002 Requested URL: http://localhost:80/awebapp/ Physical Path: C:\inetpub\wwwroot\awebapp\ Logon Method: Anonymous Logon User: Anonymous
Failed Request Tracing Log Directory: C:\inetpub\logs\FailedReqLogFiles
Most Likely Causes:The directory or file specified does not exist on the Web server. The URL contains a typographical error.
A custom filter or module, such as URLScan, restricts access to the file
Things you can Try:Create the content on the Web server. Review the browser URL.
Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.
I followed the guide http://www.jboss.org/community/wiki/UsingModjk12WithJBossAndIIS7.pdf and used the 64bit connecter(i.e., http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.28/ia64/isapi_redirect-1.2.28.dll.). It is not working.
I followed the same guide and used http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.28/isapi_redirect-1.2.28.dll it is working. I have uploaded the document in the location http://www.4shared.com/dir/21053707/255abfe0/sharing.html with screenshot whatever I did while doing setup for your reference.(file name: Problem in IIS7(onWin2008)withJBOSS430.doc).
I have enabled the Failed Request logs. The logs are available in http://www.4shared.com/dir/21053707/255abfe0/sharing.html with a file name FailedReqLogFiles.zip.
Thanks & Regards,
RamkumarMP