• 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

Using Apache's Display Tag in a Websphere Portlet

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
I am trying to use the Apache's Display Tag Library(Open source). My Application is tested on the Test Environment on my local machine. However after deploying the same application on the Websphere Portal Server 5.0, my portlet application is unable to find the display tag library classes.
I tested this application on the Portal Server by putting the classes in META/APP-INF and also tried by putting the classes in WEB-INF/classes of my portlet application(Obviously i restarted the server on both occasions ).My concern here is that are there some specified steps to integrate the apache's display tag library with my portal server.Ur help and suggestions will be thoroughly appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic