Quantcast
Channel: Comments: IBM Digital Experience wiki
Viewing all 1367 articles
Browse latest View live

Re: Creating a social network configuration document

$
0
0
Seems to be a missing step between 4 and 5, creating a credential vault slot?

Re: WCM Adding Categories to User Profile at runtime using DynamicMapper

$
0
0
Hi Chris,

Great article. Is this still the recommended approach with Portal/WCM 8 for retrieving content based on categories?

Thanks

Re: Installing on Linux WP_PROFILE Issues and getting NO Browser found (Firefox)

$
0
0
Upon completing GUI IIM install on Linux the WP_PRFOFILE is having issues.

The cw_profile seems OK.

Launching IBM WebSphere App -> IBM WebSphere Application Server Network Deployment V8.0 -> Profiles ->wp_profile->First Steps -> Install Verification

ERROR

server name is:server1

Profile name is:wp_profile

Profile home is:/opt/IBM/WebSphere/wp_profile

Profile type is:default

Cell name is:ibmrisk2Cell

Node name is:ibmrisk2Node

Current encoding is:UTF-8

Server port number is:10039

IVTL0010I: Connecting to the ibmrisk2 WebSphere Application Server on port: 10039

IVTL0015I: WebSphere Application Server ibmrisk2 is running on port: 10039 for profile wp_profile

Testing server using the following URL:http://ibmrisk2:10039/ivt/ivtserver?parm2=ivtservlet

java.io.FileNotFoundException: http://ibmrisk2:10039/ivt/ivtserver?parm2=ivtservlet

Testing server using the following URL:http://ibmrisk2:10039/ivt/ivtserver?parm2=ivtAddition.jsp

java.io.FileNotFoundException: http://ibmrisk2:10039/ivt/ivtserver?parm2=ivtAddition.jsp

Testing server using the following URL:http://ibmrisk2:10039/ivt/ivtserver?parm2=ivtejb

java.io.FileNotFoundException: http://ibmrisk2:10039/ivt/ivtserver?parm2=ivtejb

IVTL0080I: The installation verification is complete.

The errors are SRVE0255E: A WebGroup/Virtual Host to handle ibmrisk2:10039 has not been defined.

Launching IBM WebSphere App -> IBM WebSphere Application Server Network Deployment V8.0 -> Profiles ->cw_profile->First Steps -> Install Verification

Works

Server name is:server1

Profile name is:cw_profile

Profile home is:/opt/IBM/WebSphere/AppServer/profiles/cw_profile

Profile type is:default

Cell name is:ibmrisk2Node01Cell

Node name is:ibmrisk2Node01

Current encoding is:UTF-8

Server port number is:9080

IVTL0010I: Connecting to the ibmrisk2.erdiscovery.com WebSphere Application Server on port: 9080

IVTL0015I: WebSphere Application Server ibmrisk2.erdiscovery.com is running on port: 9080 for profile cw_profile

Testing server using the following URL:http://ibmrisk2.erdiscovery.com:9080/ivt/ivtserver?parm2=ivtservlet

IVTL0050I: Servlet engine verification status: Passed

Testing server using the following URL:http://ibmrisk2.erdiscovery.com:9080/ivt/ivtserver?parm2=ivtAddition.jsp

IVTL0055I: JavaServer Pages files verification status: Passed

Testing server using the following URL:http://ibmrisk2.erdiscovery.com:9080/ivt/ivtserver?parm2=ivtejb

IVTL0060I: Enterprise bean verification status: Passed

IVTL0035I: The Installation Verification Tool is scanning the /opt/IBM/WebSphere/AppServer/profiles/cw_profile/logs/server1/SystemOut.log file for errors and warnings.

[4/25/13 16:19:55:004 EDT] 00000000 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.

[4/25/13 16:19:56:418 EDT] 00000000 ThreadPoolMgr W WSVR0626W: The ThreadPool setting on the ObjectRequestBroker service is deprecated.

[4/25/13 16:20:00:224 EDT] 00000000 J2EEServiceMa W ASYN0080W: Registration of the JTA service might not be honored because the service was registered after asynchronous beans was used.

[4/25/13 16:20:00:225 EDT] 00000000 J2EEServiceMa W ASYN0080W: Registration of the JavaCompContextMgr service might not be honored because the service was registered after asynchronous beans was used.

[4/25/13 17:22:21:474 EDT] 00000011 webcontainer E com.ibm.ws.webcontainer.internal.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle /favicon.ico has not been defined.

[4/25/13 17:25:01:856 EDT] 00000011 prefs W Prefs file removed in background /root/.java/.userPrefs/prefs.xml

IVTL0040I: 6 errors/warnings are detected in the /opt/IBM/WebSphere/AppServer/profiles/cw_profile/logs/server1/SystemOut.log file

IVTL0070I: The Installation Verification Tool verification succeeded.

IVTL0080I: The installation verification is complete.

Launching IBM WebSphere App -> IBM Websphere Portal Express V8 -> First Steps

Yields noBrowser.html (Firefox 17.0.5 is installed , export BROSWER=/usr/bin/firefox is in place)

One possible install mistake was specfiying only "ibmrisk2" as portal server name instead of fully qualified name, ibmrisk2.erdiscovery.com. (Can this be updated post install?)

