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

How to clone a WebSphere 8 profile

I would like to clone an existing profile, start the server and modify it via the Admin Console. I already read the IBM documentation about manageprofiles.bat but the manageprofiles tool does not contain something like: # would be nice if a…
René Link
  • 48,224
  • 13
  • 108
  • 140
9
votes
9 answers

How to detect Out Of Memory condition?

I have an application running on Websphere Application Server 6.0 and it crashes nearly every day because of Out-Of-Memory. From verbose GC is certain there are the memory leaks(many of them) Unfortunately the application is provided by external…
Jaromir Hamala
  • 1,761
  • 1
  • 10
  • 13
9
votes
1 answer

Where can I view WebSphere environment variables?

In WebSphere Application Server (version 6.1) my JDBC Provider Classpath is ${ORACLE_JDBC_DRIVER_PATH}/ojdbc14.jar Where in the WebSphere administration console can I see what the ORACLE_JDBC_DRIVER_PATH is set to?
dustmachine
  • 10,622
  • 5
  • 26
  • 28
9
votes
2 answers

How to propagate JAAS Subject when calling a remote EJB (RMI over IIOP) from a pure client

I am testing the propagation of JAAS Subject with a custom Principal from a standalone EJB client running on a raw Java runtime to a JavaEE server. I am targeting both JBoss and WebSphere implementations. According to this forum thread I have…
Yves Martin
  • 10,217
  • 2
  • 38
  • 77
9
votes
2 answers

production environment - http 500 error page - no stacktrace please

Here’s the context: I work for a very large enterprise. Here, we have many WebSphere Application Server clusters, each running many Java EE web applications. Most (but not all) of these applications contain special directives in their web.xml to…
8
votes
7 answers

IBM RAD 7 and Websphere 6.1 is slow and unresponsive

How can I improve performance when developing locally with Websphere and RAD? I am using one web application of moderate size (1000? classes) and it is impossible to handle the app locally on a Windows box. The Websphere 6.1 configuration uses the…
Berlin Brown
  • 11,504
  • 37
  • 135
  • 203
8
votes
2 answers

Message-driven bean (EJB3) in WebSphere 7, XA transactions, Error handling

I am a relative newb to EJB. Background: I have an MDB using the WebSphere default messaging provider receiving MapMessages that has a java.sql.DataSource to do some work, using preparedstatement, jdbc transaction, etc. I set up the MDB in the…
Morgan Dowell
  • 267
  • 5
  • 11
8
votes
2 answers

Difference between IBM Websphere Application Server and IBM Websphere Process Server?

Im currently looking into the difference between IBM Websphere Application Server and IBM Websphere Process Server? I am aware that the Process Server is like a higher level layer ontop of the App server, but was wondering if development using…
user1067698
  • 167
  • 1
  • 1
  • 6
8
votes
4 answers

How do I determine if an application is running using wsadmin Jython script?

I can get a list of instlled applications but how do I get the status using Jython?
blank
  • 17,852
  • 20
  • 105
  • 159
8
votes
2 answers

Deploy EAR file to WAS 7 from command line

I need to deploy an EAR file that is located in sever A to a WebSphere Server located in server B. I need to know how to deploy the EAR from server A to my WAS through command line. I have seared the web but found results only fro WAS 6 (i have WAS…
Mr T.
  • 4,278
  • 9
  • 44
  • 61
8
votes
6 answers

IE cannot download files over SSL served by WebSphere

IE 7 & 8 both throw an error when users attempt to download a csv file over https. Internet Explorer cannot download downloadPage.jsf. Internet Explorer was not able to open this internet site. The requested site is either unavailable or cannot be…
Thomas Buckley
  • 5,836
  • 19
  • 62
  • 110
8
votes
1 answer

Key stores from Websphere

How can I get key stores from IBM Websphere in Spring that is located in Websphere? Security > SSL certificate and key management > Key stores and certificates Is it possible to create the bean and use it, or use it as something different? Can I…
J Mas
  • 167
  • 2
  • 14
8
votes
1 answer

Accessing a JNDI DataSource without the java:comp/env prefix

I've noticed that both ways of looking up a DataSource using JNDI work: jdbc/DataSource java:comp/env/jdbc/DataSource With the added bonus that the first one doesn't seem to anger Websphere when used from an unmanaged thread ( started by Quartz…
Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278
8
votes
1 answer

What happens when WebContainer thread pool (WebSphere) is fully used and new request is received?

Got question about WebSphere and cannot find anything in the documentation... What happens when WebContainer thread pool is fully used and new request is received? I am talking about the situation when all are used and we reached max thread pool…
8
votes
1 answer

chrome- status cancelled on network dev tools when playing html5 video

I have a problem in loading a webpage that has a html5 video element in it that runs into a weird problem in chrome. I say it is weird because the behavior is inconsistent. here is a screenshot to explain my problem... this is the side by side…
Sai
  • 1,889
  • 5
  • 18
  • 26