• 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

Servlet runner/304 error

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
Can any body explain this.
I am using jsdk2.0 servlet runner at port 8080 servlet.properties file as ./examples/servlet.prperties and servlet dir as ./examples.
When i wrote my first servlet (first.class)i had modified the servlet.properties file by adding
servlet.first.code=first
and tried to access my servlet as http://localhost:8080/examples/first with My servletrunner running fine
I get a 304 error saying you are not authorized to access this.
In fact this error comes for every servlet i access .
Can anybody explain this.
Am i missing something.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic