You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Frans Thamura <ft...@yahoo.com> on 2001/12/20 02:46:19 UTC

JRP Changed in last nightly build (18/12/2001)

Dear All,

I see there is a change in JRP...

And I see someone add the .vm extension in that properties..

It is not effect the runtime of jetspeed, this version is work well..

Is this setting is because the JSP version is not finish yet??

But I think the extension is handled by default extension in Turbine.properties:

services.TemplateService.default.extension=vm (jsp for JSP)

but see in JRP like this:

#########################################
# New User Registration mail support    #
#########################################
newuser.confirm.email.template=new-user-confirmation.vm --> must be new-user-confirmation

# New user notification email to Jetspeed Administrator.
newuser.notification.email.template=new-user-notification.vm --> must be new-user-notification
# Manual approval of a new user by Jetspeed Administrator
newuser.approval.accept.template=new-user-accept.vm --> new-user-accept
newuser.approval.reject.template=new-user-reject.vm --> new-user-reject

Frans Thamura