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
1
vote
1 answer

rollback() in WebSphere Application Server V7 with WebSphere MQ v7

I'm facing problem in transaction rollback(unable to push the back the message to original queue). MDB(Container managed TX) deployed in WAS v7 which is listening to remote queue configured in WebSphere MQ v7. When I'm marking the…
user1284849
  • 83
  • 2
  • 7
0
votes
1 answer

How can i do zero down time deployment on cluster environment?

I need to deploy a major deployment on my system (more that 15 ear file ) , my system is high available system , So how can I do this deployment with zero downtime ? my application server is IBM-WAS
0
votes
2 answers

Java Timer doesn't fire at Websphere server

I am using java.Util.Timer library for schedule my job. I wanna call my function at 22:00 every sunday. So my code is like : rspServer = new RSPServer(); Calendar scheduleStartTime =…
neverwinter
  • 810
  • 2
  • 15
  • 42
0
votes
1 answer

restarting application server in websphere without admin user/password

I have a requirement where I need to restart websphere application server without providing username/password with the startServer.sh/stopServer.sh Also I don't want to disable the WebSphere administrative security.
Vishroxxx
  • 13
  • 6
0
votes
2 answers

DSRA0304E: XAException occurred. Could not load the DLL sqljdbc.dll, or one of the DLLs it references

I am getting error when hit the application url: Error Code: DSRA0304E: XAException occurred. XAException contents and details are: The cause is : null. DSRA0302E: XAException occurred. Error code is: XAER_RMERR (-3). Exception…
prank
  • 43
  • 11
0
votes
1 answer

WAS 8.5.5.7 : JAX-RPC / JAX-WS / APACHE SOAP

My compagny change the version of WAS 7 by 8. We expose some WS by the RPC router of was which isn't support with the new version. I want to have your advice on the possibility to create the following architecture to resolve the problem. Problem is…
ndaussy
  • 7
  • 5
0
votes
1 answer

JACL Script for Topic Connection Factory getting errors

For the below lines i am getting error- My lines for creating topic connection factory: set aMQJMSProvider [$AdminConfig getid "/JMSProvider:Default messaging provider/"] set aMQTopicCF [$AdminConfig getid…
0
votes
0 answers

SSL configuration in websphere 6.1

I am using WAS, websphere application server, 6.1 that comes as part of IBM RAD for development of an application. I want to configure SSL in the server so that I can use https rather than http to invoke my urls. I tried setting up the keystore and…
Anand Sai Krishna
  • 319
  • 1
  • 2
  • 11
0
votes
1 answer

How to use my own java in websphere 8.5.

My client refused to give access to WAS inbuilt JAVA and so I am not able to install my application. I have my own java installed at home/code/java. I set my JAVA_HOME as home/code/java but still when I am running the installation script in UNIX it…
Code_maniac
  • 49
  • 1
  • 7
0
votes
1 answer

OPTIONS-request with Authentication header (IBM WAS Liberty profile)

I want to call REST-services from my Angular-app. However, these REST-services are hosted on WLP and are part of a WAR-file developed by some company a while ago, ie. we have no source code. I can call GET-methods without any issues from Postman, I…
BTalker
  • 67
  • 9
0
votes
1 answer

Web Application Server migrate from 7.0 to 8.5.5.4

We migrate from WAS 7.0 to WAS 8.5.5.4 with JRE 7.0 in my compagny, as all dependency are not open source, i haven't information on the goal of the following…
ndaussy
  • 7
  • 5
0
votes
1 answer

IBM WAS 5.1 / Tread dump analysis: Servlet.Engine.Transports stuck on java.net.SocketInputStream.socketRead0

I am running WAS 5.1 with Sun 1.4.2 Java on a Solaris 10 box. Trying to figure out why the application becomes unresponsive. I see in a thread dump that most threads named Servlet.Engine.Transport[...] remain stuck on this stack…
befo88
  • 43
  • 1
  • 5
0
votes
2 answers

Compile without IBM WAS 7 installed

We are using IBM WAS 7 as the server for our application. But the organization's rules do not allow us to have servers installed in workstations. I have this J2EE web project that uses WAS 7 as the target server runtime. At first, I installed…
Rakesh Garia
  • 109
  • 1
  • 11
0
votes
3 answers

Modify datasource IP addresses in WebSphere Application Server

I have nearly a hundred data sources in a WebSphere Application Server (WAS) and due to office relocation, the IP of the database servers have changed and I need to update the datasource IP addresses in my WAS too. Considering it error-prone to…
Dicky Ho
  • 244
  • 3
  • 15
0
votes
1 answer

Not able to access resource directory by ibm HTTP Server

I deployed my application successfully & configured plugin, I also set the alias in httpd.conf file but when I hit the URL it find the context root but it is not able to access resource directory which contains java-script,css, HTML code. When I…
prank
  • 43
  • 11