Deploying custom portlet

2004-10-27 Thread miten mehta
Hello, I have custom portlet which is packaged in war file. xml files I added were: portlet.xml - which defines xml for my portlet web.xml - copied it from jetspeed dir deployed in tomcat (I hope thats how to package) added entry to default-page.psml as APPID::portletid I see on default page a

Re: Deploying custom portlet

2004-10-27 Thread miten mehta
Hello, Incidently portletid and portletname are same in my case. Thanks for telling me. Miten. --- "Scott T. Weaver" <[EMAIL PROTECTED]> wrote: > APPID::portletid needs to be APPID::portletName not > the id. > > > > miten mehta wrote: > > >H

Re: Deploying custom portlet

2004-10-27 Thread miten mehta
Hello, I deleted TD_App under webapps which is my application. Then rebuild war and added to deploy dir. Now TD_App is empty dir in webapps. Jetspeed did not expand it. Any ideas? Miten. --- miten mehta <[EMAIL PROTECTED]> wrote: > Hello, > > Incidently portletid and portletn

Undeploy/Unregister portlet

2004-10-28 Thread miten mehta
Hello, When I tried deleting my custom portlet war from deploy jetspeed did not delete and unregister/undeploy webapp. So I tried that but then on redeploying app dir under webapp was empty. It seems like it never unregistered it and so it said skipping initial deployment. Not only that when I

skipping initial deployment (jetspeed 2.0)

2004-10-29 Thread miten mehta
Hello, I have problem with not knowing how to redeploy my portlets war file. I delete/replace in deploy dir it skips initial deployement and contents are not updated in webapp/myapp dir. In fact if I delete myapp dir then it will stay empty. can one tell me how to get myapp to get redeployed as

Re: Session Attributes Missing

2004-10-30 Thread miten mehta
how to use portlet_scope with useBean. Any ways I used portlet_scope with PortletSessionUtil while application_scope as normal. --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > miten mehta wrote: > > > Hello, > > > > I have problem with not knowing how to red

Re: Deploying custom portlet

2004-10-31 Thread miten mehta
f that's not the case - what is in your web.xml > file? > You could leave it pretty much empty (have > and only and whatever params you > need) > and let Jetspeed inject it with necessary entries... > > Marina > > > --- miten mehta <[EMAIL PROTECTED]&

Re: Portlet output needed help

2004-11-08 Thread miten mehta
see log4j. --- Srinivasarao Sri <[EMAIL PROTECTED]> wrote: > Hi team, > In jetspeed I login as trubine with id and password. > I created one sample pane. > I added one HelloWorld portlet to my sample pane by > addportlets. > I added my sample portlet...and unable to see output > If I look at the o

Re: Exception in log file..help needed while deploying

2004-11-10 Thread miten mehta
I dont see any thing specific to your portal (war file). did you look into log4j? it might help you know things way println does in our java app. --- Srinivasarao Sri <[EMAIL PROTECTED]> wrote: > Hi Team ,Can you please help me What I have to do > if I get the following exception while deploying

jetspeed1.3a1 install issue with poolservice in turbine

2002-07-08 Thread miten mehta
Hello, I have seen several postings about installation problems with 1.3a2 both src and bin distributions on NT, jdk1.4 with tomcat in either jwsdp, j2ee or by itself. I also see few folks using it well without problems. could one either verify if its a bug or did folks did some home work and

jetspeed1.3a2 install issue with poolservice in turbine

2002-07-08 Thread miten mehta
sorry for resend just needed to change subjet to a2. Hello, I have seen several postings about installation problems with 1.3a2 both src and bin distributions on NT, jdk1.4 with tomcat in either jwsdp, j2ee or by itself. I also see few folks using it well without problems. could one either v

Re: jetspeed1.3a2 install issue with poolservice in turbine

2002-07-08 Thread miten mehta
n able to run jetspeeda2, a3 under the > following versions of > tomcat: 4.0.1, 4.1.3. The 4.0.2 and 4.0.3 I think > are bad versions of > tomcat to use, this may be your problem. > > Josh Hone > > > >From: miten mehta <[EMAIL PROTECTED]> > >Reply-To

Re: jetspeed1.3a2 install issue with poolservice in turbine

2002-07-09 Thread miten mehta
Notes: its has lot of detail stacktrace so excuse me for long email. 1. build war did not really put conf files in war. I modified target bit to have it work. Still tomcat created WEB-INF dir with only classes and lib on jwsdp. conf related stuff is not extracted at all as it extracts well in

jetspeed1.3a2 and jwsdp

2002-07-10 Thread miten mehta
any one got jetspeed1.3a2 working with jwsdp which has tomcat in it? __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: jetspeed1.3a2 and jwsdp

2002-07-11 Thread miten mehta
ning with jwsdp on Win2k didn't work so I > have just been using > strait Tomcat. Any one else successfull with Jetsp > and jwsdp on Windows? > > -Original Message- > From: miten mehta [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 8:37 PM > To: Jets

Re: Unpacking jetspeed

2002-07-11 Thread miten mehta
1.3a2 I had mentioned earlier that the fileset task for war to get all web-inf populated is not working as expected. see fileset tag is modified which does put some data related to conf/properties but still it never gets extracted in tomcat. some thing is sure strange either with ant or jetspeed