[
https://issues.apache.org/jira/browse/SYNAPSE-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680806#action_12680806
]
Supun Kamburugamuva commented on SYNAPSE-383:
---------------------------------------------
AFAIK AJP allows Tomcat to be deployed in servers like Apache or IIS. In case
of Apache, mod_jk is responsible for sending the request to tomcat. But synapse
has its own non blocking HTTP transport for handing requests. It only uses
Tomcat for admin services. So writing a AJP listenet/sender means implementing
a blocking HTTP transport for synapse. So I cannot see a value in developing
another HTTP transport which is blocking. Please correct me if I'm wrong.
> AJP 1.3 Transport Listener/Sender
> ---------------------------------
>
> Key: SYNAPSE-383
> URL: https://issues.apache.org/jira/browse/SYNAPSE-383
> Project: Synapse
> Issue Type: New Feature
> Components: Transports
> Environment: Apache front end with Tomcat connected via the AJP
> protocol.
> Reporter: Jonathan Holmes
>
> understanding that this is not support but it does open the ESB up for
> different uses and different configurations. I guess the ultimate problem
> I'm having is that I have an apache front end which interfaces with Tomcat
> via AJP 1.3... Being able to just use the ESB admin port to see/execute the
> proxy services I create just as if it were running through the NIO
> listener/sender would allow me to not have to open another port or proxy in
> the requests through apache...
> This is essential because when trying to proxy in a PKI SSL request it is
> extremely slow. I have tested this by opening up the admin port and there is
> a huge increase in performance...
> I guess based on what I explained if the ESB's admin port was not opened is
> there a way to add an AJP listener/sender? This would solve my problem and
> still keeps the admin UI/port doing only admin stuff.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]