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.
yesterday we installed fixpack 21 on our websphere application server 7.0.
One of our java webapplications is using LDAP to authenticate users to let them access the website. Since we installed the fixpack we are unable to access our website.
In the…
i'm kind of confused with the SSL setting within Websphere Application Server.
As you can see from the attached picture, the Default SSL setting has been done both in cell and node scope. Below are my qeustions:
is either inbound or outbound data…
I have IntelliJ Idea v 10.5.4 ultimate edition, when trying to configure Websphere, this is the error I see and even if I give the right Websphere Home path, it does not proceed further. Can someone please help.
What is the best way to share the endpoint urls of webservices in websphere? We have all the webservice clients in a shared library so that they are accessible to all the wars and portlets. We currently have a mix of property files and portlet…
I am getting this error on WebSphere Server Log(s)
SRVE0133E: An error occurred while parsing parameters. java.io.IOException: Async IO operation failed, reason: RC: 107 Transport endpoint is not connected
can anyone help me and guide me about the…
I am trying to configure WebSphere Application Server 8.5 beta on Rational Application Developer.
In the WebSphere Application Server settings, profile name drop down list is coming empty, though profiles are already created in WebSphere…
I have problems accessing WebSphere Portal which is deployed behind reverse proxy (using Apache). The problem is that while inspecting HTTP requests issued by browser, some requests are targeted at proxy, and some directly at WebSphere Portal.
My…
I'm trying to integrate Camel with WebSphere. It is working fine, for all but one thing.
The scenario looks like:
JMS (WMQ) -> routing/transformation -> BEAN (which does a JPA (OpenJPA1.2/DB2) commit).
To be able to plug into WAS transaction…
I created a JAX-WS Web Service and an EJB skeleton from a WSDL file by following a Tutorial in the Rational Application Developer for WebSphere 8.0.4 help.
It created an EJB project to contain my EJB code.
It created an EJBEar project to build an…
I have liberty profile authentication working with MS Active directory. But I am not able to setup a role mapping to a group.
I have created a security role in my web.xml:
Users who are authorized to do update and…
In the WebSphere Application Server admin console, there is a section under
Application servers > server1 > Process definition > Environment Entries
I don't understand what environment entries are. They are not system properties because they are…
In our project, we use the Oracle XA Connection pool.
Only a small subset of the queries(transactions) are distributed.
Rest are quite straightforward single database modification.
I would like to know if there is a performance difference in using…
It's the concern about Admin console's performance from Websphere Application Server.
I can login smoothly without any problem, but it's got be very slow on response when doing operations such as showing Node status by clicking "Nodes" under…
I'm having a problem with JPA refusing to fetch a collection that is set to fetch lazy. Here are how the entities are defined:
Report Entity
//bi-directional many-to-one association to Host
@OneToMany(mappedBy="report", cascade=CascadeType.ALL,…
We are using Struts and having performance issues. And making heavy use of jsp includes, tiles, EL expressions.
I am sure this is eating up a lot of memory and processing time. What are some approaches to profile the JSP page? What tools could I…