RE: Can Tomcat accomplish this?

2009-02-06 Thread Jorge Medina
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



Re: Can Tomcat accomplish this?

2009-02-06 Thread Christopher Long
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




Re: Can Tomcat accomplish this?

2009-02-06 Thread Ken Bowen
I may be missing something here, but it strikes me that this  
requirement has nothing to do with a
web server in particular, and everything to do with the application  
code which you write to

accomplish what you describe.

On Feb 6, 2009, at 3:41 PM, Christopher Long wrote:

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





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Can Tomcat accomplish this?

2009-02-06 Thread Caldarale, Charles R
 From: Christopher Long [mailto:kord...@gmail.com]
 Subject: Re: Can Tomcat accomplish this?

 Unfortunately we're not looking for an ESB.

That's too bad, because that's certainly what your requirement statement sounds 
like.

 We're looking specifically for a Web Server.

There's no web server that does this.  There are applications that run inside 
(or under) a web or app server that do this.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Can Tomcat accomplish this?

2009-02-06 Thread János Löbb


On Feb 6, 2009, at 3:55 PM, Caldarale, Charles R wrote:


From: Christopher Long [mailto:kord...@gmail.com]
Subject: Re: Can Tomcat accomplish this?

Unfortunately we're not looking for an ESB.


That's too bad, because that's certainly what your requirement  
statement sounds like.



We're looking specifically for a Web Server.


There's no web server that does this.  There are applications that  
run inside (or under) a web or app server that do this.


- Chuck



Maybe a reverse_proxy can do that.

János
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Can Tomcat accomplish this?

2009-02-06 Thread Rusty Wright

Apache Tuscany, perhaps.


Christopher Long wrote:

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