The Jetspeed database is configured in webapp/WEB-INF/conf/Torque.properties

database.default.driver=org.hsql.jdbcDriver
database.default.url=jdbc:HypersonicSQL:${webappRoot}/WEB-INF/db/jetspeed
database.default.username=sa
database.default.password=

Usually the best place to start is to modify the anonymous user page.
You can do this my logging on as admin, and using the customizer to select
which portlets will appear for the anonymous user.

You may also change the top, left and bottom navigations, minimally
replacing the Jetspeed logo with your own.
See the JetspeedResources.properties to customize the default navigations as
deployed (see below) or you can write your own navigations in Velocity or
JSP, see the examples under webapp/WEB-INF/templates/vm/navigations and
webapp/WEB-INF/templates/jsp/navigations

#########################################
# Navigation Bar customization         #
#########################################
# Top navigation bar
#   topnav.enable    - Display the left navigation bar
#   topnav.vm        - VM file name for the top nav, in
templates/vm/navigations/html
#   topnav.logo.file - file name of the logo relative to <jetspeed_home>. Do
not use with logo.url
#   topnav.logo.url  - URL of logo. Useful when using a common company logo
that is on a different server
#   topnav.user_login.enable - Display login prompts on navigation bar.  If
false then login nust be via login portlet
#   topnav.user_creation.enable - Display "create user" prompts on
navigation bar.  Requires topnav.user_login.enable=true
topnav.enable=true
topnav.vm=top.vm
topnav.logo.file=images/jetspeed-logo.gif
topnav.logo.url=
topnav.user_login.enable=true
topnav.user_creation.enable=true

# Left Navigation bar
#   leftnav.enable    - Display the left navigation bar
#   leftnav.vm        - VM file name for the left nav, in
templates/vm/navigations/html
#   leftnav.width     - Keep the left edge of the content from moving as the
width of the content varies
leftnav.enable=true
leftnav.vm=left.vm
leftnav.width=10%

# Bottom Navigation bar
#   bottomnav.enable    - Display the Bottom navigation bar
#   bottomnav.vm        - VM file name for the bottom nav, in
templates/vm/navigations/html
bottomnav.enable=true
bottomnav.vm=bottom.vm

#########################################
# Portal Page customization             #
#########################################
# html page title text prefix - prepended to portal page title if defined.
portalpage.title_prefix=Jakarta Jetspeed Portal:





BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain 
personal views which are not the views of the BBC unless specifically 
stated.
If you have received it in error, please delete it from your system, do 
not use, copy or disclose the information in any way nor act in 
reliance on it and notify the sender immediately. Please note that the 
BBC monitors e-mails sent or received. Further communication will 
signify your consent to this.


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

Reply via email to