Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
2
votes
2 answers
log4j not working in WebSphere
I have a strange problem whereby my log4j logging works when deployed on tcServer but not on WebSphere 6.1.
The file name that I've specified in the log4j is created. However, it is not populated even though the other Websphere logs (SystemOut.log…

DJ180
- 18,724
- 21
- 66
- 117
2
votes
0 answers
Ways to specifying "Routes" and "URIGroups" in WebSphere AS
Environment: WebSphere Network Deployment edition v6.1 (on Linux)
We have 2 applications "Main" and "Dynamic" that each run on a server cluster. Each of these applications is set to run from its unique domain name. So www.main.com/ is serviced by…

Skylark
- 387
- 2
- 4
- 13
2
votes
0 answers
Websphere 6.1 to 8.5 how to update ibm-web-bnd.xmi to ibm-web-bnd.xml Remote EJB
In Websphere 6 ibm-web-bnd.xmi file I have

galisanz
- 21
- 4
2
votes
1 answer
websphere application server
What is the exact use of this bellow entry in WAS6.1 server.xml. Can you please tell me why we need this "defaultCookieSettings" and his attribut "secure=false".
defaultCookieSettings xmi:id="Cookie_1282579260990" domain="" maximumAge="-1"…

Nishi
- 125
- 1
- 1
- 8
2
votes
2 answers
Is there a pre-existing sulution using c# with the Excel Interops to template excel like jXLS does?
I'm looking for comments, alternative solutions and recommendations.
Background:
We currently have a CRUD app built on Websphere using the struts framework. We generate excel documents using a standalone C# application that is tied together to the…

FreakBurrito
- 31
- 3
2
votes
1 answer
Websphere App Server 6.1: Redeploy after web.xml change required?
In WebSphere Application Server 6.1, is it necessary to redeploy the application (WAR/EAR) every time a change is made to a web.xml descriptor file?

Phani K
- 1,133
- 2
- 11
- 14
2
votes
1 answer
how does fileServingEnabled="false" in ibm-web-ext.xmi loads static file
We are using app server: IBM WAS 6.1 and web server: IBM HTTP Server.
Issue is explained below
I know that fileServingEnabled="true" in ibm-web-ext.xmi helps in loading static content. And when fileServingEnabled="false", none of the static content…

Onki
- 1,879
- 6
- 38
- 58
2
votes
1 answer
Changes to markup files not getting picked up in wicket project
When I change a html file in my wicket project and reload the page the changes don't get automatically picked up. I have to republish to pick up the changes. Changes to java files get picked up without any problems. I am running a wicket 1.4 project…

Florian
- 538
- 4
- 11
2
votes
2 answers
Updating .ear file on websphere (6.1) still runs old code
I have a question regarding updating a application on websphere application server. The application is already up and running and I just want to update the code which is packaged in a .ear file. Here is what I thought I should do:
stop the…

full stackoverflow developer
- 175
- 1
- 2
- 13
2
votes
1 answer
J2CA0081E Websphere 6 Exception
Occasionally I see this exception. It affects some of the crucial business processes in the application. What could it be? Did anyone have similar error?
I use WebSphere 6 with OJDBC14 & Hibernate 3.
[21.02.14 06:46:03:209 PST] 00000031 MCWrapper …

Pavel Shchegolevatykh
- 2,568
- 5
- 29
- 32
2
votes
2 answers
session is getting reset in IBM Websphere Commerce
I am setting a session in the jsp using scriplet in IBM WCS and setting a value here but when reloading the page the session value is getting lost .
here is how I am setting session attribute
<%
session.setAttribute("testMap",…

ankit gupta
- 53
- 8
2
votes
3 answers
What I have to do to guarantee that ccc.jar is loaded before aaa.jar?
Does somebody know in which order of precedence are the jars loaded?
Having several jars in WEB-INF/lib (in a war inside an ear in WAS 6.1).
Let's say aaa.jar, bbb.jar, ccc.jar. I have two different versions of a class paq1.paq2.paq3.MyClass inside…

JLLMNCHR
- 1,551
- 5
- 24
- 50
2
votes
2 answers
How to pass and get URL parameters in IBM Webpshere Portal 6.1 JSF Portlets?
I have a simple HTML page which contains a form (uses GET method), whose action is a portal page containing a JSF portlet. I need to access the parameters passed in to the portal page in my portlet - how can I achieve this?
I have tried to access…

Zaheer Baloch
- 536
- 3
- 9
- 28
2
votes
1 answer
application server restart on OOM exception
Can we automatically restart a websphere application server v6.1 on OOM exception after heap dump is created?we have an enterprise application hosted on websphere application server,recently we are facing OOM exceptions,and from time to time the app…

user3011399
- 21
- 5
2
votes
5 answers
A Java SE app to be moved to a Java EE Server
I have a Java SE application that runs in its own JVM using java -jar. It has a main function that registers some callbacks for certain SMPP servers and the main thread after registering those call backs keeps on checking the connectivity for those…

Talal
- 131
- 1
- 1
- 13