• 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

Apache Tomcat Issue

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have several websites (PHP managed by Apache2 and JSP managed by Apache2+Tomcat5 connector) on my Fedora4 server sitting behind a router inside out inner-network.
The problem is that whenever I try to access the JSP sites FROM THE OUTSIDE I keep getting the "Forbidden You don't have permission to access / on this server" error, this only happens when we try to access JSP based sites and ONLY from external clients....it works perfectly when we access these sites BY NAME from inside the network!!!The problem only accures when we try to access from the OUTSIDE!!!
Our router in configured to map the 80 & 8080 ports to the inner WebServer and our DNS is pointing the names toward the router IP. We are using the RemoteAddrValve but even removing these valves don't help or even Allowing the certain external IP Addresses in teh valves declarations don't help either!!!
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

"Forbidden You don't have permission to access / on this server"

Is this error being generated by Tomcat, ApacheHTTPD, or by something else?
reply
    Bookmark Topic Watch Topic
  • New Topic