问题标签 [websphere-7]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
8 回答
23265 浏览

java - JSF 2.0 能否与 Websphere 应用服务器版本 7.x 一起使用

JSF 2.0 能否与 WebSphere Application Server 版本 7.x 一起使用?

如果是这样,怎么做?

0 投票
3 回答
2794 浏览

ide - 用于 websphere/jython 的 IDE

我想为 WebSphere 7 开发管理 jython 脚本。是否有任何 IDE(或者可能是 eclipse 的插件)提供代码自动完成功能、启动/停止服务器的能力、调试 jython 脚本?我知道有 Application Server Toolkit 6.1,但它适用于 WebSphere 6.1,不能应用于 WebSphere 7。

0 投票
2 回答
850 浏览

tomcat - Websphere Application Server 7 中包含什么版本的 Tomcat

据我所知,Websphere Application Server 包含一个 Tomcat 实例作为 servlet 容器。

我想知道 Websphere 7.0 版本中的 Tomcat 是哪个版本,因为我们计划使用 Tomcat 进行开发,但使用 WAS 进行部署。显然我们想使用匹配的版本。

0 投票
2 回答
29601 浏览

java - JAX-WS 与 JAX-RPC

我编写了 2 个 Web 服务,一个使用 Jax-WS,一个使用 Jax-RPC。他们只是返回一个字符串。

我使用 jMeter 进行了压力测试,奇怪的是,Jax-RPC 速度更快。

我什么时候才能在性能方面(响应时间、CPU 时间、堆)真正受益于 Jax-WS?我该如何证明呢?

谢谢你的时间!=)

0 投票
0 回答
1308 浏览

websphere-7 - 将 WAS 6.1 迁移到 WAS 7.0 应用程序 ibm-application-bnd.xml 在 ear 中找不到

我正在尝试将 6.1 faces web adf 应用程序迁移到 WAS 7。

当我使用服务器上的资源运行服务器时,它会部署但永远需要。我希望能够在工作区选项中使用资源,但是当我部署控制台时会吐出

这个错误很好,但是我的耳朵项目中没有 META-INF 文件夹,我在任何地方都找不到 xml 文件。那么当我的 WAS 7.0 服务器甚至没有出现在项目中时,它是如何发现的呢?我也查看了文件系统,但在任何地方都找不到。

0 投票
5 回答
21391 浏览

websphere - TCP Channel initialization failed error when starting Websphere Application Server

I'm encountering an error when I tried to run my websphere application server.

TCP Channel TCPInboundChannel_ipcc.Default_IPC_Connector_Name initialization failed. The socket bind failed for host localhost and port 9633. The port may already be in use.

Below is the stack trace of the error:

It logs "Server server1 open for e-business" at the end but then I cannot access my application and even the admin console. I checked port 9633 if it is in use through netstat but it isn't. I also tried to change the port to 21633 but it still gives me the same error. The weird thing about this is I have no problems in running my server (and running my application on that server) last week but when I tried to do so yesterday, this error suddenly shows. I already restarted my WAS and even shut down my pc several times but to no avail. Websphere is not running as a Windows service and I'm trying to run it from eclipse. However, even if I tried running it as a service, I still get the same error. I haven't changed any configuration at all so I'm wondering what might be causing this.
My environment: Windows 7, Websphere Application Server 7.0.0.9

Anyone familiar with this problem? Any help is appreciated! Thanks!

0 投票
1 回答
2559 浏览

deployment - Websphere 7 集群部署

我们有一个 J2EE 应用程序作为 EAR 文件部署在 WAS 7 中,为了使应用程序可用性尽可能高,它需要部署在 3 个集群中。我们有一个 Quartz Scheduler 类,它的工作是每天凌晨 2:00 将数据从一个数据库上传到另一个数据库。

现在,问题是如果ear 将部署在3 个不同的节点以实现负载均衡和高可用性,所有3 个ear 文件将同时触发上传。我们该如何处理。是否可以在 WAS 7 环境中进行一些配置。任何帮助/建议将不胜感激。

