Re: Deploying a portlet

2005-03-20 Thread Shah Amit
I think that indeed is the case. They are stored in the DB. I am 99% sure. Amit Original Message Follows From: Martin Dulisch <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" To: jetspeed-user@jakarta.apache.org Subject: Re: Deploying a portlet Date: Sun, 20 Mar 2005

Re: Deploying a portlet

2005-03-20 Thread Martin Dulisch
2005 8:40 PM To: jetspeed-user@jakarta.apache.org Subject: Re: Deploying a portlet Have you added your portlet to a portal page. You can do this for example by adding it to jetspeed/WEB-INF/pages/default-page.psml. May be jetspeed expands your war when the portlet is accessed. You could also loo

RE: Deploying a portlet

2005-03-18 Thread Priya Subramanian
apache.org Subject: Re: Deploying a portlet Have you added your portlet to a portal page. You can do this for example by adding it to jetspeed/WEB-INF/pages/default-page.psml. May be jetspeed expands your war when the portlet is accessed. You could also look into the jetspeed/logs/deployment.log file

Re: Deploying a portlet

2005-03-18 Thread Martin Dulisch
Have you added your portlet to a portal page. You can do this for example by adding it to jetspeed/WEB-INF/pages/default-page.psml. May be jetspeed expands your war when the portlet is accessed. You could also look into the jetspeed/logs/deployment.log file. Is there an error. HTH, Martin Priy

Deploying a portlet

2005-03-18 Thread Priya Subramanian
Hi, I am naive to jetspeed. My problem is how to deploy a custom portlet into Jetspeed 2. I tried creating a portlet war (mydemo) file and put it in the web-inf/deploy directory of the jetspeed. But when I restart the tomcat, only an empty folder named mydemo is getting created in the webapps fold

Re: Interesting problem deploying a portlet

2002-07-13 Thread Josh Hone
>From: Joe Sulewski <[EMAIL PROTECTED]> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Interesting problem deploying a portlet >Date: Fri, 12 Jul 2002 22:33:27 -0400 > >Hello, > >I'm new to jetsp

Re: Interesting problem deploying a portlet

2002-07-12 Thread Joe Sulewski
I figured out my problem. I was compiling with jdk1.4 and running with jdk1.3 Joe Joe Sulewski wrote: > Hello, > > I'm new to jetspeed so please bare with me. I created and successfully > deployed the sample HelloPortlet example from the documentation. I > added it to my classpath and every

Interesting problem deploying a portlet

2002-07-12 Thread Joe Sulewski
Hello, I'm new to jetspeed so please bare with me. I created and successfully deployed the sample HelloPortlet example from the documentation. I added it to my classpath and everything worked fine. But when I try to change it by making it create a class in my classpath I get the following text