I would like to redirect a few urls from IIS7 to Tomcat 5 and a few url to Sharepoint 2010.I believe that this article http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html
might help for IIS to tomcat. Kindly tell me if I am correct. If so , how will I do redirect for some others urls to sharepoint? Kindly help..
I briefly reviewed the document you linked to regarding the Tomcat redirector and they appear to have instructions for how to use it properly with IIS 7.0. The same steps should apply to IIS 7.5 as well.
For redirecting requests to SharePoint you could use
Application Request Routing. This OOB (Out Of Band) tool works with URL ReWrite to rewrite, redirect and/or proxy requests. Please review the documentation and
see if it will meet your needs. ARR and TomCat should be able to co-exist without any real problems, and if you are feeling adventurous you can take a look at
these results from the IIS.Net website covering various resources discussing using ARR in place of the TomCat redirector and use it for both sorts of redirection you need.
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Joseph_Emers...
3 Posts
configure IIS7.5 for redirection to Tomcat5 and sharepoint 2010
Mar 28, 2012 11:33 AM|LINK
Hi
I would like to redirect a few urls from IIS7 to Tomcat 5 and a few url to Sharepoint 2010.I believe that this article http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html
might help for IIS to tomcat. Kindly tell me if I am correct. If so , how will I do redirect for some others urls to sharepoint? Kindly help..
David Di - M...
33 Posts
Re: configure IIS7.5 for redirection to Tomcat5 and sharepoint 2010
Apr 02, 2012 06:53 PM|LINK
Joseph_Emerson,
I briefly reviewed the document you linked to regarding the Tomcat redirector and they appear to have instructions for how to use it properly with IIS 7.0. The same steps should apply to IIS 7.5 as well.
For redirecting requests to SharePoint you could use Application Request Routing. This OOB (Out Of Band) tool works with URL ReWrite to rewrite, redirect and/or proxy requests. Please review the documentation and see if it will meet your needs. ARR and TomCat should be able to co-exist without any real problems, and if you are feeling adventurous you can take a look at these results from the IIS.Net website covering various resources discussing using ARR in place of the TomCat redirector and use it for both sorts of redirection you need.
Thank you.
----------------------------------------------------------------
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Regards,
David Dietz
Microsoft Online Community Support
Joseph_Emers...
3 Posts
Re: configure IIS7.5 for redirection to Tomcat5 and sharepoint 2010
Apr 19, 2012 04:54 PM|LINK
Thanks David, I was able to resolve the issue using the url rewrite module