Firefox is turning 10 today and to celebrate, Mozilla is launching a couple of new projects today, including a new privacy initiative and the Firefox Developer Edition, a new version of Firefox that puts the browser’s developer tools front and center.
Author: <span>kenio.carvalho</span>
I never bothered with the names of servers that appeared in Open Application Dialog Application until now.
A customer ask how to remove the server names but without loose the desktop.dsk.
After a search on the subject i found a solution.
1 – Download the desktool utility from IBM and put the file on the Notes program directory
2 – Shutdown the Notes client.
3 – Create a script to delete the files. It is a txt file with the following :
Delete ServerName/Organization
If you want to delete several servers create several lines with the server names.
4 – Run the command dsktool [filename ] -I -R
IBM Domino Interim Fixes to support TLS 1.0 which can be used to prevent the POODLE attack
A customer askme last week if the we separate WCM code from content has impact on WCM/Portal performance.
My answer was No, there is no impact but the customer need an official response. I opened a PMR and receive the response today :
=======================================
As noted, the WCM best practices are to separate the content from the design.
For example, see the following link:
http://www-10.lotus.com/ldd/portalwiki.nsf/dx/How_to_separate_WCM_Content_from_Design
Multiple libraries does not incur additional performance penalties since references are by UUID, which is independent of library.
=======================================
The IBM Notes Traveler client for Android devices allows the end user to connect to their Traveler server over HTTPS (using SSL) or the open HTTP standard. At present, the client application does not explicitly warn the end user if the Traveler administrator has chosen the insecure HTTP variant as the transport medium.
See the complete information on this IBM TechNote
IBM Notes and Domino 9.0.1 Fix Pack 2 as well as 8.5.3 Fix Pack 5/Fix Pack 6 fixes are available for the Java issues disclosed in the Oracle July 2014 Critical Patch Update.
Read more details in this TN
This technote contains questions and answers pertaining to installing and running IBM Notes on Apple’s OS X 10.10.x Yosemite.
You only need to download Notes 9.0.1, as mentioned, if you will install a fresh yosemite.
I upgraded my Mavericks yesterday and only need to install the legacy Apple java. My Notes was on the FP2 level.
Last monday a customer reports the error SRVE0190E and 404 errors appearing sometimes for some users. After reading lots of trace the error was caused by the following:
The customer has one IBM HTTP Server in front of two cells. One cell is WAS Cluster and another is Portal Cluster. The websphere pluging-cfg.xml is merged and then deployed on the HTTP Server.
Reading the trace i discovered that the customer has two applications with the same context root installed.
Solution: Change the context root of one application.
Last month i migrate a from Portal V7.0.2 to V8.0.1.
Today i receive a task to integrate some applications using WAB (Web Application Bridge).
When i launch the Administration interface the Virtual Application Manager portlet was not there.
I search for a solution but at the end i opened a PMR.
This kind of problem was reported and to fix just run the following tasks:
ConfigEngine.sh action-create-library-wp.vwat.engine
ConfigEngine.sh action-create-resource-environment-provider-wp.vwat.engine
ConfigEngine.sh action-create-resource-environment-provider-custom-property-wp.vwat.engine
ConfigEngine.sh action-deploy-portlets-admin-wp.vwat.manager
ConfigEngine.sh action-create-ear-wp.vwat.servlet/ear
ConfigEngine.sh action-deploy-portlets-wp.vwat.webdock
Restart the Portal Server
I am using my MAC book as principal machine (i was a Windows user). Every day i need a ssh connection with servers to do admin tasks.
On windows i use Mobaxterm the best tool i used to do things using ssh. My favorite feature is X Window to use graphical interfaces via x11 forward.
There is no Mobaxterm for Mac, so i installed XQuartz http://xquartz.macosforge.org/landing/.
To use the X Window start your connection (after setup XQuartz) using ssh -X user@server