Launching IBM WebSphere App -> IBM WebSphere Application Server Network Deployment V8.0 -> Profiles ->cw_profile->Admin console

Works -> Fires up Firefox fine!

Any thoughts are appreciated.

Re: Web Content Manager JSP tags

$
0
0
Copy & paste problem -- the comment from John above should read as follows:

Use the following instead:

<wcm:initworkspace user="<%=request.getUserPrincipal()%>">

[Error Message - Workspace could not be init'ed.]

</wcm:initworkspace>

Re: Web Content Manager JSP tags

$
0
0
Copy and paste error -- the comment from John above should read as follows:

Use the following instead:

<wcm:initworkspace user="<%=request.getUserPrincipal()%>">

[Error Message - Workspace could not be init'ed.]

</wcm:initworkspace>

Re: Inspecting or Troubleshooting with portlet preferences stored in different modes

$
0
0
Can the portlet preferences of a portlet can be accessed from the theme??

Re: Social Media Publisher

$
0
0
This step is included in the detailed topic for each social media provider...

Re: Implementing friendly URLs in IBM WebSphere Portal 8-based WCM rendering

$
0
0
Hi Amit

Thanks for the great Article..

Does this approach will work if we are having multilanguage support ?

We have requirement of implementing friendly URL in Portal 8 but our customer portal is supported in many language.

I think Portal keeps navigation state to keep the current selected language per session.

Could you please give some more details on this and also to my question.

Thanks

Navneet

Re: Using friendly URLs without state information

$
0
0
Hi

What will be consequences on Portal language. Suppose I have portal with multilingual support and I am currently on language other then English. Since portal is not having state information so it will redirect user to English language?

How this language/locale is implemented in portal.

Thanks

Navneet

Re: Installing Content Template Catalog and Site Builder on virtual portals

$
0
0
CTCv4 Installation tip:

Note: If you used the Base Portal's "Manage Virtual Portal" portlet to create your virtual portal and you only used a VirtualPortalContext value and left VirtualPortalHostName value blank to create your Virtual Portal, then you do not need to specify the VirtualPortalHostName in the ctc.properties file to install CTCv4.

I did find this in an older CTC install document which indicates you only use one or the other for CTC.

Reference:

Specify the host name or context path for your virtual portal.

VirtualPortalHostName

Specify the host name for your virtual portal. The host name value takes precedence over VirtualPortalContext. If you only use a context path in your virtual portal, leave this setting blank.

VirtualPortalContext

Specify the context path extension for your virtual portal. For example, if your virtual portal is accessed through /wps/portal/myVirtualPortal then VirtualPortalContext should be set to myVirtualPortal.

Re: Deploying and developing IBM WebSphere Portal 8 themes: A step-by-step guide

$
0
0
Hi, thanks for the article - very helpful!

I'm struggling to create a custom profile. The sample xmlaccess script defines the default profile as:



In my custom theme I've placed a new profile.json file in the path themes/customtheme/profiles. However, the theme is not reflected when setting the theme profile using the advanced tab in page properties. I'm sure I'm missing something obvious here... any help would be greatly appreciated!

Re: Deploying and developing IBM WebSphere Portal 8 themes: A step-by-step guide

$
0
0
You need to create the profile using a plugin.xml. A sample can be found here: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Adding_new_Dojo_Modules_in_IBM_Portal_8.0 - Deploying the Custom Module (WebSphere Portal 8.0)

Re: Import SSL certificate to set up trust association

$
0
0
Is this method preferable to using the Retrieve from Port function provided by WAS at SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Signer certificates

Re: IBM WebSphere Portal V 7.0 Performance Tuning Guide

$
0
0
Be very carefule if copying settings from the tuning guide tables as some of these settings when copied will contain space in the property and therefore may not be properly applied when added the the custom property to the specific configuration within the administrator console

Re: IBM WebSphere Portal V 8.0 Performance Tuning Guide

$
0
0
Shouldn't the title and attachment be clarified that it's for 8.0.0.1 also?

Re: Checking Your Level of Dojo and Enabler

$
0
0
What are the steps involved in the WebSphere Integrated Solutions Console to run the given commands ?

Re: 4 Pattern 1: Adding social alongside an existing intranet

$
0
0
For example when i click on Status Updates. But now i use IC 4.5 and i don't have any issues.

Re: Adding a category to the customization shelf

$
0
0
Nice article. I have a requirement where i want to add a new Category and wants to display it under a whole new section like Overview/Styles similar section. I looked at the theme and saw that these are controlled through ShelfActions.json and addContent.json. Few things i could not figure out. Just in case if you can help.

1) I could not locate the resource bundle to specify my New section Label. I see they are using com.ibm.bundle some shelf bundle in ShelfActions.json.

2) I want only one Category to be displayed in my new section.

Do you think this is possible with themes ?

Re: IBM Content Catalog V4.0

$
0
0
Please identify this as update2 that was posted on March 4. This will help people keep up-to-date with the latest version.

Rich Text doc has CDATA syntax error

$
0
0
The doc above for rich text is missing the inner square brackets "[" and "]"

so should look lik this (not sure it will show up correctly):


This is the content]]>
Viewing all 1367 articles
Browse latest View live