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
933
votes
38 answers

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"

My application is to be deployed on both tcServer and WebSphere 6.1. This application uses ehCache and so requires slf4j as a dependency. As a result I've added the slf4j-api.jar (1.6) jar to my war file bundle. The application works fine in…
DJ180
  • 18,724
  • 21
  • 66
  • 117
115
votes
11 answers

(SC) DeleteService FAILED 1072

Last time I create WAS profile and WASService then I try to config and run many script for learn how to config WAS, Finally it crash so i use wasprofile delete this profile and forgot delete WASService. Now I found IBM Webphere Application Server…
Fuangwith S.
  • 5,654
  • 8
  • 37
  • 41
93
votes
4 answers

JSTL if tag for equal strings

I've got a variable from an object on my JSP page: <%= ansokanInfo.getPSystem() %> The value of the variable is NAT which is correct and I want to apply certain page elements for this value. How do I use a tag to know the case? I tried something…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
90
votes
3 answers

Are SSL certificates bound to the servers IP address?

We have two different ldap providers in two different physical office locations. When I connect my laptop to one location and I 'retrieve from port' (in Websphere 6.1) to import the SSL cert of the ldap provider, I can authenticate to the respective…
fnCzar
  • 3,153
  • 4
  • 26
  • 28
71
votes
2 answers

Debugging Spring configuration

I am working on a Java application that uses Spring and Hibernate and runs on a Websphere. I have run into a problem, where I expect Spring to load a Dao into my object, but for some reason that doesn't happen. (Another Dao that is specified in…
jprusakova
  • 1,557
  • 3
  • 19
  • 31
66
votes
5 answers

Difference between javacore, thread dump and heap dump in Websphere

Can someone tell me the exact difference between javacore, thread dump and heap dump? Under which situation each of these are used??
Sargunan
60
votes
2 answers

Transfer-Encoding: chunked

I was trying to understand more on Transfer-Encoding:chunked. referred some articles: http://zoompf.com/blog/2012/05/too-chunky and "Transfer-Encoding: chunked" header in PHP. I still didn't get very clear picture. I understand setting this encoding…
Vicky
  • 5,380
  • 18
  • 60
  • 83
44
votes
9 answers

Singleton in Cluster environment

What is the best strategy to refactor a Singleton object to a cluster environment? We use Singleton to cache some custom information from Database. Its mostly read-only but gets refreshed when some particular event occurs. Now our application needs…
lud0h
  • 2,370
  • 6
  • 33
  • 41
40
votes
10 answers

Using ServletOutputStream to write very large files in a Java servlet without memory issues

I am using IBM Websphere Application Server v6 and Java 1.4 and am trying to write large CSV files to the ServletOutputStream for a user to download. Files are ranging from a 50-750MB at the moment. The smaller files aren't causing too much of a…
Martin
  • 1,057
  • 1
  • 9
  • 16
36
votes
0 answers

In Websphere Commerce 7, how do I remove the language and store name from an SEO url the correct way?

Currently the client I'm working for is making use of the SEO Friendly urls outlined here: https://www.ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/com.ibm.commerce.seositemap.doc/concepts/csdSEOURLconstruction.htm However, they would like to…
jros
  • 714
  • 1
  • 10
  • 33
31
votes
2 answers

Where can I find WebSphere configuration files?

I would like to know where are the WebSphere configuration details saved? Specifically, configuration details that are shown in the Administrative Console (from the web) or from the console using wsadmin. Some of the examples would be: Java and…
Nicholas Key
  • 1,429
  • 4
  • 21
  • 24
30
votes
12 answers

How do you enable JMX in Websphere?

I would like to use JConsole to monitor my Websphere application, but I am not sure how to enable JMX.
None
28
votes
1 answer

How do you connect an eclipse to a WebSphere Application server hosted on remote server?

I am trying to debug a local code ( which is on my laptop) using eclipse, which I am trying to connect to the remotely hosted WAS( WebSphere Application server) and remotely hosted database.
user1172766
  • 263
  • 1
  • 3
  • 9
24
votes
1 answer

JAX-RS Jersey 2.10 support in Websphere 8

I am trying to use Jersey 2.10 in Websphere 8 but it tries to reference the Application which is a implementation of JAX-RS 1.1 (default Wink) I get this below error even though I disabled to JAX-RS default by setting the IBM property. Caused by:…
jerry
  • 253
  • 1
  • 2
  • 6
23
votes
2 answers

Class path contains multiple SLF4J bindings

My application server ibm websphere. I'm getting the following error in the application server logs. Where can I websphere settings? [19.09.2012 14:56:54:940 EEST] 0000000a SystemErr R SLF4J: Class path contains multiple SLF4J bindings. …
aliplane
  • 875
  • 3
  • 8
  • 9
1
2 3
99 100