Top "Websphere" questions

IBM WebSphere Application Server, a software application server, is the flagship product within IBM's WebSphere brand.

Deploying .ear file to tomcat

I have an .ear file which contains multiple war files. I am moving the app to tomcat. Once I have …

tomcat websphere war tomcat7 ear
What's the difference between ActivationSpec and ConnectionFactory?

My understanding is that: MDBs (Message Driven Beans) connect via Activation Specification. MDPs (Message Driven POJO) connect via Connection Factory. …

java jakarta-ee websphere ibm-mq
Configuring and looking up a simple String via JNDI in WebSphere

For the configuration of our applications we want to place some of the configuration in the application server. We are …

java websphere jndi websphere-7
Using Ant to deploy EAR to remote websphere application server

I want to automatically deploy a EAR file build in our continuous integration server to a websphere application server. I …

deployment ant websphere
Websphere Application Server - What on earth will it take to start any fast?

I am using Rational Application Developer v7.0 that ships with an integrated test environment. When I get to debugging my …

java performance jakarta-ee websphere
how to set log4j.configuration system variable in WebSphere 7?

I have a Java EE 5 web app I'm deploying to WebSphere 7 as an EAR file. I want my log4j …

log4j websphere ear
How to Start Admin Console in WebSphere Liberty Profile

I have installed WebSphere Liberty profile 8.5 . I am able to access WebSphere server with http://localhost:9080 But not sure how …

websphere websphere-liberty
For Websphere MQ tutorial

I am beginner in web sphere mq programming. Any one has sample tutorial for connecting mq queue to java simple …

java websphere ibm-mq websphere-7
Is there a developer edition of WebSphere MQ for free download?

WebSphere Application Server 8.0 is available in a free developer edition, is there also one available for WebSphere MQ?

websphere ibm-mq
JAX-RS Jersey 2.10 support in Websphere 8

I am trying to use Jersey 2.10 in Websphere 8 but it tries to reference the Application which is a implementation of …

jersey websphere jax-rs