• 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

Tomcat - JSP and 403 errors

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I upgraded my Tomcat from 4.1 which was working great to 5.0.28. Now I am unable to access any JSPs. I get the following error:

HTTP Status 403
Access to the specified resource () has been forbidden.

I can't get into the Tomcat manager or Administration because even that gives me a 403.

I tried adding the following line to \conf\catalina\localhost\mycontext.xml under the context tag:

<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127.0.0.1"/>

but it did not help. I've tried looking at the policy file catalina.policy but did not find anything of interest. Any ideas how to solve this problem. Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic