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
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.
If you followed a JBOSS document and it did not work out, I suggest you report that issue to JBOSS team. As that's their product, they are the best resources to either diagnose the errors or update the documents.
Thanks,
Lex Li
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Thanks for the reply Lex. I have one question specific to the IIS7, which i forgot to mention in the above post.
To get the IIS7 page in IE. I have set the enable 32 bit application parameter in "Default app pool" to True.
Note: I have doen the IIS7(32bit) on Win2k8(32bit) setup successfully using 32bit mod_jk dlls. That is working fine.
If I set the above parameter to false I am getting the following error, May I know why is this? Will the IIS7(64bit) on Win2k8(64bit) work with 64bit mod_jk dll.
I had been working on this issue for days only to have an "a-ha" moment. I am running Windows 2008 r2 with Jakarta 1.2.35 (64bit) and JBoss 4.2.2-GA. I could not get a server I configured to work with my domain and kept getting the "Service Unavailable" screen.
I did the typical setup of the jakarta using the registry and setup my properties files as recommended on several forums. The "a-ha" came when I remembered I had leveraged the "bindings.xml" configuration. Because I was using the bindings method I could not
get it to work. As soon as I commented out from: {ROOT}/jboss-4.2.2-GA/server/{servername}/conf/jboss-service.xml Now I'm not sure, but I bet I could configure binding to work with the isapi_redirect but maybe when I get more time.
ramkmpaa2
4 Posts
Problem in IIS7(on Windows 2008-64bit) configuration with JBOSS 4.3.0 GA CP02 setup
Oct 01, 2009 09:02 AM|LINK
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: AnonymousFailed 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
lextm
4484 Posts
Re: Problem in IIS7(on Windows 2008-64bit) configuration with JBOSS 4.3.0 GA CP02 setup
Oct 02, 2009 12:12 AM|LINK
If you followed a JBOSS document and it did not work out, I suggest you report that issue to JBOSS team. As that's their product, they are the best resources to either diagnose the errors or update the documents.
Thanks,
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
ramkmpaa2
4 Posts
Re: Problem in IIS7(on Windows 2008-64bit) configuration with JBOSS 4.3.0 GA CP02 setup
Oct 05, 2009 08:11 AM|LINK
Thanks for the reply Lex. I have one question specific to the IIS7, which i forgot to mention in the above post.
To get the IIS7 page in IE. I have set the enable 32 bit application parameter in "Default app pool" to True.
Note: I have doen the IIS7(32bit) on Win2k8(32bit) setup successfully using 32bit mod_jk dlls. That is working fine.
If I set the above parameter to false I am getting the following error, May I know why is this? Will the IIS7(64bit) on Win2k8(64bit) work with 64bit mod_jk dll.
Can you please help me out on this?
Thanks
lextm
4484 Posts
Re: Problem in IIS7(on Windows 2008-64bit) configuration with JBOSS 4.3.0 GA CP02 setup
Oct 05, 2009 10:26 AM|LINK
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
ramkmpaa2
4 Posts
Re: Problem in IIS7(on Windows 2008-64bit) configuration with JBOSS 4.3.0 GA CP02 setup
Oct 16, 2009 01:27 PM|LINK
macecanuck
1 Post
Re: Problem in IIS7(on Windows 2008-64bit) configuration with JBOSS 4.3.0 GA CP02 setup
May 03, 2012 05:12 PM|LINK