• 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

Portlet name not displayed in Vignette portal server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am developing portlets using Vignette Portal Server and Weblogic server.
I have configured the portlet correctly in portlet.xml file. I deployed the war file in the weblogic server without any errors but when i logged into vignette portal and looking for the deployed portlets, i couldn't see the portlet name.

Can anyone please help me in finding where the problem is?
Regards,
Kumar
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Can you check whether the portlet war is available on the server. Just to verify that its installed. Like in WebSphere portal, you look into <PORTAL_HOME>/installedApps for the exploded war file.
2. Check the portlet.xml file for what name you have given to the portlet and do a search based on that.

I hope you should have done all these... ;-)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic