How to mount Yellowfin Tomcat to IIS with BonCode AJP connector ?

Andy Au shared this question 7 years ago
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

Replies (5)

photo
1

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

photo
1

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,

photo
1

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

photo
1

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

photo
1

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:


  1. <Connector port="8009" protocol="AJP/1.3" redirectPort="8443"/>

Note the port.

To install connector for each webserver (IIS), do this:


  1. Download the connector from github (https://github.com/Bilal-S/iis2tomcat/releases).
  2. Unblock the .zip file and extract files
  3. Run the Connector_Setup.exe installation program.
  4. Accept defaults except: For server, enter the Tomcat IP or DNS name. For port, enter, the port you had noted down earlier.


That should be it..

Leave a Comment
 
Attach a file