Questions tagged [websphere]

IBM WebSphere Application Server, a software application server, is the flagship product within IBM's WebSphere brand. WebSphere Application Server is built using open standards such as Java EE, XML, and Web Services.

This tag is specifically for questions relating to the IBM WebSphere Application Server. Also see the tag for questions specific to the Liberty Profile.

Developer download links

Knowledge Center / InfoCenter links

Forum links

Fix list and fix pack downloads

Free Websphere Books (IBM Redbooks)

Other

7074 questions
8
votes
4 answers

Websphere 8.5 with JPA 2.1

IBM used to have a feature pack to put JPA 2.0 into WAS 7. WAS 8.5.5 evidently comes with JPA 2.0. But we have an app we just upgraded to Hibernate 4, which needs JPA 2.1. I can't find a link for a WAS 8.5 feature pack to push to JPA 2.1. Has…
Entropy
  • 1,219
  • 6
  • 21
  • 45
8
votes
6 answers

certificate not trusted by Websphere

I have a web application that call a SOAP Web service secured via SSL .(https://zzzzzzzzzzzz/xxxxx). The server send two certificates (Root and Leaf) so i import the two certificate using the property : com.ibm.websphere.ssl.retrieveLeafCert . To…
Nabil
  • 1,771
  • 4
  • 21
  • 33
8
votes
2 answers

Chrome Network Web Developer Tool tab says Dojo AJAX requests are taking around 44 years to complete

The Chrome Network Tab in the Web Developer Tools shows that a bunch of my AJAX requests are taking 16027.8 days to complete. This is... not how long they are taking. I can replicate this on multiple machines, and in both development and production…
8
votes
2 answers

WAS 8.5: java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl incompatible with javax.xml.parsers.SAXParserFactory

I am deploying a J2EE web application in Websphere Application Server 8.5. The web application has a shared library with all the third party libraries. All the internally coded libraries are inside the WEB-INF/lib folder. The problem is that in…
David García González
  • 5,164
  • 8
  • 29
  • 35
8
votes
4 answers

how to set log4j.configuration system variable in WebSphere 7?

I have a Java EE 5 web app I'm deploying to WebSphere 7 as an EAR file. I want my log4j configuration to be external to the EAR file so I can tweak log content when needed without needing to rebuild and redeploy the EAR file. My understanding is I…
user550738
8
votes
1 answer

How to run Websphere Portal/portlets locally from within RAD to debug

I have been looking around on the internet how to setup a local Portal environment together with the RAD IDE, I found threads like this but that's a thread of the ancient history (speaking in IT terms) or only refers to optimizing Portal with RAD…
tjeerdnet
  • 344
  • 1
  • 6
  • 14
8
votes
2 answers

How do I get Websphere MQ connection status and how do I reset the connection:

1.) From a .net client, how do I test if the client is connected to the server (i.e. can send and receive) Yes, I could send a message inside a try block and catch the ensuing exception but I'm hoping for a more elegant solution. 2) How do I…
Sam
  • 1,621
  • 3
  • 22
  • 30
8
votes
2 answers

Advantages of using jython vs. jacl in wsadmin scripting (WebSphere Application Server 7+)

Facing the programming for the wsadmin scripting client I see that you can use both jacl and jython. I've the same level of confidence with both two languages. I'm wondering if, in the specific of wsadmin programming , there are advantages of using…
Franco Rondini
  • 10,841
  • 8
  • 51
  • 77
8
votes
4 answers

Prefered methods for interacting with a rules engine

I am about to dive into a rules oriented project (using ILOGs Rules for .NET - now IBM). And I have read a couple different perspectives regarding how to set up the rules processing and how to interact with the rule engine. The two main thoughts I…
Andrew Siemer
  • 10,166
  • 3
  • 41
  • 61
8
votes
3 answers

Different methodologies for solving bugs that only occur in production

As one who is relatively new to the whole support and bug fixing environment and a young programmer I had never come across a bug that only occurs in the Websphere environment but not on the localhost test enviroment, until today. When I first got…
faceless1_14
  • 7,382
  • 9
  • 31
  • 33
8
votes
1 answer

what's the difference between folders 'installedApps' and 'applications' in websphere application server?

Normally, after we create profiles both DMGR and Node, we have folder applications under path $DMGRPROFILE_HOME/config/cells/$cellName and installedApps under path $NODEPROFILE_HOME/. All the applications to be deployed will be put into folder…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
8
votes
2 answers

Error: Projects containing version deployment descriptors require XMI-format bindings or extensions files. ibm-web-bnd.xml

I have upgraded editor from Rad 7.5 to 8 and maven 2 to 3. This happens just after importing existing maven projects in RAD 8, but I have no errors on any pom files. The issue is with two xml files : Projects containing version deployment…
mjs
  • 21,431
  • 31
  • 118
  • 200
7
votes
2 answers

Websphere Shared Libraries "Priority"?

In Websphere, it is possible to create a "Shared Libraries" and associate with applications. I would want to know, in terms of position in classpath, what's the position of the shared libs are added? That means, I want to know, in case of…
Adrian Shum
  • 38,812
  • 10
  • 83
  • 131
7
votes
1 answer

Thread keeps running even after application has been stopped in Websphere

I have a long running thread which is created using org.springframework.scheduling.commonj.WorkManagerTaskExecutor with Spring and is running in Websphere Application Server 8. The problem is that this thread keeps running even if the application…
Alfredo Osorio
  • 11,297
  • 12
  • 56
  • 84
7
votes
1 answer

Websphere all logs are going to SystemOut.log

I am using Log4j in my application and have some appenders for debug and error. I tested this on tomcat and working fine. Generating all logs in their respective files. But when I deploy code on WAS6.1 all logs are getting generated only inside…
Dev G
  • 1,387
  • 4
  • 26
  • 43