Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Tomcat access error help

Subject: perfsonar development work

List archive

Re: [pS-dev] Tomcat access error help


Chronological Thread 
  • From: Sasa Cavara <>
  • To: Szymon Trocha <>
  • Cc: perfSONAR developers list <>
  • Subject: Re: [pS-dev] Tomcat access error help
  • Date: Wed, 30 Sep 2009 09:48:31 +0200

On Wed, Sep 30, 2009 at 09:41:04AM +0200, Szymon Trocha wrote:
> Hi all,
>
> I installed ps-mdm-flowsub-mp service using a clear installation of
> Debian. Everything went smooth but trying to get into the service
> (via Web
> http://loco2.man.poznan.pl:8180/ps-mdm-flowsub-mp/services/FlowsubscriptionMeasurementPointService)
> I get:
>
> HTTP Status 403 - Ip is blocked. (150.254.170.65)
>
> type Status report
>
> message Ip is blocked. (150.254.170.65)
>
> description Access to the specified resource (Ip is blocked.
> (150.254.170.65)) has been forbidden.
>
>
> On the other hand I can successfully open WebAdmin window.
> I tried from other PCs outside LAN and I get the same error.
>
> Does anybody know what could be a problem here and where I can look
> for some specific settings blocking access?
>
> Regards,
> --
> Szymon Trocha
>
> Poznan Supercomputing & Netw. Center ::: NETWORK OPERATION CENTER
> Tel. +48 618582022 ::: http://noc.man.poznan.pl

this might help:)
try finding this file:
/var/lib/tomcat5.5/webapps/surfnet_java-flowsubscription-mp/WEB-INF/web.xml
(directory name(s) might differ)
and edit this portion accordingly:
<filter>
<filter-name>ipfilter</filter-name>
<filter-class>nl.surfnet.web.IpAccessFilter</filter-class>
<init-param>
<param-name>ips</param-name>
<param-value>
127.0.0.1 150.254.170.65 other.ip.s
</param-value>
<description>
A space separated list of ips that are allowed
resources.
</description>
</init-param>
</filter>

--
sasa



Archive powered by MHonArc 2.6.16.

Top of Page