Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
2
votes
0 answers
Is it possible to configure an HTTP header in WebSphere response?
I need to add an HTTP header for all the responses of all applications installed on a WebSphere 7.0 (no Http server installed, only WAS), I have to add this header for every resources, not only for jsp or servlet but also for images and…

spasqua
- 21
- 1
2
votes
0 answers
Integrating IBM JRules ILOG with Websphere Commerce Ver 7
I have followed the below mentioned steps to integrate IBM JRules ILOG with Websphere Commerce Ver 7 :-
1) Installed IBM Ilog Jrules Studio 7.1.1 & Rule Execution Server.
2)Installed Rule Execution Server on Websphere Application Server(Ver…

Maverick
- 115
- 7
2
votes
1 answer
EntityManager.flush() not flushing (JPA2 (OpenJPA), EJB3, Spring3, Websphere 7)
I'm facing a problem in my project: entityManager.flush() is not doing anything, and the flushing is only being done right before commit, when exiting the EJB.
My project runs on WebSphere 7.
I'm using JPA2 through OpenJPA.
I'm using Spring for…

Felipe Weber
- 31
- 4
2
votes
1 answer
Maximum 10000 parameters allowed in inbound request
I am getting the below error whenever the size of parameters in my form exceeds 10,000.
com.ibm.wsspi.webcontainer.util.RequestUtils parseQueryString
SRVE0325E: Exceeding maximum parameters allowed per request 10,000
I did some investigation and…

user2409094
- 21
- 1
- 2
2
votes
1 answer
WebSphere 7.0 won't run filter for root URL
I have a WAR file that defines a filter to run on all URLs:
...
…

Aron
- 1,552
- 1
- 13
- 34
2
votes
1 answer
Calling JAX-WS Web Services on WebSphere v7 with SOAP UI
I have a JAX-WS Web Service packed in an EAR, deployed to WebSphere v7.
The EAR contains:
- APP-INF directory: classes directory (.class files in the right package hierarchy) plus the lib dir with required jars
- META-INF dir
- the war with empty…

Kumite
- 2,129
- 3
- 15
- 15
2
votes
1 answer
High session memory usage in Mojarra
I have a web application build on Mojarra (JSF 2). The application is deployed on WebSphere 7. The session usage for my application is very high. I use view scoped beans and some of the pages are considerably large. My web xml is configured to keep…

dkaustubh
- 444
- 2
- 15
2
votes
1 answer
Dojo and iWidgets by IBM: HandleEventException: TypeError: Object [object Array] has no method 'split'
Dojo and iWidgets by IBM:
so my iWidget code is as follows:
onEdit : function() {
dojo.require(["dijit/Dialog", "dojo/dom"], function(Dialog, dom){
var node = dom.byId("makeADialog");
…

Sergey
- 21
- 7
2
votes
2 answers
StringBuilder: ArrayIndexOutOfBoundsException
We're experiencing a strange issue with WebSphere 7/ IBM JDK 6, where one of the nodes has some initialization issue.
We have some code which calls InitialContext.lookup and on this node we're getting sometimes the following exception:
Caused by:…

Puce
- 37,247
- 13
- 80
- 152
2
votes
0 answers
JMS MQ connection pooling in WAS 7
We are using JMS to communicate with WebSphere MQ [V7] using WebSphere Application Server [V7]. Application is heavy with a load of around 4-5 tps. We use connection factory along with a sender and receive queue to implement synchronous MQ…

Subramanian
- 5,552
- 5
- 25
- 24
2
votes
1 answer
WebSphere 7: Modify HTTP headers for static content file serving
I'm using the feature of WebSphere Application Server v7.0 to serve static content (images, CSS, JavaScripts) for my Java web app.
How can I modify the HTTP headers for this static content (e.g., add a…

quietmint
- 13,885
- 6
- 48
- 73
2
votes
1 answer
WebSphere Application Server 7 - httpOnly & secure flag for LTPA
I'm working in a common environment having an Apache http-Server in front of the WebSphere Application Server 7 (running a WebSphere Portal Server 7) and now I'm trying to turn on the httpOnly and secure flags for the LTPA cookie.
According to…

delimiter
- 183
- 1
- 2
- 9
2
votes
3 answers
How to setup timeout for ejb lookup in websphere 7.0
I have developed a standalone Javase client which performs an EJB Lookup to a remote server and executes its method.The Server application is in EJB 3.0
Under some strange magical but rare situations my program hangs indefinetly, on looking inside …

Akhand pratap Singh
- 25
- 1
- 3
2
votes
5 answers
AMQ9504: A protocol error was detected for channel
I'm unable to connect remotely from WebSphere Application Server with Queue Manager at WebSphere MQ. Anyhow it get connected to Queue Manager from WAS that is installed on same machine. I'm using version 7.5 of WebSphere MQ and version 7.0 of…

KAmeer
- 21
- 1
- 3
2
votes
3 answers
WebSphere Commerce: Controller Command vs. Task Command?
For a newbie, how would you explain the difference between a controller command and a task command? What are the purposes of each? What might be an example of using the two types of commands?

Chandrew
- 16,987
- 4
- 24
- 40