Tomcat 5.5 and the Grizzly HTTP Connector

2007-02-25 Thread Roland Rabben
Connector perform/scale compared to APR? I have tested APR on my Tomcat 5.5, but I have had a few crashes related to the tcnative library, so stability concerns me a lot. I am running on the windows platform and need to do that at least another year. Regards Roland Rabben

Connection pool problem

2007-02-18 Thread Roland Rabben
administrators out of the server. I could make the admin GUI a separate webapp, but I don't know if that solves my problem. I am only running one instance of Tomcat on my server (port 80), and I would like to keep it that way. Please advice. Regards Roland Rabben

RE: HOWTO disable Tomcat from caching dynamic picture

2006-10-01 Thread Roland Rabben
Hi If all else fails, try to add a timestamp variable to the link. By dynamically adding a unique timestamp like http://foo.com/document.jsp?time=[timestamp] the page will not be cached. Regards Roland Rabben -Original Message- From: Paul Hamer [mailto:[EMAIL PROTECTED] Sent: 1

How to disable the Restart Persistence feature

2006-09-25 Thread Roland Rabben
Hi Can anyone tell me how to completely disable the Restart Persistence feature handling in Tomcat 5.5.17? Regards Roland Rabben

Bandwidth statistics in Tomcat

2006-06-13 Thread Roland Rabben
Hi Not sure if this is the correct forum, but can anybody point me in the right direction to get live bandwidth usage stats and other server stats from Tomcat? My goal is to make a page that can display live Tomcat server stats. Maybe even a graph of the bandwidth usage over time. Roland Scala

Problems with

2006-06-05 Thread Roland Rabben
. Regards Roland Rabben [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problems with

2006-06-05 Thread Roland Rabben
class was trying to execute the rename method, etc. On 6/5/06, Roland Rabben [EMAIL PROTECTED] wrote: I am seeing some problems with my webapp that I can't figure out. I get this exception while Tomcat compiles my app in the work directory.: java.io.IOException: tmpFile.renameTo

Reading users.xml without restarting Tomcat

2005-11-29 Thread Roland Rabben
Hi, To the best of my knowledge I must restart Tomcat to be able to read changes made to the users.xml file. Is there an API (or another way) that forces Tomcat to read the users.xml file without restarting Tomcat? Regards Roland Rabben Scala Nordic AS [EMAIL PROTECTED

SV: Virtual folders in Tomcat

2005-11-29 Thread Roland Rabben
Can you please give me an example of how this xml file would look? Roland Create a new Context declaration (in a new xml file under the webapps folder of your tomcat installation) that points you there. -Tim Roland Rabben wrote: Hi, I want to map a virtual folder to my Web