Hi,

Firewalls.  In a single box setup you would have a firewall that would
only allow access to port 80.  Apache would get the request and forward it
back to itself on port 8009.  This would be "behind" the firewall so you
couldn't access port 8009 directly.

In a N-tier setup there would be a firewall between the apache server and
the tomcat server.  You can control access to port 8009 from the firewall.

-e

On Sat, 16 Aug 2003, yo wrote:

> Hi, everyone
>
> I have a question about port 8009.
>
> I'm using Tomcat 4.1.27, Apache 2.0.47, mod_jk2/2.0.3-dev on Solaris 9.
> When Tomcat starts, Tomcat says,
> "INFO: JK2: ajp13 listening on /0.0.0.0:8009".
> (This message is in catalina.out)
>
> I guess I have to do something for the Tomcat security...
> but can't find any configurations about that in server.xml.
> How do you guys control access to port 8009 ?
>
> Any help is highly appreciated.
>
> Thanks and Regards.
>
> --
> yo
>
> ---------------------------------------------------------------------
> 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]

Reply via email to