• 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

Sevlet troubles

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm learning servlet programming as we speak here but am encountering some problems as you ALWAYS do......
I have followed the instruction in the O'reilly Servlet programming guide to the letter but am trying to run a servlet which compiles fine. Is verbatim out of the text and is in the appropriate directories withing the Java Web Server 2.0 directory. I am setup to allow Servlet Chaining, and I have givin my servlet an Alias.......yata yata yata....
This servlet is supposed to stop blinking HTML text from blinking however at present on netscape it says, ERROR- Document contains no data.... And on Explorer it brings up an empty white page. Anybody got any ideas??? I have a simple HTML page with a couple lines of blinking text. I'm supposed to be able to type in http:/localhost:8080/blink.html and it should display the page with no blinking. Without the Servlet Alias activated it will display this page with the blinking text but once activated, nothing........HELP

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic