在wp 里面使用oralce 数据库的时候,有时会出现OracleXAException: XAER_RMERR (Internal XA Error) 这样的xa error 错误解决方法
参考 http://www.wsuc.tw/community/myforum/viewthread?thread=135 http://www.blogjava.net/jncz/archive/2007/02/04/97846.html 1 ...
olinecount.jar 代码
加入was 类j2ee.jar 在放入portal share里面的ext 下面
package com.gzepro;
public class SessionCounter implements javax.servlet.http.HttpSessionListener{ //定义静态变量保存在线人数 private static int activeSessions = 0;
public SessionCounter() ...
在was 里面修改了一个JAVA虚拟机的参数.保存之后,停止服务就无法启动了提示JVM 选项无效:-client 无法创建 Java 虚拟机。 我怎么样才能改回去.
解决方法
找到server.xml文件,一般在C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\config\cells\jjsNode02Cell\nodes\jjsNode02\servers\server1
修改对应jvm项
oracle 10g
停止 was 与 wps
sqlplus system/admin@wpsdb
create user release identified by password default tablespace users temporary tablespace temp;
create user community identified by password de ...
pki login
1.was 上面配置证书的ssl,入站与出站
2.was 部署拦截器程序
实现 TAI 是一个分为两步的流程
2.1.询问拦截器是否可以验证某个请求;在此情况下,您可以检查在请求 cookie 中是否发送了有效的用户凭据,这种方式话合采用cas cookie,我这里直接读数据库
boolean isTargetInterceptor(HttpServletRequest request) // 为true 通过验证
X509Certificate[] certs=(X509Certi ...
某厅WAS项目集群
DM 红帽系统
node1 IBM 小型机
node2 IBM 小型机
问题:用户在发布一个新的应用后,停止所有服务器,最后停止nodeAgent,启动node1 上面nodeAgent ,再启动所有服务器,提示刚发布应用找不到,查看node上面logs信息提示deployment.xml没有找到,而已前发布应用没有出现同类的错误,而node2没有出问题
分析问题:对比两个node 上面的deployment.xml文件,没有什么不同的地方,只是第一个node1 上面有一路径是乱码,查看刚发布应用的名称, ...
websphere portal资料整理 1.Webpshere使用中的问题解决 http://blog.csdn.net/eye_of_back/category/194423.aspx 2.portal v6 信息中心 http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/index.jsp?topic=/com.ibm.etools.rad.migration.doc/topics/tmgv6faces.html 3.websphere server v6 信息中心 http://publib.boulder.ibm.com/inf ...







评论排行榜