[EMAIL PROTECTED] (Stefan Busse) writes:
> I've seen this question beeing asked a few times in the
> archives, but I didn't find any replies:
>
> How do I restrict access to tomcat listening e.g.
> on port 8007 for incoming requests from e.g. apache,
> using e.g. mod_jk ?
An example from the archive (but I did know what to search for):
http://mikal.org/interests/java/tomcat/archive/view?mesg=20673
In server.xml, add a "inet" parameter to the connector definition:
<Connector className="...">
<Parameter name="handler" value="...">
<Parameter name="inet" value="localhost">
<Parameter name="port" value="8007">
</Connector>
--
`O O' | [EMAIL PROTECTED]
// ^ \\ | http://www.pyrites.org.uk/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]