• 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

jsp taglib problem in IBM websphere4.0

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I deployed a web application consisting java classes, jsps, jsp taglibs in WAS4.0. In the tal library configuration, i gave the following details
taglib-uri : questionnaire-taglib.tld
taglib-location : /WEB-INF/taglibs/questionnaire-taglib.tld
I kept my .tld file in the /WEB-INF/taglibs folder.
I am getting the following error:
: Unable to the taglibrary descriptor: Operation timed out: no further information
The same configuration for taglibs in tomcat is working..

pls. help me
thanks in advance
regards,
Satheesh
 
reply
    Bookmark Topic Watch Topic
  • New Topic