Yes, I'v just read this article, but I thought using xinetd not to redirect requests (at least for now...) but to filter incoming requests. A filter rule on my router is just sufficient? There's no need to use xinetd?
Thanks
Ralph Einfeldt wrote:
Not true.
You also can use xinetd to redirect requests to one port to another port where tomcat is running:
http://www-106.ibm.com/developerworks/linux/library/l-secjav.html
-----Original Message----- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 12:43 AM To: Tomcat Users List Subject: Re: tomcat & xinetd
xinetd works by listening on a given port, then firing up the specified service when a request comes in on that port.
<snip/>
Even if this were to work, you'd end up starting a new Tomcat server for each connection. =)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
