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
locking 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

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] >

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 Sca

RE: Problems with

2006-06-05 Thread Roland Rabben
helpful. We need to see what 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

Problems with

2006-06-05 Thread Roland Rabben
ows XP SP2. 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]

WebDAV Servlet performance problems

2006-03-21 Thread Roland Rabben
I am using Tomcat 5.5.12 on Windows XP. In my application I am experiencing performance problems for WebDAV uploads. It seems like I get a dramatic decrease in transfer speed if I try to upload several large files simultaneous. If I upload one file I get normal or expected upload speed. But if try

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, > &

Virtual folders in Tomcat

2005-11-29 Thread Roland Rabben
s would translate to http://myserver.com/my_web_app/ Let's say my "data" folder is on d:\data\ How can I create a mapping that translates to: http://myserver.com/my_web_app/data/ Regards Roland Rabben Scala Nordic AS [EMAIL PROTECTED]

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