Facing the following issue in Websphere 5.1 with Oracle

2006-02-28 Thread Krishna Kumar \(krishkum\)
Hi, I am trying to deploy Jetspeed-2.0 war in Websphere 5.1. Installation of the war is successfull and i have started the application. when I try to access http://localhost:9080/jetspeed/portal , I am getting 500 Internal server error. and the following is the error message SRVE0026E: [

Re: Newbie Question

2006-02-28 Thread David Sean Taylor
Chad Shryock wrote: Hello, I am attempting to find documentation. I am new to portal development. I want to create my own portal. Where can I find documentation to set up/develop using Jetspeed2? Any good books out there? Must reads? Any help/pointing would greatly be appreciated. Thanks! Ch

Newbie Question

2006-02-28 Thread Chad Shryock
Hello, I am attempting to find documentation. I am new to portal development. I want to create my own portal. Where can I find documentation to set up/develop using Jetspeed2? Any good books out there? Must reads? Any help/pointing would greatly be appreciated. Thanks! Chad.

Re: Add Render Parameters for Application Scope ?

2006-02-28 Thread Aaron Evans
I'm not sure I understand your question. If you want something application wide (ie all user sessions, all requests), use a constant or put it in the portlet context. Or you could use a read-only portlet preference. You can put render parameters in the URL of a portal page for a GET if you wish

How to generate URLs to PSMLs ?

2006-02-28 Thread Joachim Müller
Hi, how can i create a URL to a PSML page which takes into account URL rewriting (session if cookies are disabled) and also Profile locating. This URL should be generated in the doView() method (or in the template) of a portlet. In Jetspeed 1 this could be done via JSP tags. I know JS2 separates

Add Render Parameters for Application Scope ?

2006-02-28 Thread Joachim Müller
Hi, - is it possible to set render parameters for a whole portlet application. Something equivalent to the APPLICATION_SCOPE in the Session, but this time encoded in the URL SO BOOKMARKING WORKS !!! The constraint about setting render parameters via the ActionResponse Object of a portlet is, that