jetspeed 2 blank screen

2004-03-25 Thread Ender Hikmet KILIÇOÐLU
Hi I tried cvs build of jetspeed 2. Everything was successfull but with demoapp or without it I am seesing only a blank page with titlw `welcome to jetspeed2` Where is the problem Thanks Ender content of blank page !-- pages/SimpleLayoutHader.jsp -- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML

RE: tomcat 5.0.19, jetspeed 1.4, jdk 1.4.2, SAX problem again

2004-03-25 Thread Will Saxon
-Original Message- From: Gerry Reno [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:31 PM To: Jetspeed Users List Subject: RE: tomcat 5.0.19, jetspeed 1.4, jdk 1.4.2, SAX problem again Will, JDK 1.4.2 includes an old xml parser within the jdk. You have to

PSML on the fly? (new to jestspeed)

2004-03-25 Thread Nehemia Litterat
Hi I would like to know if there is a way to create a psml document and feed it to Jetspeed on the fly If I understand it right the psml documetn determine Jetspeed's way to present a page to the user. If insteed of one main Protal page I would like to be able to define many portal pages I

Changing icons

2004-03-25 Thread Prabhu Kapaleeswaran
Greetings !! Is it possible to change the icons on the portlet, such as minimize, maximize etc. I would also want to take out the print and close button. Please let me know ASAP Cheers Prabhu K

RE: PSML on the fly? (new to jestspeed)

2004-03-25 Thread Jeremy Ford
If you are using the file based psml service, then you can add psmls to the various directories and they should automatically be found by Jetspeed when you navigate to them. As for the database, I'm not sure about that one, but I will assume the same is true. Jeremy From: Nehemia Litterat

RE: PSML on the fly? (new to jestspeed)

2004-03-25 Thread Suchisubhra Sinha \(susinha\)
Yup. Database level also true. But as per you email, your mail concern Is PSML is too big. May be you can use database driven PSML as we store PSML as blob. So size will not matter much. ~suchi -Original Message- From: Jeremy Ford [mailto:[EMAIL PROTECTED] Sent: Thursday, March

RE: PSML on the fly? (new to jestspeed)

2004-03-25 Thread Nehemia Litterat
Thanks for your replies I want to understand your answers fully If I want 5 diffrent portal pages all I have to do is to create 5 diffrent files and direct the user to them? and If I want the users to be able to custemise the pages there will be no problem Jetspeed will be able to know if the

RE: PSML on the fly? (new to jestspeed)

2004-03-25 Thread Jeremy Ford
The page that is customized is controlled by the parameter page in the url. Once you have visited a psml using the parameter, this will be the active page and will be the page that is customized until you visit another page. Jeremy Ford [EMAIL PROTECTED] From: Nehemia Litterat [EMAIL

Re: jetspeed 2 blank screen

2004-03-25 Thread David Sean Taylor
Hi Ender, No idea where the problem is. What do the log files say? On Thursday, March 25, 2004, at 12:40 AM, Ender Hikmet KILIÇOÐLU wrote: Hi I tried cvs build of jetspeed 2. Everything was successfull but with demoapp or without it I am seesing only a blank page with titlw `welcome to

Re: PSML on the fly? (new to jestspeed)

2004-03-25 Thread David Sean Taylor
On Thursday, March 25, 2004, at 12:12 PM, Nehemia Litterat wrote: Hi I would like to know if there is a way to create a psml document and feed it to Jetspeed on the fly If I understand it right the psml documetn determine Jetspeed's way to present a page to the user. If insteed of one main

Claudia Woestheinrich/InfoTL ist außer Haus.

2004-03-25 Thread Claudia Woestheinrich
Ich werde ab 20.03.2004 nicht im Büro sein. Ich kehre zurück am 13.04.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: jetspeed 2 blank screen

2004-03-25 Thread Marphil
I did get the same page when I built it following the instructions on {J2_dir}/GETTING-STARTED.html When I did the following it seems to work fine... 1. {J2_dir}/maven allBuild 2. {J2_dir}/portal/maven fullDeploy Good luck! Marphil --- Ender_Hikmet_KILIÇOÐLU [EMAIL PROTECTED] wrote: Hi I

CastorPsmlManagerService ???

2004-03-25 Thread Nehemia Litterat
Hi I need to load a PSML document for a certain user I have the PSML document and I need to feed it to Jetspeed Is CastorPsmlManagerService service is the right service? Should I write the psml documetn to disk? can not I simple pass the psml document object I allready have? Thanks Nehemia

Jetspeed 1.4 - trouble using jsp instead of velocity template

2004-03-25 Thread Marphil
Hi, Can anybody share how did they managed to use jsp on their portals? I tried... topnav.vm=top_default.jsp but is throwing a JasperException. Thanks. Marphil __ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.

Re: Changing icons

2004-03-25 Thread Stefano Bianchi
Dear Prahbu, you have simply to change .gif files in [TOMCAT]\webapps\jetspeed\images. If you want to show only some buttons, you can create your own local-security.xreg file in [TOMCAT]\webapps\jetspeed\WEB-INF\conf (see security.xreg file as an example), specifying which actions you want to

Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

2004-03-25 Thread Stefano Bianchi
Dear Marphil, have you changed the following line about - Original Message - From: Marphil [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED] Sent: Friday, March 26, 2004 8:14 AM Subject: Jetspeed 1.4 - trouble using jsp instead of velocity template Hi, Can anybody

RE: CastorPsmlManagerService ???

2004-03-25 Thread Suchisubhra Sinha \(susinha\)
Sure you can. Use CastorPsmlManagerService and check it out how you can feed Your own PSML. ~suchi -Original Message- From: Nehemia Litterat [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 11:11 PM To: [EMAIL PROTECTED] Subject: CastorPsmlManagerService ??? Hi I need to

Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

2004-03-25 Thread Marphil
never mind... I think I might have found it... services.TemplateService.default.extension Thanks again. --- Marphil [EMAIL PROTECTED] wrote: Hi, Can anybody share how did they managed to use jsp on their portals? I tried... topnav.vm=top_default.jsp but is throwing a

Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

2004-03-25 Thread Stefano Bianchi
Dear Marphil, have you changed the following line in TourbineResources.properties in [TOMCAT]\webapps\jetspeed\WEB-INF\conf? You have to define which template you want to use, but consider (this is what I experienced) that if you choose to use jsp, portal will be managed with a mix of vm and jsp,

Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

2004-03-25 Thread Marphil
Hi Stefano, Do I still need to change the following in JR.p? topnav.vm leftnav.vm bottomnav.vm Thank you very much! Marphil --- Stefano Bianchi [EMAIL PROTECTED] wrote: Dear Marphil, have you changed the following line in TourbineResources.properties in