Archive for September, 2007

Remote Desktop Tricks

Operating Systems on September 29th, 2007 No Comments

Rarely do we get the “privilege” of working in freezing cold server rooms to access Aqualogic portal servers directly. Instead, the connection of choice is the Remote Desktop Connection application that connects to Terminal Services on those systems.

It’s pretty common to have to move files to and from these servers, and the usual route [...]

Publisher Fault Tolerance – Part 1

Fault Tolerance, Publisher on September 26th, 2007 3 Comments

Publisher is one of the most critical infrastructure pieces of the ALUI portal, since it provides some of the most visible pieces of the average portal page (such as the header and footer). For this reason, it should be configured to be as fault-tolerant as possible.

A common misconception is that Publisher is a single, self-contained [...]

Brand Your Portal’s Icon

Portal Server on September 20th, 2007 No Comments

Here’s a neat (albeit relatively trivial) trick: Ever notice when you go to some web sites, the default icon changes from the little IE or FireFox icon? You can do that for your portal too, and it’s simple.

Just create a small icon (16×16), save it as “favicon.ico”, and put it in the root [...]

Cool Tools Part II: BGInfo

Cool Tools on September 16th, 2007 No Comments

If you work different environments (dev, test, prod) with a lot of servers (portal, publisher, collab, search), you’ve no doubt experience the problem where you’re looking at a remote window of a machine and completely forget which machine it is. Or, say, you know what the machine name is from the title bar, but [...]

Know your traffic flow – Part II

Portal Server on September 13th, 2007 No Comments

We’ve touched on this time and again – optimizing your Aqualogic Portal is tricky because there are so many moving parts. We’ve talked about optimizations on the front end (image server), back end (portlet servers), and today I’d like to share a diagram that covers a lot of the HTTP requests in between.

The following [...]

View ALUI Portal Source for Performance Data

Portal Server on September 9th, 2007 No Comments

Here’s a quick and easy tip: when someone reports the ALUI Portal is “slow”, have them do a View:Source on the page and scroll to the bottom. There they should see an HTML comment on how long it took for the page to render:

Not only can you see what server the page was [...]

ALUI Publisher, Collaboration, Studio Diagnostic Pages

Collaboration, Publisher, Studio on September 7th, 2007 No Comments

Integration products in the Aqualogic product suite often have diagnotic pages built in, and sometimes it’s not that obvious how to get to them. But if you know the right URLs, they can provide a huge amount of useful information and sometimes even tips on how to remedy common problems. Note that you may be [...]

Don’t Gateway Static Content

Portal Server on September 4th, 2007 No Comments

In my last post, I talked about all the HTTP requests that are made during a single ALUI portal page request. One of the things you may have noticed was that all HTTP requests were routed through the portal and the portal gateway. In cases where you’ve got portlet HTML that needs to [...]

Know your traffic flow – Part I

Portal Server on September 1st, 2007 No Comments

A complaint that comes up all the time is “The portal is slow”. And from the end-users’ perspective, this can be true – users shouldn’t have to wait more than a couple of seconds for a page to load.

But that simple statement overlooks the fact that there are many different servers involved in the [...]

Changing SSO Settings

Portal Server on September 1st, 2007 No Comments

I was recently at a client site who was having problems with their Single Sign-On Settings. They were using RSA ClearTrust with ALUI running behind WebLogic 8.1 and were seeing performance issues related to SSO. We started troubleshooting the problem by looking at a combination of RSA settings, the portalconfig.xml, and various settings on Apache [...]