That�s just what I was looking for, thanks. You are right, I when I
configured the tomcat-users.xml I read the document so fast that I didn�t
even noticed this:
In addition to the password restrictions the manager web application could
be restricted by the remote IP address or host by adding a RemoteAddrValve
or RemoteHostValve. Here is an example of restricting access to the
localhost by IP address:
<Context path="/manager" debug="0" privileged="true"
docBase="/usr/local/kinetic/tomcat4/server/webapps/manager">
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127.0.0.1"/>
</Context>
I�m guessing that I should use that inside the manager.xml not the
tomcat-users.xml.
Thanks for your time.
> Allen Beacon wrote:
>
>> Do you know how to configure the tomcat manager page the one at
>> /opt/jakarta/tomcat/webapps/ROOT> so nobody from the internet can access
>> it but I could get to it, to upload servlets but only locally. I know
>> that
>> I can change the port but that�s not what I�m looking for.
>
> On the HTML manager page, there's a BIG LINK labeled "Manager Help";
> the *first* thing addressed on that page is "Configuring Manager
> Application Access" ...
>
> --
> Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
> Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
>
> dream. code.
>
>
>
> ---------------------------------------------------------------------
> 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]