• 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

Error Page in Servlet 2.1

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I m using servlet 2.1 . My problem is i use a servlet to set the src of a iframe if the file that src will display is not present it gives servlet mapping exception . I thought of using error age entry in web.xml but i came to know that this faciltiy is with only servlet 2.2 how can i do the same thing in servlet 2.1
 
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
2.1 is very old.
I doubt you'll find too many people who remember all the finer points of that version.

Out of curiosity, do you have any plans to upgrade in the near future?
 
sushil bharwani
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No we have a limitation of not being able to upgrade to 2.1. We have a customized Portal Solution from some vendor and upgrading to a further version makes it works improperly.


do you still have solution ... displaying of error page on generic exceptions
 
reply
    Bookmark Topic Watch Topic
  • New Topic