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

WAS 7.0 + LDAP: invalid attribute description after fixpack 21

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…
TomVerkest
  • 41
  • 3
  • 5
2
votes
1 answer

Concerns on SSL config within Websphere Application Server

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…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
2
votes
1 answer

Error while configuring websphere in IntelliJ idea

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.
changeme
  • 640
  • 2
  • 12
  • 36
2
votes
1 answer

Shared Endpoint URL in Websphere Portal

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…
Carlos
  • 1,696
  • 1
  • 14
  • 21
2
votes
2 answers

Websphere error SRVE0133E: and reason RC: 107

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…
muneebShabbir
  • 2,500
  • 4
  • 29
  • 46
2
votes
1 answer

How to Change access level of WebSphere Application Server (read only) profile

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…
S Jagdeesh
  • 1,523
  • 2
  • 28
  • 47
2
votes
2 answers

WebSphere Portal behind reverse proxy and getServerPort()

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…
2
votes
1 answer

WebSphere Camel JMS, spring, taskExecutor, haninging Threads

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…
Petter Nordlander
  • 22,053
  • 5
  • 50
  • 84
2
votes
1 answer

How to make a property file available to EJB in WebSphere Application Server 8

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…
Richard
  • 116
  • 2
  • 7
2
votes
3 answers

How to map security role to ldap group in websphere liberty profile

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…
user1384440
  • 31
  • 1
  • 3
2
votes
1 answer

IBM WebSphere Application Server: What are "environment entries" for?

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…
gawi
  • 13,940
  • 7
  • 42
  • 78
2
votes
1 answer

XAConnection performance in Oracle (10g)

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…
Sathya
  • 2,371
  • 5
  • 19
  • 27
2
votes
2 answers

The slowness about Websphere Application Server's app Admin Console

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…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
2
votes
1 answer

Issue with JPA not loading lazy fetched collection

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,…
bnorwood
  • 93
  • 1
  • 11
2
votes
1 answer

Struts/JSP/J2EE performance and memory profiling and issues

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…
Berlin Brown
  • 11,504
  • 37
  • 135
  • 203