You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Guillaume Thomassian <gu...@teamlog.fr> on 2002/03/27 16:12:33 UTC

Customize Default Portal's look

I'm trying to customize the default portal's look:
I modify the default.jsp files in the <Jetspeed-home>\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 idea ? 
 

Re: Customize Default Portal's look

Posted by Franck MENEZ <fr...@oracle.com>.
Hi,

I think it's not enough... You've also to modify these 3 lines in TR.p :

1)
# Comment
#template.homepage=Home
# Add Line
template.homepage=Home.jsp
2)
# Comment
#template.login=Login
# Add Line
template.login=Login.jsp
3)
# Del Comment
template.error=Error.jsp
# Add Comment
#template.error=Error
4) And finally  :
# Comment
# services.TemplateService.default.extension=vm
# Add line
services.TemplateService.default.extension=jsp

After that, it work except... CUSTOMIZE function ! :-(
When i click on Customize button, nothing takes place... So i can't add portlet,
del portlet, change layout, etc...
Does anybody know why customize function doesn't work in JSP ?
Has anybody the same problem ? Is it possible to by-pass this problem ?

Thank you for your help,

Franck


David Sean Taylor wrote:

> You can switch between JSP and VM templating for Jetspeed's default
> pages with one setting in the TR.p:
>
> services.TemplateService.default.extension=vm
>
> Or
>
> services.TemplateService.default.extension=jsp
>
> > -----Original Message-----
> > From: Josselin Lebret [mailto:josselin.lebret@sycomore.fr]
> > Sent: Wednesday, March 27, 2002 7:23 AM
> > To: Jetspeed Users List
> > Subject: Re: Customize Default Portal's look
> >
> >
> > The last versions of Jetspeed do not use JSP template files
> > but Velocity
> > (.vm) instead. It seems possible to switch to JSP template (look in
> > JetspeedResources.properties) but I haven't tested it yet.
> > ----- Original Message -----
> > From: "Guillaume Thomassian" <gu...@teamlog.fr>
> > To: "jetspeed-user" <je...@jakarta.apache.org>
> > Sent: Wednesday, March 27, 2002 4:12 PM
> > Subject: Customize Default Portal's look
> >
> >
> > I'm trying to customize the default portal's look:
> > I modify the default.jsp files in the
> > <Jetspeed-home>\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 idea ?
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:jetspeed-user-> unsubscribe@jakarta.apache.org>
> > For
> > additional commands,
> > e-mail: <ma...@jakarta.apache.org>
> >
> >
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Customize Default Portal's look

Posted by David Sean Taylor <da...@bluesunrise.com>.
You can switch between JSP and VM templating for Jetspeed's default
pages with one setting in the TR.p:

services.TemplateService.default.extension=vm

Or

services.TemplateService.default.extension=jsp

> -----Original Message-----
> From: Josselin Lebret [mailto:josselin.lebret@sycomore.fr] 
> Sent: Wednesday, March 27, 2002 7:23 AM
> To: Jetspeed Users List
> Subject: Re: Customize Default Portal's look
> 
> 
> The last versions of Jetspeed do not use JSP template files 
> but Velocity
> (.vm) instead. It seems possible to switch to JSP template (look in
> JetspeedResources.properties) but I haven't tested it yet.
> ----- Original Message -----
> From: "Guillaume Thomassian" <gu...@teamlog.fr>
> To: "jetspeed-user" <je...@jakarta.apache.org>
> Sent: Wednesday, March 27, 2002 4:12 PM
> Subject: Customize Default Portal's look
> 
> 
> I'm trying to customize the default portal's look:
> I modify the default.jsp files in the 
> <Jetspeed-home>\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 idea ?
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:jetspeed-user-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Customize Default Portal's look

Posted by Josselin Lebret <jo...@sycomore.fr>.
The last versions of Jetspeed do not use JSP template files but Velocity
(.vm) instead. It seems possible to switch to JSP template (look in
JetspeedResources.properties) but I haven't tested it yet.
----- Original Message -----
From: "Guillaume Thomassian" <gu...@teamlog.fr>
To: "jetspeed-user" <je...@jakarta.apache.org>
Sent: Wednesday, March 27, 2002 4:12 PM
Subject: Customize Default Portal's look


I'm trying to customize the default portal's look:
I modify the default.jsp files in the
<Jetspeed-home>\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 idea ?




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: New account

Posted by Julie Czemerega <j....@alplog.fr>.
I use :
Windows 2000
Jdk 1.4
Jetspeed 1.3a2 release-fullwar
Tomcat 4.0.2

> -----Message d'origine-----
> De: Chris Kimpton [mailto:kimptoc_mail@yahoo.com]
> Date: jeudi 4 avril 2002 16:53
> À: Jetspeed Users List
> Objet: Re: New account
>
>
> Hi,
>
> What versions of things are you using?
>
> Windows/Linux?
>
> jdk1.3/1.4?
>
> jetspeed1.3a2? or latest in cvs?
>
> tomcat 3.2/3.3 or 4?
>
> There are some problems with 4.0.2 and 4.0.3 - try 3.3 instead.
>
> HTH,
> Chris
>
> --- Julie Czemerega <j....@alplog.fr> wrote:
> > Hi,
> >
> > When I create a new account, I fill all the fields (with valid
> > email) and I
> > click on "Create new account".
> >
> > After that, I don't see the file ConfirmRegistration. The progress
> > bar is
> > blocked.
> >
> > It does not work either if newuser.confirm.enable=true or false...
> >
> > Do you know why ?
> >
> > Thanks to help me
> > Julie
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
>
>
> =====
> ------------------------------------------
> http://www.soccer2002.org.uk
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: New account

Posted by Chris Kimpton <ki...@yahoo.com>.
Hi,

What versions of things are you using?

Windows/Linux?

jdk1.3/1.4?

jetspeed1.3a2? or latest in cvs?

tomcat 3.2/3.3 or 4?

There are some problems with 4.0.2 and 4.0.3 - try 3.3 instead.

HTH,
Chris

--- Julie Czemerega <j....@alplog.fr> wrote:
> Hi,
> 
> When I create a new account, I fill all the fields (with valid
> email) and I
> click on "Create new account".
> 
> After that, I don't see the file ConfirmRegistration. The progress
> bar is
> blocked.
> 
> It does not work either if newuser.confirm.enable=true or false...
> 
> Do you know why ?
> 
> Thanks to help me
> Julie
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


=====
------------------------------------------
http://www.soccer2002.org.uk

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


New account

Posted by Julie Czemerega <j....@alplog.fr>.
Hi,

When I create a new account, I fill all the fields (with valid email) and I
click on "Create new account".

After that, I don't see the file ConfirmRegistration. The progress bar is
blocked.

It does not work either if newuser.confirm.enable=true or false...

Do you know why ?

Thanks to help me
Julie


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>