Questions tagged [websphere]

Questions about administering WebSphere Application Server, a commercial Java application serve.

IBM® WebSphere® Application Server offers a fast, flexible and secure Java application server runtime environment.

http://www-03.ibm.com/software/products/en/appserv-was

156 questions
5
votes
3 answers

What port is the Websphere app server's admin app on?

I've started Websphere on my local box and I can't remember what port the admin app should be on. Any ideas?
jjujuma
4
votes
1 answer

Tomcat to WebSphere - Server Contexts

I have a line that defines the location of reports and images in my Tomcat setup that has the following data:
4
votes
2 answers

How to install WebSphere 8.5 from Linux zipfile?

I'm trying to do a quick evaluation of IBM WebSphere 8.5 on my Ubuntu 12.10 machine. I downloaded a zip archive from the IBM website on a page called "Evaluate IBM WebSphere Application Server Trial" The description of the zip file is: Installation…
shibo
  • 41
  • 1
  • 3
4
votes
4 answers

Websphere JSESSIONID cookie overwrite between two apps on the same domain (different ports / context roots)

Background I have two webshpere apps app1 on http://example.com:9080/app1 app2 on http://example.com:9081/app2 (installed on two separate profiles, and both the ports and context roots are different) Scenario When logging into app1, users get…
Eran Medan
  • 173
  • 1
  • 1
  • 8
4
votes
1 answer

Enabling HTTP Compression in WebSphere Application Server 7

I know the correct way of enabling gzip HTTP Compression for a WebSphere Application Server is to activate and configure the mod_gzip module in the IBM HTTP Server connected/installed in this environment. However, our WAS 7 environments don't have…
Filipe Fedalto
  • 141
  • 1
  • 4
3
votes
1 answer

Nginx as reverse proxy with IBM Websphere upstream

I have an IBM WebSphere serving multiple domains: x.x.x.x:8080/app1 x.x.x.x:9090/app2 ... I need to configure Nginx as reverse proxy to serve: app1.example.com app2.example.com Here is my config but it's not working: server { listen 443…
Amir
  • 31
  • 3
3
votes
1 answer

How to "gracefully" shutdown a node in WebSphere Network Deployment?

How can I "gracefully" shutdown a node on WebSphere Network Deployment 6.1? My worry is do not end active sessions when a shutdown is necessary. My intention is to prevent a node of accepting new sessions and then, when there are no more active…
3
votes
1 answer

Starting/Stopping IBM WebSphere Application Server (WAS) 7 from the Command Line

I've written a script to automate the process of starting, stopping, and restarting WAS7 from the command line. Nothing starts automatically on one of our staging servers, so I have to start everything: deployment manager, node agent, app server,…
3
votes
1 answer

useful JMX metrics for monitoring WebSphere Application Server (and apps inside it)?

When managing custom Java applications hosted inside WebSphere Application Server, what JMX metrics do you find most useful for monitoring performance, monitoring availability, and troubleshooting problems? And how do you prefer to slice and…
Justin Grant
  • 259
  • 1
  • 4
  • 12
2
votes
1 answer

Distribution of JMS sessions through the load balancer

There is a very acute problem with the distribution of sessions through the balancer in case of recovery of one of the fallen nodes. I will describe briefly how the interaction of the two modules is arranged: On the one hand, an application on…
TheDESTROS
  • 375
  • 3
  • 9
2
votes
1 answer

Connection Reset Error AxisFault

I'm trying to call a third party web service using axis2. It was working fine before the third party provider made some changes on their server. They disabled TLS 1.0 protocol and the server only accepts TLS 1.1 and TLS 1.2. I already added the code…
Alec Jones
  • 21
  • 1
  • 2
2
votes
1 answer

Enable Administrative Security on Websphere (localhost)

In the Websphere administration console under Security > Global Security, when I try to tick "Enable Administrative Security", I get the following message: Validation failed: SECJ7724E: Error in the user registry configuration unable to verify…
Vulpo
  • 123
  • 6
2
votes
1 answer

How to add WebSphere Application Server 9 to Rational Application Developer 9.5?

How do I add WebSphere Application Server 9 to Rational Application Developer 9.5? It's not showing up in the existing servers list. When I open the IBM Installation Manager > Modify > RAD, there is no WAS 9 support feature to add. I have been…
Quadmore
  • 33
  • 1
  • 6
2
votes
1 answer

How do I configure in IBM WebSphere 8.5.5 a data source using Oracle Wallet?

I have a server with a fresh installation of WebSphere Application Server 8.5.5 and I'm trying to configure a data source over a connection using JDBC and Oracle Wallet for SSL. The error message in WebSphere is "Unable to verify MAC". I've…
hourback
  • 288
  • 1
  • 5
  • 16
2
votes
2 answers

IBM WebSphere Application Server SSO does not set REMOTE_USER on Cognos BI 10.2.2

Very similar issue was posted here, I do not believe they are the same. IBM WebSphere Application Server SSO sets REMOTE_USER incorrectly We are running IBM Cognos Business Intelligence Server 10.2.2 (no other extra software products) on WebSphere…
WR Aldrich
  • 21
  • 3
1
2 3
10 11