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

java.security.cert.CertificateException: Certificate data canot be processed

I need some help to fix Certificate Exception in my project.I receive java.security.cert.CertificateException: Certificate data canot be processed Below is Environment details for the client application: My client application is deployed on IBM…
0
votes
1 answer

How to load balance requests using header value in IBM web server plugin?

We are using IBM Web Server plugin to load balance in a cluster of web servers. So far we are routing the requests based on URLs. We now need to route a set of requests using combination of URL and a header value. How can this be done?
Suhas
  • 7,919
  • 5
  • 34
  • 54
0
votes
0 answers

Unable to find WAS ND Object cache Instance full group replication domain property variable name

I got WAS ND 7 Logged into admin console. Resources -> Cache Instances->Created new Object cache instance. Under consistency settings I got Full Group Relication Domain drop down list. I selected one of the replication domains that I created All is…
juniorbansal
  • 1,249
  • 8
  • 31
  • 51
0
votes
0 answers

Solving heapdump issue for webapplication(JSP+SPRING MVC+JPA-HIBERNATE)

I have been supporting webapplication which uses JSP+SPRING MVC+JPA-HIBERNATE. Recently we have heapdump issue in WAS server.Now we need to change some code in the application to prevent the heapdump.Otherwise deployment team wont move it to live…
GrandPa
  • 484
  • 9
  • 28
0
votes
0 answers

Websphere ND Object Cache instances not replicating within accepted timeframe

I got a Websphere ND environment with 1 cluster and 2 runtimesin it.I also have a object cache and enabled replication in them.I got push and pull mode.So if i put one object in cache it replicates in the other.But when I load test my system I see…
juniorbansal
  • 1,249
  • 8
  • 31
  • 51
0
votes
2 answers

Existing Spring Application to Cloud Foundry

We are planning to move a Spring based application to Cloud Foundry. The application currently uses WAS server and access data sources using JNDI lookup. We are using spring features like MVC, AOP etc. I have certain questions in mind : Is it…
ChS
  • 67
  • 12
0
votes
0 answers

WAS7 with Axis getting ClassCastException: IBM Crypto's TDCNP incompatible with javax.crypto.CipherSpi

I read that IBM's cryptography modules are incompatible with Sun modules, but I don't know how to force IBM WebSphere (WAS7) to use Sun modules. java.lang.ClassCastException: com.ibm.crypto.provider.TDCNP incompatible with javax.crypto.CipherSpi …
ADTC
  • 8,999
  • 5
  • 68
  • 93
0
votes
2 answers

import .car file in IBM WebSphere 8

I am very new to WebSphere. I have managed to install .war file successfully but application is not starting/running. I found it is depending on Environment settings and other parameters from log file. Now I have a .car file which on import will…
prashanth
  • 85
  • 1
  • 3
  • 14
0
votes
0 answers

External properties files in Webshpere Application server

I placed an properties file in the PROFILE_ROOT/properties folder of the WAS server. But when the application searches for the file I get a FileNotFound Exception. On the other hand, it is able to search for an existing properties file. Should…
user12222
  • 197
  • 2
  • 11
0
votes
1 answer

inverse_loading in WASCE 3.0.0.3 / Geronimo 3.0

I am trying to deploy a war onto a IBM Websphere Application Server Community Edition (WASCE) 3.0.0.3. I had some jars conflicting problems between those jars that comes with WASCE 3.0.0.3 and the jars comes from our application dependencies. At the…
Xiawei Zhang
  • 1,690
  • 1
  • 11
  • 24
0
votes
1 answer

How i can redirect user to page of Identity Provider in TAI? WebSphere

I'm developing TAI for OpenID Connect purpose. So, I want that user auth in My main mission: on main page of WebSphere Portal (WSP), user press button "Login using Google" (Google just for an example of OpenID Connect Auth), than user redirecting…
dikkini
  • 1,184
  • 1
  • 23
  • 52
0
votes
0 answers

Deployed Rest Services in IBM WAS 8.5.5.4.Getting java.lang.NoClassDefFoundError: com.sun.jersey.core.header.MediaTypes (initialization failure)

I Trying to deploy Rest Services in IBM WAS.But it is showing java.lang.NoClassDefFoundError: com.sun.jersey.core.header.MediaTypes (initialization failure) I am Using following jar Please help to debug issue
0
votes
1 answer

Error while executing wsStopApp ant task unable to instantiate class com.ibm.ws.scripting.WasxShell

I am trying to execute the wsStopApp ant script of webSphere wsadmin scripts. The code is as below:
0
votes
2 answers

How to grant ognl.OgnlInvokePermission to whole codebase?

We are using IBM WAS6.1 to deploy our Struts2 application, however every time we try to access a bean we get error like below. Adding the specific permission in WAS.POLICY file resolves the issue. But we don't want add hundreds of permission entries…
Ravi Gupta
  • 4,468
  • 12
  • 54
  • 85
0
votes
1 answer

WAS 6 to WAS 8.5 migration

I need to migrate my application to WAS 6.1 to WAS 8.5.5. I would need list of things to be taken care before migration and what are all the major changes involved. I googled and sufficient informations I couldnt get. Can some one please help me on…
Arun
  • 3,440
  • 11
  • 60
  • 108