RE: Creation of PSMLs files

2002-11-27 Thread Aurelien Pernoud
First sorry david, I send it to you only at first so you'll have it twice ! De : David Sean Taylor [mailto:[EMAIL PROTECTED]] I think that perhaps you have found a new feature to add to the core. That is, if the user doesn't have a profile, create one or direct them to the customizer. I

RE: dynamic pane population upon startup?

2002-11-27 Thread Luta, Raphael (VUN)
You have several way to tackle this depending on how transparent you want this to be and what kind of customization features you need: - Easiest way: Rewrite a PortalTopolkit implementation and overload the getSet(...) method to create your PortletSet dynamically. Since you only have

RE: Creation of PSMLs files

2002-11-27 Thread Luta, Raphael (VUN)
De : Aurelien Pernoud [mailto:[EMAIL PROTECTED]] First sorry david, I send it to you only at first so you'll have it twice ! De : David Sean Taylor [mailto:[EMAIL PROTECTED]] I think that perhaps you have found a new feature to add to the core. That is, if the user doesn't have a

RE: An input form portlet.

2002-11-27 Thread Martin Kisimov
Carlos it will be of interest if you can send the tutorial or a link of it to the list too. Thanks -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: 27 November 2002 07:56 To: Jetspeed Users List Subject: RE: An input form portlet. -Original Message-

Getting crazy with MySQL!!!

2002-11-27 Thread BARDE, CEDRIC
Hi all, I still cannot make Jetspeed work properly with MySQL... I am using MySQL 3.23.51 for Windows, the mm.mysql-2.0.4 driver and Jetspeed 1.4b1. My database is populated (I have used the scripts given with Jetspeed sources) and I have modified TurbineResources.props... First, I run MySQL

RE: Getting crazy with MySQL!!!

2002-11-27 Thread Luta, Raphael (VUN)
This is most likely an access right issue between Tomcat and MySQL: Jetspeed doesn't seem to be able to connect to MySQL. Check your MySQL access rights and tests with the command line utility to makje sure that the user Jetspeed is configured with can indeed connect to the database.

Re: Getting crazy with MySQL!!!

2002-11-27 Thread Stefan Kuhn
Hi Cedric, I would expect it be a problem with access rights, i. e. the user you define in TR.properties has not the appropriate access rights on the database. This is according to my experience a very common problem which shows up various error messages not really giving hints to the problem.

RE: dynamic pane population upon startup?

2002-11-27 Thread Eric White
Wow! this is great info, thanks. On Wed, 2002-11-27 at 03:41, Luta, Raphael (VUN) wrote: You have several way to tackle this depending on how transparent you want this to be and what kind of customization features you need: - Easiest way: Rewrite a PortalTopolkit implementation and

Re: Getting crazy with MySQL!!!

2002-11-27 Thread Mike ERRECART
Hi Cedric. I think you're french, but i'll try to write in english in the case you're not. You say you modified TurbineResources.props... What kind of modification have you made in TR.p to configure MySQL ? I think the modifications need to be made to Torque.properties. (commented in my

Re: Getting crazy with MySQL!!!

2002-11-27 Thread Steve
Not to be to simplistic, but - as you are on windows - remember case sensitivity when it comes to database name, username, and password in your .properties file Steve B. - Original Message - From: BARDE, CEDRIC [EMAIL PROTECTED] To: 'Jetspeed Users' [EMAIL PROTECTED] Sent: Wednesday,

RE: An input form portlet.

2002-11-27 Thread Carlos A. Andrade Olmos
David: Thanks a lot. I'll really appreciate your help. Martin: The link where I found the tutorial is: http://www.bluesunrise.com/jetspeed-docs/ Greetings. Carlos Olmos. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Jetspeed on the farm -yee-ha

2002-11-27 Thread Jim Arnott
Will jetspeed work on a multi server farm behind a load balancer ? Has anyone tried it, if it should work? thanks, Jim Arnott Reuters RD -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Cached JSP

2002-11-27 Thread Jim Arnott
Does content caching work with JSP? It does not seem to. Any plans on this feature being added? thanks, Jim Arnott Reuters RD -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: It is possible to refresh Portlets ?

2002-11-27 Thread Massimiliano Dessi
I put the string META HTTP-EQUIV=\REFRESH\ CONTENT=0,01 in a get content of a portlet ,one time to force the refresh the page,(content = specify the second after reload a page) and remove in the the next call to the portlet. Use a flag to verify if the string has been put in the portlet one

RE: Jetspeed on the farm -yee-ha

