• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

web.xml and taglib element in WAS4.0

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having a problem implementing the taglib element in my web.xml file. Without adding the taglib element, the server starts up with no problem and everything works. As soon as I add the taglib element block, I get the following error:

The only addition I made was the following taglib block ...

Any clue as to what might be happening? I am relatively new with WAS 4.0 when it comes to taglibs.
Thanks,
Stephen
[ May 22, 2002: Message edited by: Stephen Pride ]
[ May 22, 2002: Message edited by: Stephen Pride ]
[ May 22, 2002: Message edited by: Stephen Pride ]
 
Stephen Pride
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Disregard this thread - I found the problem. It appears the taglib element has to go in a certain location in the web.xml file.
 
reply
    Bookmark Topic Watch Topic
  • New Topic