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:[EMAIL PROTECTED]] > > 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" <[EMAIL PROTECTED]> > > To: "jetspeed-user" <[EMAIL PROTECTED]> > > 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-> [EMAIL PROTECTED]> > > For > > additional commands, > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
