I need to add 2 menu options in Jetspeed to access the Turbine scheduler and
Turbine User Admin screen.
For the User Admin, I have the URL as
http://<server>/servlet/jetspeed/screen/admin.FindUser. When clicked, it
brings up the Turbine User Management screen, which is what I want.
For the Scheduler, I have the URL as
http://<server>/servlet/jetspeed/template/scheduler.ListJobs.wm. When
clicked, it simply displays the Login Page. ( I had already logged in
ealier). I also tried having the URL as
http://<server>/servlet/jetspeed/template/scheduler.ListJobs.wm/page/WebMacr
oSitePage/layout/DefaultLayout and the same thing happens.
These are some of the settings in TurbineResources.properties file that may
be of relevance:
action.sessionvalidator=JetspeedSessionValidator
screen.homepage=Login
screen.Login=Login
layout.default=JetspeedLayout
page.default=DefaultPage
In JetspeedResources.properties file:
enable.userauthentication=true
NOTE: I had copied jetspeed's home.java to DefaultScreen.java to override
Turbine's DefaultScreen
Any help is appreciated.
Angel
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]