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 websphere-liberty tag for questions specific to the Liberty Profile.
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…