RE: Re[2]: How to start

2002-09-26 Thread David Sean Taylor

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 . 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:   
For additional commands, e-mail: 




Re[2]: How to start

2002-09-26 Thread Danilo Luiz Rheinheimer

Hello Alex,

Thursday, September 26, 2002, 5:52:13 AM, you wrote:
>>   What I can use as a starting point to make my jetspeed portal ?
>>   The problem is the sample who comes with jetspeed has many features
>>so I am felling lost.
AM> Just take one of the portlets most close to what you want and start to
AM> modify that one.

  But my problem is not on write portlets.
  It is on create a new minimal portal WebApplication.
  I want this app to be minimal so can be easy to me replace the
authentication method, customize how the portal looks, translate
to my native language (portuguese), make a JBuilder project to
debug and so on.
  The problem to me is the Jetspeed WAR has many features and this let
me confuse. For example they have a hsql database server inside it. I
do not need it because I will use another authentication method.
  As I do still do not know very well how portlets work and are
configurated it is difficult to me start to remove things without
break something or let something I do not need on the project.

-- 
 Danilomailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: How to start

2002-09-26 Thread Alex McLintock


>   What I can use as a starting point to make my jetspeed portal ?
>   The problem is the sample who comes with jetspeed has many features
>so I am felling lost.


Just take one of the portlets most close to what you want and start to 
modify that one.

Eg the Velocity portlet if you are a velocity programmer, the JSP portlet 
if you prefer JSPs. (There is one isn't there).

You can ignore all the other portlet types you don't need.

Alex



Openweb Analysts Ltd, London.
Software For Complex Websites http://www.OWAL.co.uk/
Open Source Software Companies please register here 
http://www.OWAL.co.uk/oss_support/


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




How to start

2002-09-25 Thread Danilo Luiz Rheinheimer

Hi,

  What I can use as a starting point to make my jetspeed portal ?
  The problem is the sample who comes with jetspeed has many features
so I am felling lost.
  What I need to keep to have a really minimal portal (just a simple
user autentication) and one "hello world" portlet ?
  So with this I can envolve the portal to fill my needs.
  TIA.

-- 
Best regards,
 Danilo  mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: How to start Jetspeed without any Internet connection?

2001-08-24 Thread Paul Spencer

Vincent,
This may not address all of the issues, but it does address external
content used by Jetspeed.
See the following:
 
http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg01038.html

Paul Spencer

Ng Wui Seng wrote:
> 
> hi all,
> 
> Would like to work offline, without any internet connection, but without any
> internet connection, whenever I start jetspeed, it will give me such error:
> 
> Error encountered processing a template:
> /layouts/html/en/default.jspjavax.servlet.ServletException: JSP compiler
> error: SaApi.servlet.jsp.SaJspCompilerException: XML translator error: The
> tag library at '/WEB-INF/templates/jsp/tld/template.tld' could not be
> opened: The XML document is not valid Errors: Warnings: null: (4,61)
> java.net.NoRouteToHostException: Host unreachable: connect at
> SaApi.servlet.SaServletRequestDispatcher.include(SaServletRequestDispatcher.java:242)
> at
> 
>org.apache.turbine.services.jsp.TurbineJspService.handleRequest(TurbineJspService.java:174)...
> 
> Anybody care to comment?
> 
> Vincent
> 
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
> 
> -
> 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]




How to start Jetspeed without any Internet connection?

2001-08-23 Thread Ng Wui Seng

hi all,

Would like to work offline, without any internet connection, but without any 
internet connection, whenever I start jetspeed, it will give me such error:

Error encountered processing a template: 
/layouts/html/en/default.jspjavax.servlet.ServletException: JSP compiler 
error: SaApi.servlet.jsp.SaJspCompilerException: XML translator error: The 
tag library at '/WEB-INF/templates/jsp/tld/template.tld' could not be 
opened: The XML document is not valid Errors: Warnings: null: (4,61) 
java.net.NoRouteToHostException: Host unreachable: connect at 
SaApi.servlet.SaServletRequestDispatcher.include(SaServletRequestDispatcher.java:242) 
at 
org.apache.turbine.services.jsp.TurbineJspService.handleRequest(TurbineJspService.java:174)...

Anybody care to comment?

Vincent

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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