Did You Know?
With IBM WebSphere Application Server, you pay less and get more than you do with Oracle WebLogic Enterprise Server Edition. 57% less for first year license and support and 53% less to renew support beyond the first year. (Based on publicly available information as of 5/13/2011)Categories
- Base22 (1)
- General Web Development (2)
- IBM Connections (6)
- IBM Web Content Manager (22)
- IBM WebSphere Portal (44)
- Java (8)
- News (12)
- Software Design (1)
- Videos (9)
- Web Content Authoring (1)

Fri, 27 Jan 20:51
Cutting through BigBlue Tape: Using Collective Passion to Scissor Bureaucracy at IBM | Management Innovation eXchange http://t.co/ol3vGw3o
Fri, 27 Jan 14:55
Trying to Get a Grip on Social Media? Here's a Clue. - http://t.co/MfwGfFni
Thu, 26 Jan 07:51
Exit Music (for a film) feat Bailey Burleson: http://t.co/11qzkNOF via @youtube
Fri, 20 Jan 17:05
Now available: WebSphere Portal version 7.0, fix pack 2 (7.0.0.2) http://t.co/nO1MPMMt
Wed, 18 Jan 19:25
How to Set the Title of a WebSphere Portal Page from WCM Content Title http://t.co/vawboIjM
Category Archives: IBM WebSphere Portal
Generating SQL Dynamically in IBM Web Experience Factory
The SQL Call builder in IBM Web Experience Factory can process java method calls that are placed in the SQL Statement. Take the following, for example (note the where clause): Example SQL Call Builder – SQL Statement Other options selected … Continue reading
Tailing WebSphere Portal Log Files in Microsoft Windows
Tailing the WebSphere Portal log files allows you to watch the logs in real-time as they role. In Unix or Linux it can be done with the command tail -f System.out.log, but there is no such command for Windows. Several … Continue reading
Now Available – WebSphere Portal and WCM V7.0 fix pack 2
Portal and WCM fix pack 2 is now available. The fix pack includes a cumulative collection of fixes and updated support for several underlying components. It updates the IBM WebSphere Portal 7.0 (7.0.0.0) or 7.0.0.1 level to the 7.0.0.2 release … Continue reading
Debug Tracing in IBM Web Experience Factory
You can turn on debug tracing for a model in IBM Web Experience Factory with the following procedure: In /WEB-INF/config/log4j.properties, set log4j.logger.bowstreet.system.debugTracing to DEBUG Add a Debug Tracing builder to the model and name it ‘debugTrace’. Check ‘Trace all actions’. … Continue reading
How to Set Default Value of a Text Field in IBM Web Experience Factory
I recently wasted anĀ embarrassingĀ amount of time trying to figure out how to simply set a default value in a text field on a page created by a Data Services User Interface (DSUI) builder. So, after having finally found the solution, … Continue reading
WebSphere Portlet Factory Placeholder – No portlets defined in project
Problem The project has a portlet adapter, but WEB-INF/portlet.xml has no model defined for the model init-param. After deploying the portlet WAR, the message “WebSphere Portlet Factory Placeholder – No portlets defined in project – projectName” is displayed for the … Continue reading
Web Content Authoring within a Virtual Portal
Though it is not necessary to have a unique WCM Authoring UI per virtual portal, there are some reasons why you might find it useful. Here are three that I can think of: Configuring a unique WCM Authoring UI in … Continue reading
Resolution – 404 errors accessing WCM content through the POC Servlet (/wps/mypoc/…)
Recently, we had a problem where WCM URLs in OmniFind search results (generated by the Portal seedlist mechanism) were giving 404 errors when clicked. These are URLs that contain /wps/mypoc in the URL. This page documents a solution that worked … Continue reading
Available Now: IBM WebSphere Portal and IBM Web Content Manager Version 8.0 – Beta 2
The second beta release of IBM WebSphere Portal and IBM Web Content Manager version 8.0 (a.k.a. the IBM Customer Experience Suite) is available now and you can find it here: IBM Customer Experience Suite, IBM WebSphere Portal and IBM Web … Continue reading
Permitting author access to the search collection in a WCM search component
WCM developers who have editor access to a search component may not have appropriate access to the search collection that the component refers to. In this case, the WCM developer may see a warning message in the WCM authoring UI, … Continue reading