You could use a filter in Tomcat, but that would be overkill.

On your router, add a static route for ports 25 and 110 (SMTP and POP3) to
go to the IP address of the other machine.  Add the IMAP port if you're
using that port.

Or are you really asking how to run a webmail server that allows people to
check and send mail via webpages served on port 80 on a machine other than
the tomcat server?

John Turner
[EMAIL PROTECTED]

-----Original Message-----
From: Nicolas Brasseur [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:54 AM
To: Tomcat Users List
Subject: Routing With tomcat


Could anyone tell me if it is possible to route some
specific request to another web server.
More clearly, when a user type www.brol.be he receives
a response from Tomcat, when he type mail.brol.be he
receives a response from another web server than
tomcat.
The domain brol.be is pointing to a router that route
the request with destination port 80 to the machine
with the Tomcat server. How can I configure Tomcat to
re-route request coming for virtual host mail.brol.be
to another machine ...

Thanks in advance ...

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to