Re: Demo source

2008-12-24 Thread murthy gandikota
. It was very straightforward *after* I figured out how to do it. :) Thanks Murthy From: murthy gandikota To: jetspeed-user@portals.apache.org Sent: Wednesday, December 24, 2008 11:27:54 AM Subject: Demo source Hi I have downloaded the Jetspeed2 demo jar and ran

Demo source

2008-12-24 Thread murthy gandikota
Hi I have downloaded the Jetspeed2 demo jar and ran it successfully. Does anyone know where I can get the source files? Checked SVN at the jetspeed2 and couldn't find the source. Thanks Murthy

Re: Remote Address sans Rundata-- Jetspeed 2

2007-11-15 Thread MURTHY GANDIKOTA
Thought this may be useful for some one: import org.apache.jetspeed.request.RequestContext; import org.apache.jetspeed.PortalReservedParameters; public void processAction(ActionRequest req, ActionResponse res) throws PortletE xception, IOException { RequestContext rc = (RequestContext) req.g

How to remove navigation bar -- Jetspeed2?

2007-11-15 Thread MURTHY GANDIKOTA
Hi I found this link for Jetspeed - 1 that talks about how to remove the navigation bar from the default page. http://www.mailmeanywhere.org/doc.free/neda/fias/fiasVision/fullVision/split/node44.html I want to do the same in Jetspeed-2 but couldn't find the VM files. Any help? Thanks Murthy

RE: Can there be 2 renderer portlets in one view?

2007-11-11 Thread Murthy Gandikota
Murthy Gandikota wrote: > I have tried to create two portlets that have their own GUI to co-exist in > the same view without success. I am using Jetspeed 2.1.2 with Tomcat on > Redhat Linux. I have 2 portlets: ChangeCasePortlet and echo. They both come > with a GUI. I am able to see

Remote Address sans Rundata-- Jetspeed 2

2007-11-11 Thread Murthy Gandikota
According to the following, the RunData is no longer supported in Jetspeed 2 http://portals.apache.org/jetspeed-2/j1-users.html If we want to get the IP address of the remote user, how can we get it? In JSP/Servlet one gets the remote IP by making getRemoteAddr() call on the HttpServletRequest

RE: Can there be 2 renderer portlets in one view?

2007-11-01 Thread Murthy Gandikota
David Sean Taylor [mailto:[EMAIL PROTECTED] On Nov 1, 2007, at 11:07 AM, Murthy Gandikota wrote: > David Sean Taylor [mailto:[EMAIL PROTECTED] wrote: > On Oct 28, 2007, at 5:00 PM, Murthy Gandikota wrote: > >>> is that the class name? >>> The "Cannot retriev

RE: Can there be 2 renderer portlets in one view?

2007-11-01 Thread Murthy Gandikota
David Sean Taylor [mailto:[EMAIL PROTECTED] wrote: On Oct 28, 2007, at 5:00 PM, Murthy Gandikota wrote: > I have tried to create two portlets that have their own GUI to co- > exist in the same view without success. I am using Jetspeed 2.1.2 > with Tomcat on Redhat Linux. I have 2

RE: Can there be 2 renderer portlets in one view?

2007-10-29 Thread Murthy Gandikota
n one view? Can you start a "new" thread for a "new" topic? Murthy Gandikota wrote: > I have tried to create two portlets that have their own GUI to co-exist in > the same view without success. I am using Jetspeed 2.1.2 with Tomcat on > Redhat Linux. I have 2 po

Can there be 2 renderer portlets in one view?

2007-10-28 Thread Murthy Gandikota
I have tried to create two portlets that have their own GUI to co-exist in the same view without success. I am using Jetspeed 2.1.2 with Tomcat on Redhat Linux. I have 2 portlets: ChangeCasePortlet and echo. They both come with a GUI. I am able to see them one at a time by reordering them in the

RE: Illegal State Exception - Jetspeed2 + Tomcat 5.5.23 + Redhat

2007-10-27 Thread Murthy Gandikota
I had two Host entries in server.xml one for localhost and another by IP address both pointing to the same appBase. Phew! That was that! Learnt my lesson the hardway -Original Message- From: Murthy Gandikota [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 1:23 PM To

Why is Jpetstore in Jetspeed2?

2007-10-26 Thread Murthy Gandikota
I'd like to see Jpetstore: a) manage its side-bar as a portal#A b) manage its main area as portal#B This way we can understand the Inter-portal Communication (IpC) using session or application whereby portal#B's content is controlled from portal#A's events and vice-versa. Has anyone done this? I

Illegal State Exception - Jetspeed2 + Tomcat 5.5.23 + Redhat

2007-10-25 Thread Murthy Gandikota
I downloaded the latest Jetspeed2 release (2.1.2) and Tomcat 5.5.23 onto Redhat Linux. Using Maven 2 I could successfully compile and install Jetspeed 2. The Tomcat logs indicated that the container name Jetspeed is not unique I handled this by modifying the code as follows: components/portal/sr