本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
paulwong - fantaxy025025
- johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- gengyun12
- jickcai
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- 龙儿筝
- mengjichen
- lemonhandsome
- jbosscn
- zxq_2017
- nychen2000
- lzyfn123
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- siemens800
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
最新文章列表
Webspere MQ usage
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputSt ...
监控WebSphere解决方案
监控WebSphere常见的有两种方案,如下:
方案一、通过perfServletApp进行监控
perfServletApp项目是由WebSphere提供的(在安装目录下可以找到PerfServletApp.ear ,默认没有部署),用于简单的端对端检索性能数据, IBM或第三方供应商提供的任何工具都可以处理此性能数据。通过servlet访问,返回XML 格式的信息,然后解 ...
用命令启动WebSphere集群(软集群)
工作中遇到,记录下来,备用....
//启动主控节点的Manager.
[root@dqjzappserver63 /]# cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin
[root@dqjzappserver63 bin]# ./startM ...
关于webSphere的一个bug
现象:项目在RAD集成webSphere服务下能够发布,但是启动不起来,启动的时候控制台只显示启动失败,发起了一个ffdc事件,然后去查看到服务ffdc时,发现异常信息如下。
[13-3-21 16:45:05:142 CST] FFDC Exception:java.lang.NullPointerException SourceId:com.ibm.ws.ws ...
WebSphere Commerce Contract Export
Exporting contracts using XML files
Exporting contracts using the XML flies that define them.
Procedure
Start the WebSphere Commerce Test Server.
Open a SQL session to your database and type ...
jar,ear,war包的区别
jar包——打成jar包的代码,一般是用作工具类,在工作中,会用到N多的jar包工具类;
war包——Java web工程,都是打成war包,进行发布,如果我们的服务器TOMCAT等轻量级服务器,一般都打成war包进行发布;
ear包——这针对企业级项目的,实际上EAR包中包含WAR包和几个企业级项目的配置文件而已,一般服务器选择WebSphere等,都会使用EAR包。
websphere部署应用报内存溢出ZIP006:OutOfMemoryError
系统64位linux redhat6 was6.0,部署应用时日志显示:R java.lang.OutOfMemoryError: ZIP006:OutOfMemoryError, ENOMEM error in ZipFile.open;war包是没问题的在我本地虚拟机上可以正常部署,只是我本地的是32位redhat5,was版本都是一致的,我尝试了打was的补丁包,修改java堆大小,都不好用, ...
WebSphere端口修改为80
第一种,直接变9080端口为80端口
1、修改端口9080为80
Servers ==> Server Types ==> WebSphere application servers
Application servers > server1 > Communications ==> Ports
将WC_defaulthost的端口9080修改为80
2、修改虚拟主机 ...
Eclipse 远程调试 WebSphere Application Server (WAS)、Tomcat
习惯于直接在eclipse里对本地的tomcat进行部署和调试。偶然发现远程调试也相当有意思。
Java的远程调试不仅仅限制于tomcat,基本上所有的中间件都可以。但不论是哪种中间件,远程调试都可以基于JPDA实现。(JPDA是啥?问问谷哥)。
下面分tomat和WebSphere来分别记录如何进行eclipse的远程调试。
1. Tomcat (测试用的版本是7.0.2)
远程调试必 ...
WAS 7集群间节点同步问题
1、停nodeagent和appserver
有两种方式可以停appserver,使用was 控制台停比较方便,下边是停止方法
停appserver:登录was控制台后,依次点击"服务器"-->“集群”-->"WebSphere Application Server集群",然后选中集群,单击“停止”
停nodeagent:登录was控制台后, ...
EJB3 Study
ejb project: cust
public class StatelessCounterBean implements StatelessCounterBeanRemote, StatelessCounterBeanLocal {
/**
* Default constructor.
*/
public StatelessCounterBe ...
Websphere 重要参考 - IBM Redbooks - IBM 红皮书
WAS V6.1
WebSphere Application Server V6.1: Technical Overview
http://www.redbooks.ibm.com/redpapers/pdfs/redp4191.pdf
WebSphere Application Server V6.1: Planning and Design
http://www.redbooks.ibm.c ...
websphere 端口修改
部署到websphere上的项目默认的端口号9080,要改为其他的端口号的话只要修改以下两个文件即可:
文件一:
WebSphere/AppServer/profiles/AppSrv01/config/cells/sunNode01Cell/nodes/sunNode01/serverindex.xml
<specialEndpoints xmi:id="Named ...
启动和停止 IBM HTTP Server
一、使用管理控制台启动 IBM HTTP Server
关于本任务
可以通过 WebSphere Application Server 管理控制台使用 WebSphere Application Server Node Agent 或使用 IBM HTTP Server 管理服务器来管理 IBM HTTP Server。对 Deployment Manager(dmgr)受管节点定义的 IBM HT ...
Websphere服务器内存如何修改
一、jxl的java.lang.OutOfMemoryError
jxl导出excel时,执行Workbook.createWorkbook(os)是报java.lang.OutOfMemoryError。
这个问题是jvm虚拟机的默认Heap大小是64M,可以通过设置其最大和最小值来实现。
设置的方法主要是:
1.可以在windows 更改系统环境变量加上JAVA_OPTS=-Xms64m -Xm ...
BIRT/WebSphere Deploy
引用
BIRT WebSphere 6.0.1 Deployment
This entry explains how to deploy the WebViewerExample contained in the BIRT 2.6.2 runtime as an ear file using WebSphere Application Server, Version 6.0.1.0.
【注意】 ...
WebSphere7.0 下载 / 安装 / windows下配置oracle10g数据源 / 署发布项目/修改JVM的内存
https://www14.software.ibm.com/webapp/iwm/web/pick.do?S_SRCID=was60&source=was60&S_CMP=dwchina&lang=zh_CN&S_TACT=109J84IW
下载地址
开发版800多M
注册后下载
WebSphere7.0安装.doc(见附件)
(windows)webspher ...