谢谢

0 投票
1 回答
6002 浏览

jakarta-ee - 如何获取传递给 JAX-WS 服务客户端的登录信用及其关联的策略集和 Rational/WebSphere 工具中的绑定

我专门使用 WebSphere Integration Developer V7,但我也可以使用 Rational Software Architect V 7.5.1(因为我两者都有)。

上下文:我正在尝试创建一个 JAX-WS 客户端来调用 WebSphere Process Server V7 中的 Human Task Manager 和 Business Flow Manager 服务,这些服务通过 JAX-WS 公开。默认情况下,它们附加了策略集和提供者绑定,这些绑定指定了一些 WS-Security 设置(因为这些未在 WSDL 中定义)。

我已经弄清楚如何使用动态 Web 项目使其工作。我已经能够从 WSDL 生成 JAX-WS 客户端代码。我已经能够从 Process Server 导出策略集以及提供者和客户端绑定,并将它们导入我的工作区。我已经能够将策略集和客户端绑定附加到客户端服务。我已经能够设置一个页面和一个 servlet 来调用我的 Web 服务(以测试客户端)。而且我已经能够在部署描述符和 websphere 绑定/扩展文件中设置安全设置以使其正常工作。

这一切都很棒,但实际上我们不希望仅仅为了将 Web 服务客户端暴露给我们正在编写的其他应用程序而引起战争。我们想生成一个 Web 服务客户端 jar 并将其与其他应用程序打包在一起。

考虑到这种思路,我已经能够弄清楚如何在我的 IDE 中使用常规 Java 项目并在其中生成 Web 服务客户端。我还能够将策略集和客户端绑定附加到客户端。

我现在的问题是如何调用它?我像以前一样使用我的页面和 servlet 创建了一个动态 Web 项目来测试我的客户端。我将我的客户端项目设置为 Web 库依赖项,因此它可以访问客户端代码。我什至可以像以前一样设置部署描述符来强制登录和验证。现在唯一的问题是我无法弄清楚如何将凭据传递给我的 Web 服务,因为它位于它自己的“jar”中。在我访问菜单来设置 TokenGenerator 和 CallbackHandler 之前。现在,我无法访问这些菜单,因为客户端不在动态 Web 项目中。所以现在我有一个“断开连接”,当尝试在服务器上运行它时它当然会失败。

必须有办法做到这一点。我应该能够生成一个客户端 jar 并传递它需要的东西。有人遇到过这种情况吗?

0 投票
1 回答
2936 浏览

spring - Spring MDP 中的 WebSphereUowTransactionManager 问题

我在 WebSphere 7.0 中的 Spring 3.0.4 中使用WebSphereUowTransactionManager.

如果我不使用WebSphereUowTransactionManager,它工作得很好。没有它,我将不会对错误进行任何 XA 操作,所以我认为我真的需要它。

以下是服务器上发生的情况:

这是我的applicationContext.xml文件:

我不知道为什么这不起作用。我想我正在做我应该做的一切。我按照http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html中的说明进行操作。

有人看到这个或看到我做错了什么吗?

谢谢。

更新:我试过做一个 EJB3 消息驱动 Bean,它按预期工作,在异常情况下它被重新传递多达 5 次。问题在于依赖注入和事务包含的语义变得更加复杂。我很确定这不是我想要的方式。

更新:我要求 WebSphere 支持,但他们拒绝了我。正如预期的那样。

0 投票
1 回答
3090 浏览

tomcat - Websphere 在部署时是否会爆炸 WAR 和/或 JAR?

当我们将 WAR 部署到 tomcat 中时,它会爆炸 WAR,而在 websphere 中部署 WAR 时,它也会爆炸 WAR。因为我已经将 WAR 部署到 websphere 中,但它没有爆炸我的 WAR,如果 WAR 没有爆炸,则文件解析器不起作用。