2002-11-27 Thread Luta, Raphael (VUN)
Depends mainly on the load-balancer but I don't see any issue as long as you can have sticky sessions. -Message d'origine- De : Jim Arnott [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 27 novembre 2002 16:19 À : [EMAIL PROTECTED] Objet : Jetspeed on the farm -yee-ha Will

Re: Jetspeed on the farm -yee-ha

2002-11-27 Thread Santiago Gala
Luta, Raphael (VUN) wrote: Depends mainly on the load-balancer but I don't see any issue as long as you can have sticky sessions. I have done some experiments. You will need: - sticky sessions (i.e. all sessions go to the same server) - Well replicated content - Well replicated psml

RE: It is possible to refresh Portlets ?

2002-11-27 Thread David Sean Taylor
-Original Message- From: Heine, Christian (Extern) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 3:58 AM To: 'Jetspeed Users List' Subject: It is possible to refresh Portlets ? Hi all, i try to develop an portlet which is usable like the windows explorer. For

RE: It is possible to refresh Portlets ?

2002-11-27 Thread David Sean Taylor
-Original Message- From: Massimiliano Dessi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 7:53 AM To: Jetspeed Users List Subject: Re: It is possible to refresh Portlets ? I put the string META HTTP-EQUIV=\REFRESH\ CONTENT=0,01 in a get content of a portlet

Jetspeed Images

2002-11-27 Thread Harmaldeep Atwal
Hi y'all, I'm trying to configure Jetspeed and have been running into a weird problem. When I remove the left navigation bar from my portal, none of the pictures work. All I do is change left.nav.enable=false in JetspeedResources.properties and restart tomcat. This makes the picture

New User Please Help me

2002-11-27 Thread Sangam Dash
Hi I have just started using jetsped i could able to add my website pages as default portlets but now i need something more... 1.Once somebody logs in i need to show yahoo as a portlet so that the user can login to yahoo but the page should run inside the portlet or when he maximizes the portlet

Fulcrum.properties Database entries

2002-11-27 Thread Javed Mahmud
hello, I was wondering what is the use of entries for databse in Fulcrum.properties file? As we specify the Databse details in Torque.properties file. Is there any special importance of specifying the details in Fulcrum.properties file? Thanks Javed -- To unsubscribe, e-mail: mailto:[EMAIL

Fulcrum.properties Database entries

2002-11-27 Thread Javed Mahmud
hello, I was wondering what is the use of entries for databse in Fulcrum.properties file? As we specify the Databse details in Torque.properties file. Is there any special importance of specifying the details in Fulcrum.properties file? Thanks Javed -- To unsubscribe, e-mail: mailto:[EMAIL

Customized Title Page

2002-11-27 Thread Javed Mahmud
Hi, It will sound quite trivial but I would like to ask. The index page or the layout which contains the Jetspeed Logo and other stuff. Is it possible to change them and provide your own customized layout and index page? Thanks Javed -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Customized Title Page

2002-11-27 Thread David Sean Taylor
-Original Message- From: Javed Mahmud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 5:15 PM To: [EMAIL PROTECTED] Subject: Customized Title Page Hi, It will sound quite trivial but I would like to ask. The index page or the layout which contains the Jetspeed

RE: Customized Title Page

2002-11-27 Thread Javed Mahmud
Hi David, If you or any other person can point me to the site for version 1.4b2. I have currently 1.4b1 version. Do I have to get from CVS checkout and build it... Or is there some release version? Thanks -Original Message- From: Javed Mahmud [mailto:[EMAIL PROTECTED]] Sent:

JetSpeed on WebSphere

2002-11-27 Thread Sakar Kawle
Are there any pointers/docs/url's that can help us to install JetSpeed on WebSphere. I tried searching for information... but found none. We have Jetspeed running all out-of-the-box on Tomcat but we want to run this on WebSphere. I found messages that indicate to me that people have tried

Where is JetSpeed v1.4b2 ....

2002-11-27 Thread Javed Mahmud
hi, I have looked into the tutorial at http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm#_Toc26150235 for Beta 2 Version and the link from there although says http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.4b2/ but it takes to

Re: Where is JetSpeed v1.4b2 ....

2002-11-27 Thread Glen Carl
Best to download from CVS. Follow instructions at: http://jakarta.apache.org/site/cvsindex.html I downloaded the tree on 11/25/2002 and it worked. If you get the build now, it will probably be fine. Do not wait for a nightly build. On the Jetspeed dev list, the developers are thinking Dec. 9,

RE: Customized Title Page

2002-11-27 Thread David Sean Taylor
-Original Message- From: Javed Mahmud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 6:17 PM To: [EMAIL PROTECTED] Subject: RE: Customized Title Page Hi David, If you or any other person can point me to the site for version 1.4b2. I have currently 1.4b1