portlet error (portal server 6.3)
I created a portlet, it is deployed using pdeploy, then I created a channel and put it under JSPTabcontainer using Access Manager. I keep getting this error in the portal server :
ERROR: ProviderCaller.run(): exception thrown from TestPortlet
com.sun.portal.desktop.context.ContextError: couldn't fetch content
at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCalle r.java:180)
Thanks a lot.
[465 byte] By [
mwzhang] at [2007-11-25 22:19:38]

# 1
To deploy the portlet, I put the .war file under sun/portalserver/tmp/portlet (the folder where portletsamples.war located), then run the pdeploy utility to deploy it and it was successful.
The thing puzzles me is, my portlet has couple of .jsp pages and some jar files that I referenced, I am assuming they shoud be installed somewhere under portalserver but I could not find anything by doing a search. Is this normal?
Thanks
Mike