Questions tagged [was7]

15 questions
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

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,…
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
1
vote
0 answers

How to proceed in analyzing IIS 7.5 Debug Diagnostic Tool dump from w3wp.exe thread crash from Windows Process Activation Service

I am using the Debug Diagnostic Tool (DebugDiag v1.2) on a few production Windows Server 2008 R2 Standard servers running a custom web application built in-house on IIS 7.5 to create crash dump files. The issue is that Windows Process Activation…
1
vote
1 answer

Unable to start Web Sphere 7.0.0 Server

I stopped Web Sphere 7.0.0 server using firststep.bat path (...\profiles\AppSrv01\firststeps).Now when I am trying to start I am getting follwing error ADMU0116I: Tool information is being logged in file …
user173636
  • 11
  • 1
  • 2
1
vote
1 answer

Java Application can be published with Websphere but can't be exposed through IHS

I am trying to set up a Websphere/IHS configuration for testing a project in my development machine. I have Websphere 7 (developer version) and IHS 7 installed on a Windows 7 machine. I can reach my application on Websphere 7 entering the URL…
Oso
  • 143
  • 4
1
vote
1 answer

IBM Websphere Application Server 7 - Why aren't threads that are hung destroyed?

If our application somehow loses connection with the memcached server all the threads are reported as hung after 10 minues or so [28.04.11 16:50:15:831 CEST] 00000025 ThreadMonitor W WSVR0605W: Thread "WebContainer : 4" (00000029) has been active…
Tommy
  • 195
  • 1
  • 2
  • 9
1
vote
1 answer

Websphere 7: Getting 'Internal Server Error' when accessing JSPs. Servlets ok

I have just installed WS 7 on our stage server. The test server was done some months ago. I have deployed the same applications to stage as on test. One application is causing me problems. I call the login servlet but the result is an 'Internal…
paul
  • 181
  • 1
  • 7
0
votes
1 answer

WebSphere 7.0 Admin Console - Web Services

I've been trying to search on Google (and IBM's documentation) to find the answer to this, and I haven't found anything. Either my search skills aren't that great today, or my assumption is correct and the answer is no. I'd like to confirm with the…
Jeff Coe
  • 187
  • 2
  • 6
0
votes
0 answers

IIS WAS error with eventId 5172 causing AppPool instability

I have an intermittent problem with an IIS site going offline a few times per month. The Event logs show the following errors: Source : WAS EventID: 5053 Message: The Windows Process Activation Service received a change …
bob
  • 163
  • 1
  • 7
0
votes
1 answer

IIS marking worker process unhealthy

I am using windows 2012, .net 4.5. I have a web application that can occasionally do heavy processing and keep the server tied down for some time (~ 8-10 minutes). I am seeing randomly that WAS is killing the worker process since it fails to respond…
np-hard
  • 101
  • 3
0
votes
1 answer

How I can generate patch from RAD ready to deploy in WAS?

To use update option directly from IBM WAS-ND , I need to generate patch file from RAD ready to deploy ( already packaged ) . Example : After Deploy HelloWord.ear on WAS-ND 7.0.11 , an exception appear , to fix this exception a class x.calss and…
Eng Al-Rawabdeh
  • 39
  • 1
  • 10
0
votes
1 answer

How do I tell Websphere 7 about a front end load balancer so that re-directs are handled correctly?

On WebLogic 11G I can use the console to set the FrontendHost and FrondendPort on a server or on a cluster so that re-directs are handled correctly and end up resolving to the front end load balancer instead of the local host. The MBeans associated…
TiGz
  • 171
  • 1
  • 1
  • 4
0
votes
1 answer

websphere application server 32bit to 64bit upgrade

We are running WAS 7.0.0.13 32bit I'd like to upgrade it to 64bit as one of our new apps requires 4GB JVM. Do you think it's possible to achieve this kind of upgrade without reinstalling the product ? thanks, m.
m1k3y3
  • 1
  • 2
0
votes
2 answers

WebSphere 7 password recovery

On my local box I have RAD 7.5 and WebSphere 7. When I run the administrative console it asks me for the username/password. I tried all the default password/users combinations wasadmin/wasadmin wasadmin/wsadmin and so on an none of the works. How do…