How to mount Yellowfin Tomcat to IIS with BonCode AJP connector ?
Answered
Does anyone know how to set up or mounting Yellowfin Tomcat to Windows IIS by using BonCode AJP connector ? The YF default installation is running on Tomcat port 8080. However I need to mount the YF app to another virtual directory on IIS.
What are required the steps ? Thanks in advance.
Regards
Hi Andy,
Thanks for your post.
I am attaching a document with instructions on configuring the redirection.
I believe this document will help you.
Please let me know if this doesn't help or if you have any questions.
Regards,
Mahe
Hi Andy,
Thanks for your post.
I am attaching a document with instructions on configuring the redirection.
I believe this document will help you.
Please let me know if this doesn't help or if you have any questions.
Regards,
Mahe
Thanks Mahe,
This document is for ISAPI redirect filter. I am actually after a BonCode AJP connector. Do you have a guide for it too ?
Regards,
Thanks Mahe,
This document is for ISAPI redirect filter. I am actually after a BonCode AJP connector. Do you have a guide for it too ?
Regards,
Hi Andy,
Sorry we don't have experience with Boncode AJP connector.
This link might be helpful to you:
http://boncode.net/connector/webdocs/Tomcat_Connector.htm
Please let me know if you have any questions.
Regards,
Mahe
Hi Andy,
Sorry we don't have experience with Boncode AJP connector.
This link might be helpful to you:
http://boncode.net/connector/webdocs/Tomcat_Connector.htm
Please let me know if you have any questions.
Regards,
Mahe
Hi Andy,
Hope you are doing well.
Just doing a followup, if you still have any questions.
Please let me know if I can close this case.
Regards,
Mahe
Hi Andy,
Hope you are doing well.
Just doing a followup, if you still have any questions.
Please let me know if I can close this case.
Regards,
Mahe
That should be pretty simple. Before you begin, find the server.xml for your Tomcat installation (normally in conf directory).
Check the AJP protocol line. It normally looks like this:
Note the port.
To install connector for each webserver (IIS), do this:
That should be it..
That should be pretty simple. Before you begin, find the server.xml for your Tomcat installation (normally in conf directory).
Check the AJP protocol line. It normally looks like this:
Note the port.
To install connector for each webserver (IIS), do this:
That should be it..
Replies have been locked on this page!