Re: HelloWorld portlet

2002-10-31 Thread Ozgur Balsoy
You have a WEB-INF directory if the path below is correct. Ozgur [EMAIL PROTECTED] wrote: HHmm My jetspeed does not seem to have a WEB-INF. Should I create one? C:\tdk\tdk\webapps\jetspeed\WEB-INF +--cache [deleted] -- To unsubscribe, e-mail:

RE: HelloWorld portlet

2002-10-31 Thread Weaver, Scott
> -Original Message- > From: [EMAIL PROTECTED] [mailto:Jim.Jackson@;SunGard.com] > Sent: Wednesday, October 30, 2002 5:07 PM > To: [EMAIL PROTECTED] > Subject: RE: HelloWorld portlet > > HHmm > My jetspeed does not seem to have a WEB-INF. > Should I create

RE: HelloWorld portlet

2002-10-30 Thread Jim . Jackson
e.com>cc: Subject: RE: HelloWorld portlet 10/30/2002

Re: HelloWorld portlet

2002-10-30 Thread Ozgur Balsoy
Assuming that you copied & pasted the registery files, could the problems be that 1) you have given the both of the portlets the same name, "HelloWorld." 2) you don't have a parent portlet called "HelloWorldPortlet." See 1). Ozgur [EMAIL PROTECTED] wrote: Can'

RE: HelloWorld portlet

2002-10-30 Thread David Sean Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:Jim.Jackson@;SunGard.com] > Sent: Wednesday, October 30, 2002 2:07 PM > To: [EMAIL PROTECTED] > Subject: RE: HelloWorld portlet > > > HHmm > My jetspeed does not seem to have a WEB-INF. > Should I cr

RE: HelloWorld portlet

2002-10-30 Thread Jim . Jackson
peed Users List" rise.com>cc: Subject: RE: HelloWorld portlet

RE: HelloWorld portlet

2002-10-30 Thread Weaver, Scott
Why not put the portlet's class file in the WEB-INF/classes/directory? Scott > -Original Message- > From: [EMAIL PROTECTED] [mailto:Jim.Jackson@;SunGard.com] > Sent: Wednesday, October 30, 2002 4:50 PM > To: [EMAIL PROTECTED] > Subject: RE: HelloWorld portlet >

RE: HelloWorld portlet

2002-10-30 Thread Jim . Jackson
e.com>cc: Subject: RE: HelloWorld portlet 10/30/2002

RE: HelloWorld portlet

2002-10-30 Thread Jim . Jackson
e.com>cc: Subject: RE: HelloWorld portlet 10/30/2002

RE: HelloWorld portlet

2002-10-30 Thread David Sean Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:Jim.Jackson@;SunGard.com] > Sent: Wednesday, October 30, 2002 7:54 AM > To: [EMAIL PROTECTED] > Subject: HelloWorld portlet > > > Can't get it to work. > Shows up in Add Portlets, but not on the use

HelloWorld portlet

2002-10-30 Thread Jim . Jackson
: portlets.xreg HelloWorld Portlet How To Example 1 ? Hello World com.sungard.portal.portlets.HelloWorldPortlet demo-portlets.xreg Hello World Hello World com.sungard.portal.portlets.He

RE: HelloWorld

2002-05-20 Thread Anthony Smith
Can anybody make anything out of this? I know that the class for the servlet is in my jetspeed folder *** Error: 500 Location: /jetspeed/servlet/ImageServlet Internal Servlet Error: java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native

HelloWorld

2002-05-20 Thread Jason Wood
when trying to add portlet "Hello World" to the default home page it does show up. I followed the default instruction @ jetspeed to setup a simple HelloWorld portlet. When I login under turbine, turbine and add HelloPortlet to the pane and click save it does not show up under the hom

helloworld

2001-10-03 Thread dsaf df
hullo all ! i am trying to run the helloworld portlet as given in portlet how-to. my code is as under: import org.apache.jetspeed.portal.portlets.AbstractPortlet; import org.apache.turbine.util.RunData; import org.apache.turbine.om.security.User; import org.apache.ecs.*; public class

Re: problem with helloworld

2001-07-17 Thread Paul Spencer
Sumit, I am working on some portlet documentation. Please post you notes and local-feeds.xreg entry. Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with helloworld

2001-07-17 Thread Sumit Ranjan
hi paul! thanx for your helpfinally i could see my helloworld portletjust cannot tell you how overjoyed i wasthanx to u,david,anthony ,vincent and all. actually it was the feed-local.xreg entries which control the portlets. (david , can u suggest some resource from where i can

Re: problem with helloworld

2001-07-16 Thread Paul Spencer
Spencer Sumit Ranjan wrote: > > hi david ! >i tried with the entries in portlet.xreg but still my helloworld portlet > option does not appear on clicking the "customize"button. > > i tried one more thingi deleted the corresponding entry for "search&qu

re:problem with helloworld

2001-07-16 Thread Sumit Ranjan
hi david ! i tried with the entries in portlet.xreg but still my helloworld portlet option does not appear on clicking the "customize"button. i tried one more thingi deleted the corresponding entry for "search" from the portlet.xreg ,restarted tomcat and apacheb

Re: helloworld....

2001-07-12 Thread Sumit Ranjan
hi all ! i am still not able to run my helloworld portlet... i could compile my code but have not moved an inch furtherthis is because even after adding the corresponding entries in jetspeed-config.jcfg and the default.psml file i am not not able to run the helloworld portlet .on giving

helloworld....

2001-07-11 Thread Sumit Ranjan
hi all! i am a newbie to jetspeedstill trying to do my helloworld portlet but i am having problem in compilationcan u please tell me how did u set your class path etc...? especially...1) where was your source .java file(was it in the ..portal/portlets/ dir

RE: Newbie: HelloWorld will not work for me

2001-05-11 Thread Giampiero DeCiantis
The classpath suggestion worked! Thanks Charles. -Original Message- From: Charles D. Johnson [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 8:26 AM To: [EMAIL PROTECTED] Subject: RE: Newbie: HelloWorld will not work for me Giampiero, I originally had a similar problem where

RE: Newbie: HelloWorld will not work for me

2001-05-11 Thread Charles D. Johnson
Giampiero, I originally had a similar problem where Tomcat could not locate my HelloWorld portlet. However, I don't believe I was seeing the same exception as you. I was seeing a class not found for the HelloWorld portlet. I finally resolved the problem by doing away with my CLASSPAT

RE: Newbie: HelloWorld will not work for me

2001-05-11 Thread Mannering, J (Joe)
It looks like HelloWorld was found, but AbstractPortlet was not found (ie. the base class for HelloWorld). If you have a normal 'webapp' install of jetspeed, the problem may be with the CLASSPATH/classloader. If you have a classpath set, try *removing* this before starting Tomcat (and

Newbie: HelloWorld will not work for me

2001-05-10 Thread Giampiero DeCiantis
I have tried everything in every mailing list about the subject. I have just re-installed Tomcat and have written HelloWorldPortlet.class which does not have any package associated with it. Then I copied it to WEB-INF/classes. This didn't work, so I tried putting the class into a jar and putting