cancel
Showing results for 
Search instead for 
Did you mean: 

Websphere PIK with BOXI R2 SP2

Former Member
0 Kudos

This standard package has only 2 sort functionality, one for name of report sort and other for "sent" date sort....has anyone been able to add other sort methods?? such as sort by "Last Updated", author, folder, etc...????

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi we are trying to deply the Websphere PIK in our portal, but when im uploading the war file it keeps telling me the following.

java.net.MalformedURLException

I think the problem is in the configuration of the web.xml.

Here is the configuration.

Thanks a lot for your help

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">

<web-app>

<display-name>Web Application</display-name>

<!-- BO start -->

<context-param>

<param-name>BusinessObjects Central Management Server</param-name>

<param-value>ALMDIW3K01</param-value>

</context-param>

<context-param>

<param-name>BusinessObjects Automatic SignOn</param-name>

<param-value>false</param-value>

</context-param>

<context-param>

<param-name>BusinessObjects External Automatic Sign-On</param-name>

<param-value>false</param-value>

</context-param>

<context-param>

<param-name>BusinessObjects Authentication Mode</param-name>

<!-- secEnterprise, secWinAD, secWindowsNT, or secLDAP -->

<param-value>secEnterprise</param-value>

</context-param>

<!-- default views' URL starts-->

<context-param>

<param-name>BusinessObjects DocumentUrl</param-name>

<param-value>http://ALMDIW3K01:8080/InfoViewApp/logon.jsp</param-value>

</context-param>

<context-param>

<param-name>BusinessObjects AnalyticUrl</param-name>

<param-value>http://ALMDIW3K01:8080/InfoViewApp/logon.jsp</param-value>

</context-param>

<!-- default views' URL ends-->

<!-- Document viewer Url Object Types that use Document Viewer Url Key -->

<context-param>

<param-name>BusinessObjects Enterprise Document Viewer Object Types</param-name>

<param-value>CrystalEnterprise.Report,CrystalEnterprise.Analysis,CrystalEnterprise.Webi,CrystalEnterprise.Rtf,CrystalEnterprise.Txt,CrystalEnterprise.Pdf,CrystalEnterprise.Excel,CrystalEnterprise.PowerPoint,CrystalEnterprise.Word,CrystalEnterprise.MyInfoView,CrystalEnterprise.FullClient</param-value>

</context-param>

<!-- Analytic viewer Url Object Types that use Analytic Viewer Url Key -->

<context-param>

<param-name>BusinessObjects Enterprise Analytic Viewer Object Types</param-name>

<param-value>CrystalEnterprise.Analytic</param-value>

</context-param>

<context-param>

<param-name>BusinessObjects Enterprise Token Timeout</param-name>

<param-value>60</param-value>

</context-param>

<context-param>

<!--

object types listed here will not be shown in listing portlet

-->

<param-name>BusinessObjects Object Exclusions</param-name>

<param-value>CrystalEnterprise.ObjectPackage,CrystalEnterprise.Program,CrystalEnterprise.AFDashboardPage</param-value>

</context-param>

<!-- BO end -->

</web-app>

Best Regards

Carlos Andres Jaramillo

ARGOS S.A