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
5
votes
2 answers

java.lang.VerifyError: JVMVRFY012 stack shape inconsistent;

I am getting the following error while deploying a Maven project in WAS 8.5.5. I have installed JDK 1.6 and 1.7 in WAS. Error 500: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is…
Pavan Rao
  • 411
  • 1
  • 8
  • 30
4
votes
1 answer

How to edit web.xml context param in Websphere console

I have made a web application to be deployed in the Websphere server but i came up with a problem. I have 20 servlets that use a common parameter so i have this declared on web.xml: filePath
4
votes
1 answer

IBM WAS Liberty Network Deployment : Is free or license is required

I know Liberty is free but want to confirm that either IBM WAS Liberty Network Deployment profile is free too ? and we can build clusters as well. This article says: Liberty profile Network Deployment can be downloaded as a trial if you do not…
AAhad
  • 2,805
  • 1
  • 25
  • 42
4
votes
8 answers

Java Caching frameworks for maintaining huge data

Java Caching frameworks for storing huge data. Context: We are developing a Restful service using Jersey 2.6 and will deploy it on WAS 8.5. This service need to serve more than 10 million requests per day. We need to implement a cache to store more…
Chandra Manthina
  • 147
  • 1
  • 4
  • 13
4
votes
0 answers

Webservices: [failed to localize] The endpointInterface class Calculator could not be found()

I created a webservice called calculator, an interface, an implementation class, and annotated it, and I was trying to create the service and the WSDL. Then I get the following Error. Not sure if it's a facet error or an error in the version of…
Roe hit
  • 457
  • 1
  • 7
  • 23
4
votes
2 answers

How to add Websphere Application Server Liberty Profile runtime dependencies to Maven POM?

I have a restful application that I converted to a maven project. Now, I get a compile error when using maven compile because the java-ee/openjpa packages are not found. Below is my POM file
user2316667
  • 5,444
  • 13
  • 49
  • 71
3
votes
2 answers

Active threads in WebSphere 8.5

I am struggling to list active threads from a thread pool WebContainter in WebSphere Application Server 8.5.5. Can someone help me out? I am a beginner on WebSphere. wsadmin.sh -lang jython -c "print AdminControl.queryNames…
shaa0601
  • 111
  • 1
  • 8
3
votes
1 answer

How to enable logs in Websphere Application Server for debug in start-up script?

Is there any way through which we can enable debug logs in start up script of Websphere Application Server, preferably V8.5? A guy told me long back that there is a command we need to write in startServer.bat, I can't recall that. I know how to…
Ravish Rawat
  • 476
  • 2
  • 15
  • 48
3
votes
2 answers

Can I create a Java Portal (JSR 168/286) using only an application server (Tomcat, JBoss, etc)?

I want to create a lightweight portal using the Java specification. I want to be able to deploy the same portal project in different application servers (in this case WebSphere, Tomcat and JBoss). I've checked products like Liferay, but I want to…
pfernandom
  • 929
  • 10
  • 22
3
votes
3 answers

Checklist When IBM WebSphere Application server is running up

I have an IBM WebSphere Application Server v8.5 (WAS) installed on Linux RedHat 6. My question: how can I check on the following by command (if exist): Is the application server running or not? Is the web application that deployed on it running…
3
votes
1 answer

IBM WAS7 Queue Factory Configuration to an MQ Cluster

I'm trying to configure a clustered websphere application server that connects to a clustered MQ. However, the the information I have is details for two instances of MQ with different host names, server channels and queue manager which belongs to…
javapadawan
  • 897
  • 6
  • 12
  • 29
2
votes
3 answers

ClassCastException with JAXB - Websphere jar vs applicationl jar

I'm getting a class cast exception when trying to marhsal Java object into a string. I've included JAXB-2.1 jar in my lib folder. When deploying to WAS, I've changed the classloader strategy to parent last so that the jar in my local library will be…
RKodakandla
  • 3,318
  • 13
  • 59
  • 79
2
votes
0 answers

IBM Websphere 8.5.5 unable to detect Spring when used java config

I have working Spring application which works fine on Tomcat . I am using Java Config to load all beans and config , my app code mostly contains spring components but i also have few async servlet. When i deploy the war in IBM WebSphere the…
sumedha
  • 473
  • 1
  • 9
  • 24
2
votes
1 answer

JAX-WS not listing the services under WAS 8.5.5

I followed this guide to enable third-party JAX-WS on WAS: http://www.ibm.com/support/knowledgecenter/SSAW57_8.0.0/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/twbs_thirdparty.html?cp=SSAW57_8.0.0%2F3-3-0-25-10-1 and this is part of my pom: …
Alvins
  • 867
  • 16
  • 27
2
votes
2 answers

What is the use of J2C alias on WAS server?

This is my LdapTemplate Class public LdapTemplate getLdapTemplete(String ldapID) { if (ldapID.equalsIgnoreCase(Constants.LDAP1)) { if (ldapTemplate1 == null) { try { …
Sagar Oza
  • 31
  • 2
1
2 3
11 12