Re: Jetspeed with Jive or Yazd

2002-07-09 Thread Guillaume Thomassian
Hi ! We integrated Yazd in our Portal (Note that Yazd is just an open source version of Jive). Here is the way we did it : We call Yazd from a jsp portlet which displays Yazd in an IFrame. This jsp sends several parameters to a yazd login jsp, such as a language code (we integrated multilangua

Re: Running Jetspeed With Apache Web Server

2002-06-19 Thread Guillaume Thomassian
sion are you using? > > Does it work without Apache being in the loop? > > How are you link Apache and tomcat - ajp12/ajp13... some other way.. > > HTH, > Chris > > --- Guillaume Thomassian <[EMAIL PROTECTED]> wrote: > > Hi all ! > > > > Did

Running Jetspeed With Apache Web Server

2002-06-18 Thread Guillaume Thomassian
Hi all ! Did anyone try to run Jetspeed on an Apache + Tomcat combination ? It doesnt't work with my configuration (Apache 1.3 + Tomcat 4.0). I get an horrible Exception from turbine. Do you have any tips or configuration ideas ? Thanks Guillaume

How can I get the Locale (language) in a JSP ? How can I access to global session attributes

2002-06-13 Thread Guillaume Thomassian
Hi All ! I want to have a JSP portlet to get the locale (language) value in order to build an URI. What's the way to do this ? How can I access to global session attributes ? I don't really understand the role of RunData... Thanks Guillaume

SMTP server configuration

2002-04-09 Thread Guillaume Thomassian
Hi all ! How can I specify the port number of the SMTP server I want Jetspeed to use ? Thanks ! Guillaume

Using Javascripts in velocity templates

2002-04-04 Thread Guillaume Thomassian
Did anyone try tu use Javascripts in the left.vm template ? I define my Scripts and objects in the default.vm template, but it doesn't seem to work when I try to call objects from the left bar ! Any idea ? Thanks ! Guillaume

Using Javascripts in velocity templates

2002-04-04 Thread Guillaume Thomassian
Did anyone try tu use Javascripts in the left.vm template ? I define my Scripts and objects in the default.vm template, but it doesn't seem to work when I try to call objects from the left bar ! Any idea ? Thanks ! Guillaume

Problem with skins...

2002-03-28 Thread Guillaume Thomassian
I can neither change the text's color, nor the title-text's color. For example : The titles remain black ! Why ?

Re: Customize Default Portal's look

2002-03-27 Thread Guillaume Thomassian
I don't have such files : ( > Don't worry : Jetspeed supports multi language : look in files located in > WEB-INF\classes\org\apache\jetspeed\modules\localization. You can add/set > text variables in those files. > - Original Message ----- > From: "Guillaume

Customize Default Portal's look

2002-03-27 Thread Guillaume Thomassian
Where are defined velocity variables such as TOP_TITLE ? Does this model support multi-language ?

Customize Default Portal's look

2002-03-27 Thread Guillaume Thomassian
I'm trying to customize the default portal's look: I modify the default.jsp files in the \WEB-INF\templates\jsp\layouts\html, I update the jetspeed.war file, remove the previous Jetspeed installation, and re-deploy the jetspeed.war. Conclusion : The portal's look doesnt't change at all ! Any i

"dont_remove_applet" parameter

2002-03-26 Thread Guillaume Thomassian
OK Pierre, i removed the "dont_remove_applet" parameter, and it works perfectly ! I'm ready to work with you on the problem of "locking" user navigation inside a portlet (Yes, i read the archive : ) ). It seems to me to be a basic functionnality for a web portal. -- To unsubscribe, e-mail:

WebPagePortlet : It works !

2002-03-26 Thread Guillaume Thomassian
Ok, Josselin was right : i configured Jetspeed to run behind a proxy (TOMCAT_OPTS variable, see http://jakarta.apache.org/jetspeed/site/faq.html) and it works now ! The problem is that the displayed result doesn't really look like the original html page... Sorry for these questions, i''ve been

WebPagePortlet remains empty

2002-03-26 Thread Guillaume Thomassian
I get the folowwing portlet empty !!! Any idea ? Google Search engine http://www.google.com

Portlets configuration

2002-03-26 Thread Guillaume Thomassian
How can I configure a portlet in order to avoid it displays in full screen mode once i clicked on a link inside ?

PHP and Jetspeed

2002-03-26 Thread Guillaume Thomassian
Hi all ! I'd like to manage a Forum/Newsgroups from a NNTP server in Jetspeed. Most of open source projects i found are written in PHP. So, i'd like if someone know any other project Java coded, or if it is possible to call PHP from a portlet. Thanks ! Guillaume