Questions tagged [ibm-was]

IBM® WebSphere® Application Server offers options for a faster, more flexible Java application server runtime environment with enhanced reliability and resiliency.

IBM® WebSphere® Application Server offers options for a faster, more flexible Java application server runtime environment with enhanced reliability and resiliency.

It supports single server environments and medium-sized configurations, as well as dynamic web applications requiring web tier clustering over multiple application server instances.

WebSphere Application Server helps you:

  • Increase developer productivity with open standards and broad programming models, including lightweight options for web deployments.
  • Deploy and manage applications and services without the constraint of time, location or device type.
  • Includes the Liberty profile, which is a highly composable, dynamic application server profile.
  • Enhance security and control using integrated management and administrative tools.

Source: http://www-03.ibm.com/software/products/en/appserv-was

Developer download links

Knowledge Center / InfoCenter links

Forum links

Fix list and fix pack downloads

Free Websphere Books

178 questions
0
votes
1 answer

Error using IBM WAS ConnectionFactory and Spring

I am trying to do a simple WAS/Spring/JMS application. I am grabbing the connection factory and the destination for JMS from WAS using JNDI. I am trying to use these objects with Spring JMS but I can't seem to get the casting correct. I have tried…
gonzo
  • 2,103
  • 1
  • 15
  • 27
0
votes
1 answer

DSRA3602E: Invalid driverType(providerType) parameter value specified

I am trying to run a python script for creating data-source but while running this script I am getting exception. I am using Websphere Application Server 8.5.5.8 & Linux RHEL 7& we are using SQL Server 2012. SCRIPT CODE: jp =…
prank
  • 43
  • 11
0
votes
1 answer

javax.servlet.ServletException: WSWS3142E: Error: Could not find Web services engine

I am publishing a JAX-RPC Webservice through WAS7.0. I have generated the skeletons through RAD8.0. The AFter generation its deployed in the local and working perfectly fine as I am receiving desired response through Soap UI. Now I deployed the EAR…
Rajib Sharma
  • 28
  • 1
  • 5
0
votes
1 answer

Add appenders to WAS 6.1 logger

I have old project that was made on HttpServlets and located on IBM WAS 6.1. Project works with slf4k-api and slf4j-jdk binding (i think jdk-binding binds actually to WAS-specific JUL implementation). Now i need to add Appenders so there will be WAS…
red_asparagus
  • 349
  • 4
  • 16
0
votes
1 answer

/opt/IBM/WebSphere/AppServer/java/bin/java: No such file or directory

I am running python file to start HTTP server in WebSphere but suddenly its searching java in some wrong location Then I stopped server and trying to start by startNode.sh shell script but its not starting server and giving same error its searching…
prank
  • 43
  • 11
0
votes
1 answer

Simultaneous Deployment In Websphere

I have a question. I Actually have around 25 ears to deploy onto WAS. I am doing it one by one. This is costing me a lot of time. Now i am just thinking is it a good idea to deploy few ears at one time. Meaning I want to deploy 3-4 ears parallel to…
vicky
  • 61
  • 1
  • 1
  • 3
0
votes
1 answer

WAS ( Web Application Server ) migrate from 7.0.0 to 8.5.5

In my compagny where i work, IT gouvernance have decided to migrate to WAS 8.5.5 with an JRE 1.7 for the JVM. I have two questions : We have an conflit on dependency which are injected in the classpath of the jvm. The library used by WAS isn't the…
ndaussy
  • 7
  • 5
0
votes
1 answer

Configuring/Accessing MQQueueConnectionFactory in WAS application

I have a library that is giving me a message of com.ibm.mq.MQMessage type, which i add information to then send it in a queue. I can do this if I create my own MQQueueConnectionFactory in the application, but now I'm trying to set stuff up in WAS…
Anoth23
  • 3
  • 1
0
votes
2 answers

Do IBM WebSphere Application Server 7.0 have a web server plugin like in version 8.5?

Do IBM WebSphere Application Server 7.0 have a web server plugin like in version 8.5? or in WAS7 we need IIS as a web server.
aeycee
  • 167
  • 2
  • 2
  • 14
0
votes
1 answer

Encoding issue when upgrading from Websphere 7 to Websphere 8.5.5

We recently moved an application from WAS 7.0 (on AIX) to WAS 8.5.5 (on Linux). It interfaces with a couple of applications that send data in the form of an xml The XML is retrieved from the header using - while ((i = request.getReader().read(buf,…
NoviceProgrammer
  • 3,347
  • 1
  • 22
  • 32
0
votes
1 answer

How to add http-headers to all outcome jax-ws client's requests on websphere(WAS)?

I want websphere WAS 8.0.0.5 to add my "Authorization:blabla" http-header to all my jax-ws client request to the service. I've read a lot of topics, but anything doesn't work. I have a jax-ws client deployed on websphere. I've created my own…
abrikos
  • 1
  • 2
0
votes
2 answers

Unable to implement Rational Team Concert (RTC) plain jars to create work items via REST API calls from a WebSphere Server Application

When trying to integrate RTC plain jars into a customized WebSphere server application, exception occurred at below code line. this.teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(this.repositoryURI); Exception: [12/2/15…
Ruifeng Ma
  • 2,399
  • 1
  • 22
  • 40
0
votes
1 answer

The data source properties to improve the application response time?

A performance test team was testing the capacity of concurrent users of a web application deployed on a multi-processor server. While testing 250 concurrent users, the administrator discovers connections to the database are failing. In response, a…
Teachie
  • 21
  • 2
0
votes
1 answer

Start / stop Websphere Application Server (WAS) profile - Unix/Linux

How can I start and/or stop a Websphere Application Server profile on a Unix/Linux using a command line?
makiSTB
  • 87
  • 3
  • 7
0
votes
1 answer

How to load script when wsadmin shell is used

A system administrator has created a Python script called globalScript. py. What should the administrator do to ensure globalScript. py is loaded when the wsadmin shell is used? A. Compile globalScript.py to a Java class in the bin…
user3228633