Websphere
cindysaj
这个作者很懒,什么都没留下…
展开
-
DataSource configuration guide
This page describes how to create the DB2 data source in WAS/WPS 6.0.2. [b]Step 1: Create the J2C authentication alias for the database[/b] 1 Login the WAS console, click "Security" - > "GlobalSe...2010-03-11 10:32:23 · 79 阅读 · 0 评论 -
JMS configuration guide
This page introduces how to create the JMS connection factory and queue in WPS 6.0.2. Login the WAS admin console with the administartor user name and password; [b]Step 1: Create a service bus "...2010-03-11 10:44:57 · 160 阅读 · 0 评论 -
Mail session configuration guide
This page describes the steps to configure a mail session in WPS 6.0.2 for the MyTranslaiton Portal notificaiton function. 1 Open WAS console with administrator username and password 2 Click "R...2010-03-11 10:51:34 · 78 阅读 · 0 评论 -
Scheduler configuration guide
This page introdues how to create the scheduler in WAS 6.1 step by step Startup the WAS server and open the WAS admin console; [b]Step 1: Create a Work manager[/b] 1 Select "Resources" -> "Asyn...2010-03-11 10:54:10 · 136 阅读 · 0 评论 -
WebSphere设置JDK版本解决不支持JDK新特性(如泛型)的问题
由于WAS6.1采用JDK5.0,所以如果JSP中嵌入的代码包含JDK5.0的特性,编译的时候会出错。所以需要设置相应的JSP引擎配置参数如下: jdkSourceLevel 这是在 WebSphere Application Server V6.1 中引入的支持 JDK 5 的新 JSP 引擎参数。此参数的缺省值为 13。该参数需要重新生成 Java 源代码。以下是 jdkSourceL...原创 2010-08-02 14:51:04 · 388 阅读 · 0 评论 -
request.getParameterMap
从Tomcat下拷来了catalina.jar,代码写成 ParameterMap requestParams=(ParameterMap)request.getParameterMap(); requestParams.setLocked(false); requestParams.remove("key"); ...... 运行时还是报类型转换错误:不能从org.apache...原创 2010-06-06 22:58:43 · 102 阅读 · 0 评论