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
0 answers

xml file issue while importing my source code into My Eclipse Blue 2014

I was using RAD and WAS to run my ear application. Now I am migrating RAD to Eclipse Blue and facing a compilation error as: Referenced file contains errors…
Venkata Ramireddy CH
  • 743
  • 4
  • 14
  • 30
1
vote
1 answer

WAS 8.5 Admin console - Give only access to Deployment

We have a shared WAS 8.5 server and we want to give only deployment access to other teams. we do not want them to change any other server configurations/options. Can we do this using WAS 8.5 Admin console? Basically we want to create a role based…
Chandra Manthina
  • 147
  • 1
  • 4
  • 13
1
vote
0 answers

npe with jsf 2.0 and primefaces 5.2 on WAS 8.0

The error is as follows on Websphere Application Server 8.0: javax.faces.FacesException: java.lang.NullPointerException at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241) at…
U-L
  • 2,671
  • 8
  • 35
  • 50
1
vote
1 answer

How to develop a Java Web Service that request database credentials when it deploys?

First, thank you for reading, and I'm sorry about my English. I have developed a Java Web Service with Eclipse, with a JDBC connection to Oracle Database, which contains some methods that gets information from this database (that I created in my…
1
vote
0 answers

Can't store BLOB using Oracle + Spring + Liberty profile

I receive ClassNotFoundException : oracle.sql.BLOB exception storing blob in DB. Here is my conf:
Dev
  • 117
  • 3
  • 11
1
vote
1 answer

IBM JDK 7 is missing jstatd. Not able to monitor Java application running on AIX using VisualVM.

I have an enterprise application running on AIX 7 and have installed both IBM JDK 6 and 7 in the server. As per the VisualVM documentation, we need to start the jstatd daemon on the server. This utility is however missing in IBM JDKs. How can I use…
ITQuest
  • 113
  • 1
  • 2
  • 8
1
vote
1 answer

How to add custom property to data source with Jython?

We are using Jython to configure a data source in WAS. The data source created OK, with some default custom properties. Now I need to add another property, without deleting the other propertues. Any ideas?
urir
  • 1,960
  • 3
  • 23
  • 40
1
vote
1 answer

Which jar or jars are included with JSF Sun Reference Implementation 1.2

I need to package an application with Sun Reference Implementation 1.2 but I cannot have access to productive WAS 8.5 console to set SUN RI 1.2 option, after reading this goo.gl/x0rZto I've learned that DEFAULT implementation for WAS 8.5 is MYFACES…
Eric Martinez
  • 406
  • 5
  • 16
1
vote
2 answers

Authenticate in IBM WebSphere Portal using Facebook API

I have IBM WebSphere Portal and IBM WebSphere Application Server for sure. Login into WPS use IBM WAS, which use IBM Tivoli Directory Server. And now i want to implement one more button, which let me authenticate user in WPS using Facebook account…
dikkini
  • 1,184
  • 1
  • 23
  • 52
1
vote
1 answer

How to verify that the memory-to-memory session replicaiton is working?

I have a WAS 8.5 cluster, with 2 members, configured to use the MTM session replication. On the replication domain, Request timeout is 5 secs and Number of replicas is set to Entire Domain. On both member servers the Memory-to-memory relication…
Bhesh Gurung
  • 50,430
  • 22
  • 93
  • 142
1
vote
1 answer

Why does getRemoteHost() return an IP address upon deploying the application?

In my development environment, getRemoteHost() successfully returns the client's PC/machine name. But once I deploy my application to our production environment, getRemoteHost() suddenly is returning the IP address. Any thoughts on what needs to…
Mark Logan
  • 203
  • 5
  • 19
1
vote
0 answers

ClassNotFoundException with Classpath for WAR in EAR with shared libs?

I've got an EAR which contains a WAR and an EJB (jar). The EJB and the WAR share some libraries, so I wanted to produce a skinnyWar using maven-ear-plugin. I have my ear pom configured with the shared libs as dependencies, and have the
Eric B.
  • 23,425
  • 50
  • 169
  • 316
1
vote
0 answers

WAS8.5 - webcontainer poolsize settings for 500 concurrent users

I am working on a project which is developed using plain JSF with webservice backend and our target runtime is WAS8.5. It’s an internet application and being used by more that 500 concurrent users. We are performing NFT testing with 150% load ie.…
1
vote
1 answer

ADMA0207E Error when deploying EAR on IBM WAS 7 but not on IBM WAS 6.1

I am getting the ADMA0207E error when deploying an Enterprise Archive (EAR) file to IBM Websphere Application Server (WAS) 7 but not when I deploy the same EAR to WAS 6. Error: servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init…
javaPlease42
  • 4,699
  • 7
  • 36
  • 65
1
vote
3 answers

Java 1.7 and JSF 1.2 compatibility

I'm working to upgrade JDK for a Web app from 1.4 to 1.7 and Websphere Application server 6.1 to 8.5 (WAS 6.1 to 8.5). The application is built using JSF 1.2. My question is does JSF 1.2 is compatible with Java 1.7 or does it require to upgrade JSF…
Vishwa
  • 300
  • 5
  • 16