You may need to add the MaxPermSize parameter, it should be Max Memory Pool divide by four.
Main Topics
Browse All TopicsHi Experts,
I have a default Tomcat installation in one of my production environments. I'm using it to serve an EMC Documentum Webtop 5.3 web application.
The problem is that some navigations are very slow. Navigating between some pages are 5 to 10 times slower than the same navigation done on the same pages in the same application on a Websphere Application Server (WAS).
Are there ways that I can customize/configure Tomcat to allow for faster browsing?
Some vitals about my environment are listed below:
OS of Web Server - Windows Server 2003 R2 Standard Edition SP2
JVM Version - Java SE runtime environment 1.6.0_13
Tomcat version - 6.0.18
Tomcat Initial Memory Pool - 1024MB
Tomcat Max Memory Pool - 2048 MB
Tomcat Thread Stack Size - blank
Tomcat Average session count - 30
Tomcat Applications Served - 1
Hope I didn't miss anything.
Please assist
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Any errors in the log?
Are there any extra docbases setup in the dmcl.ini? if so, are they accessable? if not, then the extra time could be b/c of the failing connections to the extra docbases.
Turn on application tracing and see if you can track down the slow spots. Post results here if nothing appears too obvious.
Thanks!
Business Accounts
Answer for Membership
by: giltjrPosted on 2009-07-31 at 07:45:51ID: 24989233
A few questions to start with:
What are the specs on the physical box Tomcat and Websphere are running on? Are they comparable?
Which version of Websphere are you running?
Does the applications access a backend database? If so, do they both access the same database server?