I really dont understand anything any of you are talking about as far as
getting what I want done. I halfway understand this one below. I went to my
TurbineResources.propertes page and look through it and saw this...

# This is the default screen to show to people when they first access
# the system.  You can override this by specifying module.packages to
# include your own modules.
#
# Default: Login

screen.homepage=Home

It says default is login, I changed it to Login/ Samething nothing happened.
I got this feeling that maybe my syatem is not accessing the file or
something.

Plese Help me!

-----Original Message-----
From: Raphael Luta [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 06, 2001 12:07 PM
To: [EMAIL PROTECTED]
Cc: Anthony Smith
Subject: Re: Simple question I hope


[please don't ask me these kinds of questions directly, the user mailing
list
  is the proper place for these]

Anthony Smith wrote:

> Where can i find the Turbine sessionValidator, and how can I make this
start
> up when I first go to the site?
>

In the Turbine source ! :)
org.apache.turbine.modules.actions.sessionvalidator.*

You define the validator you want to use in the TurbineResource.properties
file:

# This is the default action to validate whether or not a session is
# valid.  For example, if you want to make sure if a user has already
# logged in or not.
#
# Default: SessionValidator

#dst action.sessionvalidator=sessionvalidator.TemplateSessionValidator
action.sessionvalidator=JetspeedSessionValidator

--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to