On 6/20/01 8:35 PM, "fmarcus" <[EMAIL PROTECTED]> wrote:

> I'm having problems getting started with Turbine.  I'm attempting to
> change the default screen that users see when first accessing the
> web app by changing screen.homepage in tr.props to the name of the
> screen template (Index.vm) I want loaded.  However, it's still loading
> the default Login.  Index.vm is located in /templates/app/screens.

When you generated the sample app you probably noticed that

screen.homepage

didn't have a value and that is intentional. If you want to change
what the user sees after a successful login you change the

template.homepage

property. We should probably just remove the screen.homepage
property all together.
 
> If I set Index.vm to be the default template for an invalid login
> attempt, it loads. (Proving it can be found).
> 
> I've also attempted to change the default login action to MyLoginUser
> located at /WEB-INF/classes/ca/bcit/cstwebproject/modules/actions and
> Turbine is still loading the default LoginUser class.

Did you adjust the module.packages property and change the
action.login property?

 
> Am I just missing something obvious here?

I imagine a combination of misconfiguration and misunderstanding.
I will try and simplify the configuration a bit.
 
> tdk version: 2.1 (I downloaded it from jakarta.apache.org/turbine this
> morning)
> 
> - Frank.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 

jvz.

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



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

Reply via email to