| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- How to Customize the Color Scheme for the BEA WebLogic Server 9.x Administration Console by Scott Nelson - [Clicks: 27]
Learn how to customize the appearance of the Weblogic 9.x console. It may be tricker than you think.
http://www.developer.com/design/article.php/3642346 - Nov, 2006 - BEA WebLogic 9.x New Features and Configuration Gems by Vlad Kofman - [Clicks: 77]
This article will explain the BEA WebLogic 9.x server platform. In particular, it focuses on the new features, configuration tips for cluster enabled applications, tips on starting multiple instances of the WebLogic servers from within the development environment, and other configuration and maintenance gems that are very practical for development and setup. In addition, it will cover some of the differences between WebLogic 9.x and 8.x servers.
http://www.developer.com/design/article.php/3638656 - Oct, 2006 - Using PFX and PEM Certificate Formats with Keystores by Arvind Tiwari - [Clicks: 64]
Public Key Cryptography Standards #12 (PKCS#12) specifies a portable format for storing and transporting user or server private keys, public keys, and certificates. It is a binary format, and these files are also known as PFX files. Developers often need to transform PFX files to some different format, such as PEM or JKS, so that they can be used by standalone Java clients using SSL communication, or WebLogic Server. This article describes how to export the private key, public key, and certificate from a PFX file and create JKS or PEM files from these artifacts.
http://dev2dev.bea.com/pub/a/2006/08/pfx-pem-certificate-formats.html - Sep, 2006 - Send E-mail from a Web Form Using WebSphere Application Server and the JavaMail API by Kulvir Singh Bhogal - [Clicks: 41]
If you've ever wanted to create a Java application that could send out email via a Web form, you need JavaMail in your toolbox. Find out how you can allow a simple JSP page to send out email using IBM tools and the JavaMail API.
http://www.devx.com/Java/Article/32492 - Sep, 2006 - Creating Custom Load-Balancing Schemes using Mbeans by Francesco Marchioni - [Clicks: 37]
This article shows how to achieve a custom load balancing solution based on MBean information collected from the managed servers of a cluster. The solution is based on a combination of using the BEA WebLogic Server CallRouter class and collected MBean statistics. In this article I use as a policy the amount of free memory on the individual servers. As a result the amount of work between servers will be distributed based on a vertical paradigm that will lead to a better use of memory resources in your domain.
http://dev2dev.bea.com/pub/a/2006/07/custom-load-balancing.html - Jul, 2006 - Introduction to the WebLogic Diagnostics Framework (WLDF) by Rebecca Sly - [Clicks: 50]
IT managers and system administrators need better ways to monitor and analyze the performance of their servers and deployed resources than scraping log files. WLDF provides such an approach, with powerful instrumentation, data harvesters and persistence features.
http://dev2dev.bea.com/pub/a/2006/06/wldf.html - Jun, 2006 - Managed File Transfer Capabilities in the WebLogic Platform by Senthil Kumar Krishnan, Ambarish Nagarajan, Hari Prakash - [Clicks: 40]
FTP is not dead. Learn how to build an industry-strength file transfer capability using WebLogic Workshop and WebLogic Integration 8.1.
http://dev2dev.bea.com/pub/a/2006/02/managed-file-transfer.html - May, 2006 - Managing Applications with HP OpenView by Grace Lin - [Clicks: 150]
This tutorial focuses on JMX (Java Management Extensions) for the design of manageability of J2EE applications. I cover JMX basics and show how to instrument a simple J2EE application through JMX inside the BEA WebLogic Workshop 8.1 environment. I also introduce JMX Metric Builder, a tool that helps J2EE developers to configure their MBeans into a manageable metric, managed by a management application that is an HP OpenView BEA WebLogic SPI (Smart Plug-in). The end-to-end management solution provided by HP OpenView not only prevents application downtime but also makes line-of-business (LOB) managers aware of the business impact of an application's running status.
http://dev2dev.bea.com/pub/a/2006/02/managing-hp-openview.html - Feb, 2006 - Use JMS Clients to Utilize Free Computer Resources by Nimish Doshi - [Clicks: 71]
In an enterprise, many computers are often either being underutilized due to the nature of the work performed on them or not being used at all because it is after business hours. In many of these institutions, application servers are grinding away taxing CPUs, especially if they are performing CPU-intensive mathematical work, while other machines on the network sit idle. This article proposes a framework for placing Java Messaging Service (JMS) clients on these underutilized machines to offload the work normally performed on a server. The client can listen on a request queue for a unit of work to perform, and respond on a reply queue. In addition, the article presents a BEA WebLogic Integration 8.1 architecture example that reliably distributes units of work to JMS request queues using a workflow with associated Java controls as an alternative framework to distributing work to remote clients.
http://dev2dev.bea.com/pub/a/2006/02/jms-distributed-work.html - Feb, 2006