Hi All,
I have been having problems at creating a portlet to deploy...in fact I'm
trying to do the simple 'Hello World' example. I have followed the example
however I cannot get the portlet to show up.
HOWEVER, I am successful in being able to login to Jetspeed as well as
create some user accounts. After creating the HelloWorldPortlet.java file I
compile it to get HelloWorldPortlet.class and both files reside in the
TOMCAT_HOME/webapps/jetspeed/WEB-INF/classes directory. I then created a
portlet entry in my 'local-portlet.xreg' file with the following code...
<portlet-entry name="HelloWorldPortlet" hidden="false" type="instance"
application="false">
<meta-info>
<title>Hello World Example</title>
</meta-info>
<classname>HelloWorldPortlet</classname>
<media-type ref="html"/>
</portlet-entry>
After restarting Tomcat and logging into Jetspeed as 'admin', nav to
Customize->AddPortlet...I can see the HelloWorldPortlet in the list of
available portlets. I select it and save my settings and go to my Homepage
to see the portlet BUT it does not show up. I'm not sure what I am doing
wrong might anyone know what I am doing wrong?? Do I have to make
entries/modifications to any other files??
Any help is greatly appreciated!!
Thanks,
Bob Wilson.