• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

valves.RemoteHostValve does not Work

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys
In my set up org.apache.catalina.valves.RemoteAddrValve works great.But
RemoteHostValve does not work.
I use following configuration.
1)
<Valve className="org.apache.catalina.valves.RemoteHostValve"
allow="xxx.firmwide.corp.abc.com"/>
( and it seems it does not work)
Please note that the same configuration with
2)
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="1.2.3.4"/>
works fine.

I just replaced classname and host name ( corresponding with my IP address in (1) which works good. Then what is problem with #2 ?

Any idea?
thanks
Shodhan
[ July 31, 2006: Message edited by: Bear Bibeault ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic