Hi,
Is it possible to programmatically determine a web application's URL
during context initialization (also considering possible deployment
using Tomcat virtual host)? Once a request is available it is
straight-forward but what about within the servlet init(), struts plugin
init(), etc?
Th
Hi,
We are running 5.5.17 as a service using JRockit. A couple things to check:
1) if you are using the service.bat to install as a service confirm that
the PR_JVM is considering the correct path to the jrockit dll. this
should be std in the 5.5.20 service.bat:
rem Set the server jvm from JA
-machine environment.
From: "Richard Mixon" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: "'Tomcat Users List'"
Subject: RE: Managing concurrent high memory processes
Date: Fri, 18 Nov 2005 11:14:55 -0700
BB,
It sounds like you are talking abou
Thanks Wade. I agree that the bottom line is you need the resources to
support the processing. But I guess my question was whether or not the
clustering/load balancing provided within tomcat was an option to consider
based on others' experience with it and the fact that my resource drain is
iso
We have a Struts application running on Tomcat where a few actions within
the app can invoke processing that consumes 300+ MB of RAM and can run for
several hours. The issue is how to make the application more scalable to
accommodate multiple concurrent 'high load' processes and also make better