IBM WebSphere应用服务器入门指南

开始使用IBM WebSphere Application Server(WAS)工作了吗?

因为市场上有很多替代的应用服务器可用,IBM WAS的趋势正在下降,但这并不意味着它已经消亡了。

仍然有很多组织在使用它,并且将在未来继续使用。如果您正在从事其他中间件技术并被指派为WAS管理员角色,那么需要一点学习。我写过很多与WAS相关的文章,但它们没有按顺序组织。

许多人问我如何作为初学者开始使用它,因此在本文中,我试图将内容整合在一起,以便新手可以轻松跟随。

基本介绍

让我们先熟悉IBM WAS terminology

上述文章应该让您对基本知识有所了解。作为中间件管理员,您经常需要处理多种技术和平台,可以是Windows或Linux。

让我们查看一些与平台相关的文章。

Useful Windows Stuff to Know as System Administrator

Useful Linux find Commands for System Administrator

Linux Commands for Middleware/WebSphere Administration

现在,您应该对经常使用的一些流行命令有所了解,以支持和管理操作系统。

接下来,您需要熟悉安装过程。

虽然罕见,但如果还有一些组织在使用WAS 7,那也不足为奇。

How to Download & Install WebSphere Application Server 7 on Linux

或者,如果您仍在使用WAS 7并被要求参与WAS 8.5的工作,那么以下安装指南将对您有所帮助。

How to Install IBM WebSphere and apply Fix Pack?

IBM已发布了第9版,如果您需要了解一下,以下是安装步骤。

How to Download and Install WebSphere 9 ND in Linux?

您可能想知道WAS 8.5有哪些新功能,下面就是。

What’s new in WebSphere Application Server 8.5.5?

安装完成后,您需要创建一个配置文件。

How to Create a Profile in WebSphere ND?

接下来想做什么?也许是了解如何创建一个集群。

How to Create Cluster in IBM WebSphere ND?

WAS 8.5.x中有一种新类型的集群叫做动态集群,想要了解的话,可以查看下面的链接。

WebSphere 8.5.x Dynamic Cluster

是时候了解停止/启动过程和其他您将经常使用的重要脚本了。

Useful WebSphere Application Server Administration Scripts

现在,您对IBM WAS管理是否感到舒适了?

让我们来看看在生产环境中需要执行的一些日常任务。

遇到性能相关问题,开发人员或IBM要求执行转储以进行进一步分析。

Generate Heap Dump, Java Core & System Dump in WebSphere

并且,生成和分析线程转储

How to Generate and Analyse WebSphere Thread Dump?

可能出现间歇性问题,您希望在WAS挂起时自动进行线程转储。

How to take Thread Dump Automatically when WebSphere Hung/Stop?

让我们来看看如何配置堆转储。在容量规划和压力测试期间,您经常需要它。

Modify WebSphere Memory Heap Size in JVM, Nodeagent & DMGR

不要忘记检查以下一些基本配置说明。

Useful WebSphere Application Server Configuration Guide

IBM定期发布Fix Pack,其中包含安全性、性能修复和改进。作为WAS工程师,您应该定期更新它们,以保持应用程序安全和快速。

Fix pack Upgrade Guide in IBM WebSphere 8.5

您有没有问过如何与web服务器集成?

How to Use Nginx with WebSphere Application Server?

How to Integrate IBM HTTP Server with WebSphere in 8.5.5?

还有一些额外的阅读时间。

Virtual Host in WebSphere and Configuration Guide – Explained

How to Monitor & Identify Performance Issue in WebSphere?

另外,如果您计划换工作。

50 Frequently Asked WebSphere Interview Questions and Answers

现在您在处理IBM WAS方面是否感到更加舒适了?

我知道这还不完整,但我相信作为一个初学者,这应该给您足够的知识来开始使用它。

类似文章