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
0
votes
2 answers

Publishing EAR file hangs on WebSphere 8.0

Recently some of our projects started hanging when publishing to WebSphere 8.0 (tested with 8.0.0.5, 8.0.0.6 and 8.0.0.9), but this doesn't happen all the times. This is a normal installation details Installing... If there are enterprise beans in…
0
votes
1 answer

Websphere Virtual Host

IBM WAS 8 gives option to create virtual hosts. At the time of WAR deployment, I am able to map the application to a particular virtual host. For each virtual host, I am able to assign a port number (There is no protocol defined for the virtual host…
Teddy
  • 125
  • 6
0
votes
0 answers

WebSphere hung threads, how can I track then down?

We have an application running on WebSphere (unfortunately it is 6.1 which is no longer supported, it has not yet been migrated in production to a later version) which becomes entirely unresponsive because of hung threads. As far as I can tell we…
Puzzled
  • 9
  • 1
  • 4
0
votes
0 answers

linkage error upon starting webapplication on websphere 8.5.5

While I am trying to start the my web application on websphere 8.5.5 it failed with linkage error. But it will work 100% correctly when I restart the websphere from services (if I do stopserver then startserver it will not work) any idea guys why…
0
votes
1 answer

Does WebSphere Liberty store it's process ID (pid) anywhere on Linux?

When a WebSphere Liberty server is started on Linux, is its pid stored anywhere on the filesystem, in a .pid file or similar? I'm developing an automated script that under some scenarios, when the server won't cleanly stop, needs to force-kill it.
Andrew Ferrier
  • 864
  • 9
  • 21
0
votes
1 answer

Where is the ibm http server admin server located

I just installed the websphere application server 8.5 base trial version. I created some profile and during the creation I was given the option to create an web server. Now from the admin console of the application server, I select the web server…
user1539343
  • 101
  • 1
  • 3
0
votes
1 answer

setting kerberos ktpass ktab all that JAAS

I have a couple of questions on Kerberos on Windows. I want to find out what the purpose of mapping a user to a service using ktpass is. For example I am on windows and I run ktpass like this: ktpass -out -princ
dorothy
  • 107
  • 4
0
votes
1 answer

How to increase heap size for particular WAR on WAS?

I have a WAS where a particular WAR file is deployed. This WAR file runs okay most of the time, however at times it would run to Java OOM issue. I'd like to know if there is any control to increase the Java HEAP size for that particular WAR? When I…
Michael Mao
  • 215
  • 1
  • 5
  • 12
0
votes
1 answer

Websphere shutdown not releasing database locks

Sometimes when shutting down Websphere there are database locks not released. As a result, when WAS is restarted nobody can work because of these locks, that must be removed manually by the DBA. It's a Java web application, transactions are XA and…
0
votes
1 answer

Changing the scope of the object

Is it possible to change the scope of the existing object (such as JDBCProvider) on Websphere (more specifically, version 8.5)? I can't find that option in the Admin Console neither find information how to do it with scripting, but it should be…
0
votes
1 answer

access application through a specific node/app server in websphere

i have an application hosted in websphere 6.1. there are 4 application servers in a single node. each app server has its own http, listener port numbers. what i am trying to do is access the application through a specific node,…
Kannan Lg
  • 143
  • 2
  • 6
0
votes
1 answer

-XX:MaxNewSize and other JVM parameter setting in AIX

All, I am trying to adjust our application's memory settings: JVM and Heap adjustments. I also came across -XX:MaxNewSize parameter. Our application runs on a AIX machine which has ample RAM (100+ GB). 1200 concurrent users. Deployed in WAS 6.1 My…
Kannan Lg
  • 143
  • 2
  • 6
0
votes
1 answer

Amazon Web Service monitoring

I have deployed a web app on an AWS server. I have following questions: Monitoring my websphere app server status capacity monitoring? uptime thru Amazon CloudWatch metrics? Load balancing Autoscaling is for only AWS instances scaling and load…
0
votes
1 answer

WebSphere (WAS) Resending Threads

I work in a large enterprise IT shop, and we are running our Java applications on WebSphere's application server. We have observed a behavior that I want to bring to an end: If a thread times out --- most notably while making an RMI call --- the…
mbrion
  • 1
  • 2
0
votes
1 answer

Is WebSphere server mandatory to enable sso in Domino domain?

I want to configure sso between domino servers . all the server are in the same domains. i have created the "web sso configuration document" and made the necessary chnages in server document. after restarting the http task i'm not getting any error…
Mythli
  • 17
  • 5