Hi,
We migrated from OC4J to Tomcat 5.0.30 (with j2sdk 1.4.2_07). We are
facing a big performance problem in case of time taken for each action
in our application. It is more than 2 times slower compared to OC4J.
Our application is composed of a large number of JSPs, Class files,
Python scripts and other resource files. We use Jython to interface
with python. We feel that the problem is due to loading of Jython
classes during runtime which happens on most of the actions in our
application which might be slowing down. This is just a guess, there
can be some other problem. This problem does not happen on OC4J. We
have already tried all possible options mentioned on Tomcat website
(and Tomcat 5 unleashed) about setting JVM options, changing parameter
values in server.xml, etc. Please explain how we go about solving this
problem.
Thanks,
Vijay |