plumtree

Programmatically download a file from plumtree knowledge directory

I am new to plumtree and I am trying to get to know the Plumtree object model. I am trying download a file from the plumtree knowledge directory programmatically. This is the code I am using: IRemoteSession session = RemoteSessionFactory.GetExplicitLoginContext(new Uri(url), userName, password); IDocumentFolderManager DocFolderManage...

Is there any Forum or Knowledge base for Plumtree interms of hosting Asp.net as Portlets

I am quite new to Plumtree, and hosting asp.net pages as portlets is not so easy. There are weird issues coming up every time, like -> Session variables don't work across PAges -> Build- in Ajax doesn;t work -> Response.redirect fails I would like know more on hosting asp.net pages in plumtree, Please let me know if you come across a...

Obtaining client IP Address through ALUI Portal Gateway

Currently using Oracle/BEA/Plumtree ALUI Portal 6.1, and am trying to display a client's IP Address. Problem is that since this content is being gatewayed, the portal server's address is coming up when I call <%= request.getRemoteAddr() %> (<%= request.getRemoteHost() %>) I am pretty much doing the java equivalent of this link, and i...