websphere-7

What version of Tomcat is contained in the Websphere Application Server 7

As far as I know the Websphere Application Server contains a Tomcat instance as servlet container. I'd like to know which version of Tomcat this is in the Websphere 7.0 Version, since we are planning to use Tomcat for development, but WAS for deployment. Obviously we would like to use the matching version. ...

JAX-WS vs. JAX-RPC

I wrote 2 webservices, one with Jax-WS and one with Jax-RPC. They just return a String. I stress-tested both with jMeter and, strangely, thereby Jax-RPC was a bit faster. When do I really profit of Jax-WS in aspects of performance (response time, CPU-time, heap)? How can I proof it? thanks for your time! =) ...

Migrating WAS 6.1 to WAS 7.0 applications ibm-application-bnd.xml not found in ear

I am trying to migrate a 6.1 faces web adf app to WAS 7. When I run the server with resources on the server it deploys but takes for ever. I want to be able to use resources in the workspace option but when I deploy the console spits out Could not load resource "META-INF/ibm-application-bnd.xml The entity name must immediately follow...

Websphere 7 is way too slow what have you done to make it publish faster?

Publishing a change in websphere 7 takes longer than it does to change a tire. Even just making a change to a jsp is taking 7-10 minutes. I have scoured the internet to find out how to overcome this. I have installed the latest fix pack 11 (at the time of this writing) I have added the metadata-complete="true" to the web.xml web-a...

TCP Channel initialization failed error when starting Websphere Application Server

Hi! 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: [9/13/10 15:35:12:942 SGT] 00000000 J...

Websphere 7 clustered deployment

Hi, We have a J2EE application as EAR file which is deployed in WAS 7, for making the application availability as high it needs to be deployed in 3 clusters. We have a Quartz Scheduler class whose job is to upload data from one database to another daily at 2:00 am. Now, the problem is if the ear will be deployed in 3 different nodes fo...

How do I get the login creditials passed to the JAX-WS service client with is associated policy sets and bindings in Rational/WebSphere tooling

I am specifically using WebSphere Integration Developer V7, but I also could be using Rational Software Architect V 7.5.1 (as I have both). Context: I am trying to create a JAX-WS client to call into the Human Task Manager and Business Flow Manager services in WebSphere Process Server V7, that are exposed via JAX-WS. By default they hav...

Problems with WebSphereUowTransactionManager in Spring MDP

I am having trouble setting up a MDP in Spring 3.0.4 in WebSphere 7.0 using the WebSphereUowTransactionManager. If I don't use WebSphereUowTransactionManager, it works just fine. Without it, I won't have any XA-action on errors, so I think I really need that. Here is what happens on the server: [9/22/10 16:26:35:093 CDT] 00000070 Syst...

Will the was6 plugin for maven work with WAS 7

From what I can find there is no specific maven plugin for WAS 7, so I am wondering if the was6-maven-plugin will work with the newer version of the server. ...

How do you redirect context roots in WebSphere 7?

How do you map 2 context roots to one application in WebSphere 6. For example, I have an application with a context root of "/", which is obviously the default application. I want requests directed at context root "/sample" to be redirected to the "/" path. Thanks! ...

How to configure an ejb both local and remote on Websphere

I have a stateless EJB SessionBean with bith @local and @remote annotations. The code is working fine in weblogic server. However on deploying it to Websphere it gives following exception. bm.ejs.container.EJBConfigurationException: BUSINESS_INTERFACE_DESIGNATED_AS_BOTH_REMOTE_AND_LOCAL: 'oracle.odc.session.ODCSession' The oracle.odc.s...