• 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

No PageList information is configured for servlet

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am in the process of migrating WebSphere 3.5 application to 5.1. Application servlet extends "com.ibm.servlet.PageListServlet". When I am trying to run the application its throwing following error.

[8/31/04 19:38:53:162 IST] 1719f3f6 WebGroup E SRVE0020E: [Servlet Error]-[Report.ReportServlet]: Failed to load servlet: javax.servlet.ServletException: No PageList information is configured for servlet Report.ReportServlet
I looked into IBM website, it says to use Assembly Toolkit. But that has to be used for EAR file. I am trying to run this in my WebSphere Studio Developer. Can anybody let me know how to correct this error. Do I need to change the whole servlet only or there is someway to correct this error?

Thanks in advance,
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic