I am using Rational Application Developer v7.0 that ships with an integrated test environment. When I get to debugging my webapp, the server startup time in debug mode is close to 5-6 minutes - enough time to take a coffe break!
At times, it so pisses me off that I start cursing IBM for building an operating system! instead of an app server: Spawning 20+ processes and useless services with no documented configuration to tuning it, to starting any faster.
I am sure there are many java developers out there, who would agree with me on this. Now, I tried to disable the default apps and a set of services via my admin console, however, that hasn't helped much.
I have no webservices, no enterprise beans, no queues, just a simple web app which requires a connection pool. Have you done something in the past to make your integrated test environment, start fast in debug mode and there by consume less RAM?
UPDATE: I tried disabling a few services (internationaliztion, default apps etc...) and now the websphere server went from bad to worse. Not only doesn't it take horrifying startup time, it keeps freezing every now and then for upto 2 minutes. :-( Sounds like, optimization is not such a good thing, always!