Unfortunately we're not looking for an ESB.  We're looking specifically for
a Web Server.  Does anyone know if mod_jk will handle this type of thing?

"I'm attempting to find a web server that can basically act as a hub.
Say if someone attempts to send a SOAP request to
http://1.1.1.1/message1 it will redirect the message to the appropriate
tool to handle it, whether it be a Java program or maybe even another
web server.  This next part is optional, but ideal.  After the message
is passed off to the appropriate handler, the web server then waits for
the response and will then forward it to the original sender."


Thanks,

Chris Long


On Fri, Feb 6, 2009 at 3:21 PM, Jorge Medina <jmed...@e-dialog.com> wrote:

> Maybe an ESB ? (like "Mule")
>
> -----Original Message-----
> From: Christopher Long [mailto:kord...@gmail.com]
> Sent: Friday, February 06, 2009 2:19 PM
> To: users@tomcat.apache.org
> Subject: Can Tomcat accomplish this?
>
> Hello:
>
> I was just wondering if Tomcat is able to do something similar to what
> I've described below.  If not, does anyone have any recommendations on a
> Web Server that can?
>
> I'm attempting to find a web server that can basically act as a hub.
> Say if someone attempts to send a SOAP request to
> http://1.1.1.1/message1 it will redirect the message to the appropriate
> tool to handle it, whether it be a Java program or maybe even another
> web server.  This next part is optional, but ideal.  After the message
> is passed off to the appropriate handler, the web server then waits for
> the response and will then forward it to the original sender.
>
> So does anyone know if Tomcat is able to handle this, or of any other
> web server (open source) that can?
>
> Thanks,
>
> Chris Long
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to